JMP action recording
Hi when try to record the action:1. plot x by y2. fit linear3. put density ellipse only step1 plot x-y scrip is shown in the log. how to also record the actions done in the report? Thank you
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi when try to record the action:1. plot x by y2. fit linear3. put density ellipse only step1 plot x-y scrip is shown in the log. how to also record the actions done in the report? Thank you
Hello - I'm working with a set of experiments where some experiments are dependent on previous experiments (i.e. I'm mixing solutions I've previously made to make new ones). I'm trying to make a function where it reads a column to get the name of the previous solution, searches a second column to find the row with that name, then takes the value in a cell with that row and a third column. Match se...
Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
For( i = 1, i <= N Col( dt ), i++,
ca = Column( i ) << Get Name;
Eval( Parse( "c" || Char( i ) || "=" || ca || "" ) );//?
);
a = c1;
b = c2;
Hello,I need to loop through all the columns in xml import data tables and remove the "List Check" and "Range Check" properties throughout. I've tried several different iteration of doing this and nothing is working for me. Here is an example of non-working code: dt = current data table();
//********************\\
colNames = dt << get column names( string, character );
For( i = 1, i <= N Items( ...
Hi All, Still working on improving a script I'm writing, and I've gotten a lot of help from @jthi and @txnelson on this -- thank you! One "last little thing" (there's always something to improve isn't there?). I'd like to put a number label next to the peaks that are identified when looking at the spectral density. Something similar to the Control Chart Builder when you test for warnings beyon...
Hi when try to record the action:1. plot x by y2. fit linear3. put density ellipse only step1 plot x-y scrip is shown in the log. how to also record the actions done in the report? Thank you
Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
For( i = 1, i <= N Col( dt ), i++,
ca = Column( i ) << Get Name;
Eval( Parse( "c" || Char( i ) || "=" || ca || "" ) );//?
);
a = c1;
b = c2;
I tried to post a file, and it was successful when it was sent to the local API url But it fails when sending to the API of another IP url (I can successfully ping to this IP)I've tried to test in postman, it works but still can not work in jsl, need for help...
Hello, So I'm working on a data table and I made a script to make several subsets of it. I'm going through a for loop to automate some modeling analysis. the first iteration goes well : do the subest, launch a fit model in the subset. But then in the second iteration of the loop, it doesn't work anymore, because the selected table is the subset and not the main table. I can't find the right comma...
Hello, So I'm trying to do something fairly simple, but I get a weird behaviour wit hthe row selection. So I got a table with some mixture design data. I've got 12 columns for 12 different mixture components. There are three columns which for each line tell which three components are present, named comp A, comp B, comp C. The runs have been split into series named with a letter from A to K. I wan...
Dear community,I have a stacked data table, and want to exclude outliers by a Label (e.g. an element for some measurements).In the robust fit outlier platform I can detect outliers and than can select or exclude corresponding rows.For my understanding, rows that are selected than or excluded, should be exactly the same ones.And that is the case for the below sample data table used in the JSL below...
Hello, Is there anyway I could extract all the color codes used in these color themes, using JSL or any another way?I do have difficulties in dealing with colors, hence I rely more on HEX codes, or numeric codes. Thank you.
Hello!For example, using large class data:
Compare the height column and the weight column to see which column fits the sinusoidal distribution better.
The parameters of the sine curve are random. Thanks!
Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.
HI, I want set Scale Values in Graph Builder use Col Quantile function, but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder(
Size( 839, 726 ),
Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Pr...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
JMP Live offers JMP users collaborative analytics software to share analyses from JMP to a secure, c...
French Mastering JMP Transformez des données brutes en informations exploitables grâce à l’éditeur d...
EMEA Mastering JMP Experimenting with microbial and mammalian systems brings a multitude of data; bi...