Hi everyone,
I am new in pipeline pilot and pilotscript.
I'd need to seperate a dataset into 'subdataset' and I didn't find an easy way to do that.
I'll try to explain better what I mean by separate a table.
Here is the original table :
Group sample1 sample2 sample3 ...
Gr1 0.0325 0.3659 0.366 ...
Gr1 0.06856 0.124 0.0264 ...
Gr1 0.956 0.457 0.0125 ...
..
Gr2 0.545 0.0254 0.01235
Gr2 0.544 0.235 0.2232
..
Gr3
..
So in my mind I though it 'd be easier to extract like subtables (for each group) from this main.
And then I thought I could make different statistical analysis for each group. For example I 'd be interested in using the BoxPlot component I found here:
https://community.accelrys.com/message/2750
It is very basic I guess but I'm working on this for days and I can't find a way to do that. The thing is that the different properties (here sampleX can't be known so it has to be dynamic parameter in the code)
If anyone has an idea, please let me know.
Thanks a lot.
Have a nice day.
