html
bonjour, avec JMP19, je n'ai plus l'html avec le thème foncé. Il apparaît comme avec le thème clair. html réalisé avec publier dans le fichier sachant que je suis en fond noir avec JMP19: est-ce que vous avez le même problème ? cordialement
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
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"
From , I learned that there are some functions which evaluate their argument and others which don't: I wondered about Head. Here everything looks logic ...f= Expr(x=2);
Substitute(NameExpr(f),Expr(x), Expr(y));
Head(f);Head is not like Substitute, I can directly use the function name as an argument - and Head returns the head of the expression: Assign() After checking some other functions which...
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.
Tabulate and Tables/Summary are very similar, but ...
hey, Tabulate, what is the difference between counting numerical and non-numerical categories? dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Summary(
Group( :age ),
N Categories( :sex )
);
dt << Tabulate(
Show Control Panel( 0 ),
Add Table(
Column Table( Analysis Columns( :sex ), Statistics( N Categories ) ),
Row Table( Grouping Colu...
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...