Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Hi all,
I have several jsl scripts dealing with data fetching from databases, "manipulation" and analysis of these with regards to different tasks.
For organization purpose I like to use "Projects" as all data tables and graphs and journals etc. can be stored in "one" file.
However, I struggle with the automation of the save procedure of the respective contents.
All files are stored under "Workspace"....
Hello, I have been asked to provide some statistical advice on process related values. So we are making a product and we are monitoring the amount of solvent left at the end of synthesis.
I have been given 12 values. From this admitedly very small statistical sample, we want to make a prediction to say: in the future 95% of the values will be under this value. I tried giving my colleagues the uppe...
Good afternoon. I am trying to specify Spec Limits as a Variable and for some reason it does not work. Please see below working code with explicit spec values =>Data_Table_1:Column_with_Spec << Set Property( "Spec Limits", {LSL( 1 ), USL( 2 ), Show Limits( 1 )} );
Please see below not-working code with spec values as variables =>LSL_var = 1;
USL_var = 2;
Data_Table_1:Column_with_Spec << Set Propert
...
Hello!How to use JSL how to modify decimal numbers to binary data in this format?Thanks!000903
999999
Hello!How to use JSL how to modify decimal numbers to binary data in this format?Thanks!000903
999999
Hello,a newbie question:Is there an option to use the "Fill" option with the sequential character ordinal data?Currently the sequence of Character data is only repeated, and is not continued.For example, I write "User 1", "User 2", "User 3", and want to continue the sequence till the end of the table (100 rows)
if I highlight the data I've entered and choose the "Fill to end of table", i get the re...
I have a series of experiments which produce a text file of results, titled with the name of the sample.I have a script that takes the data table title and populates a new "sample name" column with the title.dt = current data table();
name = dt << get name;
new column("Sample Name");
column(dt,"Sample Name")[1]=name;
...
nr = N Rows( dt );
For( ii = 2, ii <= nr, ii++,
If( is missing(Column( dt, "
Hi,I want to uninstall JMP PRO 16 silently, i have tried with the below command but it is not working, looks like this stuck because of below pop up message "C:\Program Files (x86)\InstallShield Installation Information\{61DF41B1-9877-4906-80C4-09941A05BD77}\setup.exe" -runfromtemp -l0x0409 -removeonly /s
Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...
Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))
I can iterate through each row to make sure that all of them match, but maybe there is a better way?
HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
and it is in stat in the nlsur command Regards
Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.
Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script: z_KSigmaZ =1.4;
// Création de la Carte de controle si N catégories > 5
Names Default To Here( 1 );
If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5,
Gr
...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...