Installation of Predictum
There is a very interesting presentation by Phil Ramsay on SVEM for analysis and modeling DOE results: he uses a Predictum shown here below, how can I install this?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesThere is a very interesting presentation by Phil Ramsay on SVEM for analysis and modeling DOE results: he uses a Predictum shown here below, how can I install this?
Please note, there is a significant change of the Tables/Update functionality in JMP19.
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
// Update data table
Data Table( "Big Class" ) << Update(
With( Data Table( "Big Class Families" ) ),
Match Columns( :name = :name, :age = :age ),
Replace Columns in Main Table( None )
);
Available columns afte...
Hi, I am trying to find the fastest way to move a window to the center of the users display. Modal windows automatically are centered on the screen, so I know that JMP is somehow able to tell where to put a window, but I have only found some relatively slow workarounds to doing this with non-modal windows. Below is the jsl script I am currently using to determine the screen size and center a new ...
I have a matrix of missing values, and I want to set the upper left portion of that matrix to values in another matrix.
initial_matrix=J(3,3,.);
update_matrix=[1 2, 3 4];
The desired result is
[
1 2 .,
3 4 .,
. . .
]
I know I could iterate on the indices of the matrix like this
for(i=1, i<=N rows(update_matrix), i++,
for(k=1, k<=N cols(update_matrix), k++,
initial_matrix[i,k]=update_matr...
There is a very interesting presentation by Phil Ramsay on SVEM for analysis and modeling DOE results: he uses a Predictum shown here below, how can I install this?
Please note, there is a significant change of the Tables/Update functionality in JMP19.
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
// Update data table
Data Table( "Big Class" ) << Update(
With( Data Table( "Big Class Families" ) ),
Match Columns( :name = :name, :age = :age ),
Replace Columns in Main Table( None )
);
Available columns afte...
in JSL, what is the difference between a variable, a "symbol" and a "name"?
var=Expr(1+2);
Name Expr(var); // return the expression which is stored in the name "var" - so var is a name?
Clear Symbols(var); // how can I clear a "symbol" if it's actually a "name"
I'm am trying to open a data table using the following code:
Names Default To Here(1);
dt1 = Open( "f3uel_airborne_2020_data");
dt2 = Open( "peaks_data_431");
When I run this, I get an Application Not Found error in the log and it fails to open.
Does anyone have any idea what may be going on here? I'm using JMP19 on a Mac.
Can someone help me know which lambda was used in the K-fold cross validation of a lasso regression? I see the values listed in the solution path summary table, but unsure which one it uses finally. Perhaps I am missing a main point in the process.... and it is not important
In Tables / subset, the user can decide if a column formula is copied and if the evaluation is suppressed:
Is there a hidden option which does the same trick for Tables/Update?
great for "documentation"great for "what if" ...on the other hand: one cannot guarantee that all input columns for the formula will be available in the target data table.
-> default option "suppress formula evaluation"?
Hi, I am new to recurrence analysis and JMP.
I did the analysis and use loglinear NHPP model. I have a little trouble understanding the results (in attached image). It seems that the γ and δ values are listed in the Effect Marginals section of the result. If I want to do stats on gamma compared between two groups (AlphaC and Sym 1.0). How do I do that? JMP is not generating a p value so I want to d...
Hi all! I've run a PLS-DA test for a data set that consists of FTIR spectral data of 5 different systems under 5 different treatments. I've used the fit model platform so that I could handle categorical variables in my Y variables. According to PRESS statistics, this model has an optimum number of factors of 7 and possesses good discriminating power between my samples. Then, I noticed that the st...
Hi, all
I am a new member to the community. I am assigned a task to perform recurrence analysis on our data. I never used JMP or did any recurrence analysis. So I will bring some stupid questions for sure.
The data we have are robots repair. We want to see repairs event pattern for the bots and I was told to use recurrence analysis (don't know why).
So we have around 15000 robots, I used the 'bot_id...
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...
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...