File Exchange - end of life in 2025
Important info: File Exchange transitioning to JMP Marketplace
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesImportant info: File Exchange transitioning to JMP Marketplace
Thanks Experts!
dt=Open("$SAMPLE_DATA/Big Class.jmp");
Graph Builder(
Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :weight ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Properties( 0, {Marker Size( 2 )}, Item ID( "weight", 1 ) )
)}
)
)
)
The Diagram function in the analyze / Quality and process menu is very helpful.
One can generate fishbown, hierarchical and nested diagrams.
Digging up Bones: Fisbone Diagrams
On the other hand, compared with the Graph Builder functionality in JMP18, it feels "outdated":
- no color dropzone [colors have to be applied manually, step by step for each entry]
- no Overlay dropzone - which could be used t...
Hi all,
I am trying to write a scripts that has to work in different language settings of JMP.
Parts of my script use the Summary function:
Summary(
Group( :SomeColumnX, :SomeColumnY, :SomeColumnZ ), // number of grouping columns different each time
N( :Result ),
Mean( :Result ),
Std Dev( :Result ),
CV( :Result ),
Freq( "None" ),
Weight( "None" ),
statistics column name format( "stat" )
);
...
Hello everyone,
I have a script where I am trying to get the format of a column and then apply that to a textbox that is in a table box.
I tried using this col_for=col<< Get Format; but I can't use what it returns in this loop
For Each({col_name}, column_names,
col = Column(dty, col_name);
col_for=(col<< Get Format);
insertinto(col_format_text,col_for);
insertinto(col_width,col<< Get Displ
...
Important info: File Exchange transitioning to JMP Marketplace
Thanks Experts!
dt=Open("$SAMPLE_DATA/Big Class.jmp");
Graph Builder(
Variables( X( Transform Column( "Row", Formula( Row() ) ) ), Y( :weight ) ),
Elements( Points( X, Y, Legend( 6 ) ) ),
SendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
6,
Properties( 0, {Marker Size( 2 )}, Item ID( "weight", 1 ) )
)}
)
)
)
The Diagram function in the analyze / Quality and process menu is very helpful.
One can generate fishbown, hierarchical and nested diagrams.
Digging up Bones: Fisbone Diagrams
On the other hand, compared with the Graph Builder functionality in JMP18, it feels "outdated":
- no color dropzone [colors have to be applied manually, step by step for each entry]
- no Overlay dropzone - which could be used t...
Hi all,
I am trying to write a scripts that has to work in different language settings of JMP.
Parts of my script use the Summary function:
Summary(
Group( :SomeColumnX, :SomeColumnY, :SomeColumnZ ), // number of grouping columns different each time
N( :Result ),
Mean( :Result ),
Std Dev( :Result ),
CV( :Result ),
Freq( "None" ),
Weight( "None" ),
statistics column name format( "stat" )
);
...
Hi folks,
I have 30 discrete points in X, Y, Z defining plane 1, and 30 other points in X, Y, Z defining plane 2, I need to calculate the angle between plane 1 and plane 2. The ChatGPT provides the following JSL script, but it stuck at row #33. Could any of you help check the two attachments (*.jmp and *.jsl) to get this script going? Thanks a lot.
// Use current data table
dt = Current Data
...
Important info: File Exchange transitioning to JMP Marketplace
Hello everyone, I am looking for a solution to remove the crosshair in the Prediction Profiler. Any kind of hack would be helpful, like e.g. changing the transparancy.
I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...
Hello, I am doing a 4-way, full factorial ANOVA with one repeated measures factor (time, 3 samplings) and three between-subject factors (species, color, and irrigation; 2 levels of each) using the Mixed Model personality in JMP Pro 18.1.0. I'm using the AR(1) repeated covariance structure, as it provides the best fit based on AICc values. The analysis indicates I have no significant 4- or 3-way in...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
A practical introduction for new users, trial users, and anyone who needs a refresher Registe...
REGISTER HERE After mastering simple and multiple regression, students can build skills in ad...
German Mastering JMP Webinar Mit dem Vorhersage-Analysediagramm können Sie interaktiv untersu...