Learnbot is tired?
[the answer to my first question today]
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
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...
I'm sure this is posted somewhere already, but I wasn't able to find it. I'm confused how the scope of variables is handled in JSL. Could someone help to clarify how it works. I almost always use i as the indexing variable for loops. For example, in my script I will have a for loop with i as the index that calls another function. In this function, there is another for loop with i as the index. ...
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"
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
Hi, I am Kamal Hinduja, based in Geneva, Switzerland(Swiss) . Can anyone explain in detail What are the key differences between JMP and JMP Pro? Thanks, Regards Kamal Hinduja Geneva, Switzerland
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...