Spider graph
Hi All, I'm a new user of this software. I have the version 18.0. Is it possible to build a spider plot? Many thanks!
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi All, I'm a new user of this software. I have the version 18.0. Is it possible to build a spider plot? Many thanks!
Here's the script that roughly does what I need, at least visually:
Names Default To Here( 1 );
New Window( "Example",
Graph Box(
Pen Color("red");
Back Color ("Light Yellow");
Text Color( "red" );
Text( Boxed, Erased, {20, 85}, "MyTextHere" );
Text( Boxed, Erased, {20, 75}, "AnotherTextHere" );
)
);
And I need several labels styled just like that.
But I need them left justified - ...
Hey everyone, Is there an easy way to reverse the order using the Col Score() function? The default is that it scores it by descending order, so if something has the highest value it is given the highest score and the smallest value is given the score of 1. I'd like the highest value to be a score of 1 and the lowest value to be the lowest score. Thanks for any input!
I keep getting an error when trying to save a project file that says:Project has unsaved documents. All files in a project must be saved or closed before the project can be saved. at row 1629.One of my tables has 1629 rows, but it is already saved in the script a few lines above. I even tried manually saving each file again, then tried running the JSL to save the project, and I get the same error ...
Hi all,
I am writing a script where I select a subset from a data table based on some criteria:
Example dt is my data table with column :Error_ID
I input: "dt_subset=dt<<select where (:Error_ID==0)<<subset(selected rows(1));" and I expect the dt_subset table to be filled by all the entries in the dt table where the column :Error_ID is 0.
Now let us say the dt data table has no Error_ID==0 rows, the dt...
Hi All, I'm a new user of this software. I have the version 18.0. Is it possible to build a spider plot? Many thanks!
Here's the script that roughly does what I need, at least visually:
Names Default To Here( 1 );
New Window( "Example",
Graph Box(
Pen Color("red");
Back Color ("Light Yellow");
Text Color( "red" );
Text( Boxed, Erased, {20, 85}, "MyTextHere" );
Text( Boxed, Erased, {20, 75}, "AnotherTextHere" );
)
);
And I need several labels styled just like that.
But I need them left justified - ...
Hey everyone, Is there an easy way to reverse the order using the Col Score() function? The default is that it scores it by descending order, so if something has the highest value it is given the highest score and the smallest value is given the score of 1. I'd like the highest value to be a score of 1 and the lowest value to be the lowest score. Thanks for any input!
Hi all,
I am writing a script where I select a subset from a data table based on some criteria:
Example dt is my data table with column :Error_ID
I input: "dt_subset=dt<<select where (:Error_ID==0)<<subset(selected rows(1));" and I expect the dt_subset table to be filled by all the entries in the dt table where the column :Error_ID is 0.
Now let us say the dt data table has no Error_ID==0 rows, the dt...
Hello all, I am currently working on a L9 Taguchi matrix design of experiments. I have three parameters that have three levels each and I observe their effects on continuous outputs like pH. I want to see how the pH evolves depending on my three inital factors. By construction, the L9 matrix considers only principal effects and neglects the interaction between terms. More specifically, it aliase...
Hi everyone, I'm experiencing an issue with JMP 17.2.0. I am trying to save a JMP report as a PDF with headers and footers using the variables for window title, page number, page count, and current date. In Print Preview, when scaling the report to fit on one-page, the headers and footers seemingly scale inversely, getting bigger while the actual report content gets smaller. In the screenshot bel...
I am looking for guidance on how to perform diagnostics (model fit, model form, assumptions, outliers) of logistic regression models created using the fit model generalized linear model personality. The generalized linear model personality must be used in this case because the data has small sample sizes and complete separation. The only diagnostic plots available in the generalized linear model p...
Hey everyone,
I wanted to share a highly efficient workflow I've developed that bridges JMP's data manipulation capabilities with the power of NVIDIA's latest AI models running on their free API platform (NIM).
The core idea is to automate the generation of executable Python/JSL scripts directly within JMP, effectively creating a "content factory" for data analysis tasks.
The Technical Workflow:
Dat...
1. How to get PRESS values in JMP when using PLS2 NIPALS and Leave out One data ? 2. When finding RMS PRESS using hand written code I get matching answers for toy problems using (n-1)*k as averaging factor where n is no. of observations and y is number of responses. 3. But in large problems like Baltic or Gasoline the RMS PRESS was not matching with handwritten code. But coefficients of the...
The customised run test2, can be customised from 7 to 11, say you set it to 7 and you have 7 + another 11 points all below the centerline why does the process screen function. Why does it
1) Record 11 as the number of alarms, where in fact there is only 1 single stepchange
2) Surely it shoud just record 1, as there is only 1 stepchange that affect 7+11 points. You are not goin to ivestigate all 18...
Register Here
Date: Friday, Sept. 25Time: 1:00–2:00 p.m. ETRegistration: FREE Whether you've just d...
Click here to register With the movement toward teaching statistics with more realistic example data...
Date: Thursday, October 8Time: 1:00–2:00 p.m. ETRegistration: FREE Whether you've jus...