How to find the σ value of a normal distribution using JSL?
Thanks Experts!
NamesDefaultToHere(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
obj = dt << Distribution(Column(:Weight));
obj << Fit Normal;
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resources
Thanks Experts!
NamesDefaultToHere(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
obj = dt << Distribution(Column(:Weight));
obj << Fit Normal;
HI All, I need to do a nonlinear fit imposing a constraint equation to the parameters besides the range bounds. To do that, I am using the nonlinear platform defining the loss function with penalty. I wrote the model formula in a column where I defined the fitting parameters and in an other column I defined the loss function I am trying to use. Below I report a description of the loss function:...
Hello. I have a data table that contains 960K rows and 49 columns. There are duplicate rows (from 2-4 rows) based on one of the 49 columns. I've used the Row Selection - Select Duplicate Rows function after selecting this one column that contains the duplicate values. When the results came back, the duplicate rows became highlighted but the original row above the duplicate row/s is not. Is there a...
I have a code that stumbles with column names having a numeric initial, whereby the code thinks the name represents a date. I did a column rename to overcome the problem but it's ugly. I also found that wrapping the object that represents the names in a Char(obj) statement didn't work either. Any suggestions on how to better deal with this?
dt = Current Data Table();
cnmes = dt << get column na...
Hi JMP community, I have conducted the following mixture design with constraints: MeOH + ACN + UPW = 0.6, and MeOH + ACN ≤ 0.3. Would it be better to repeat this mixture design to confirm the results, or create a new one for validation? Thanks a lot! Kimberly Details mixture design: Version: Jmp Pro 18
Thanks Experts!
NamesDefaultToHere(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
obj = dt << Distribution(Column(:Weight));
obj << Fit Normal;
HI All, I need to do a nonlinear fit imposing a constraint equation to the parameters besides the range bounds. To do that, I am using the nonlinear platform defining the loss function with penalty. I wrote the model formula in a column where I defined the fitting parameters and in an other column I defined the loss function I am trying to use. Below I report a description of the loss function:...
Hello. I have a data table that contains 960K rows and 49 columns. There are duplicate rows (from 2-4 rows) based on one of the 49 columns. I've used the Row Selection - Select Duplicate Rows function after selecting this one column that contains the duplicate values. When the results came back, the duplicate rows became highlighted but the original row above the duplicate row/s is not. Is there a...
For example, like this, I deliberately increased the data within the selected range:
Age ==14
dt=Open("$SAMPLE_DATA/Big Class.jmp");
dt<<Sort(By( age),Order(Ascending),replace table);
ca="NO";New Column(ca);Column(ca)<<Formula( if(row()==1|age!=lag(age,1),r=row();1,1+row()-r) );dt<<run formulas;Column(ca)<<deleteFormula;
ca="height1";New Column(ca);Column(ca)<<Formula( if(age==14,height*100,height)...
I was trying to replicate the confidence intervals for Cpk in JMP. I found this page which details the formula: https://www.jmp.com/support/help/en/17.0/#page/jmp/statistical-details-for-capability-analysis.shtml This page says the equation is: So this is the example I am trying to match, since it is 95%, the lower confidence interval should be (32 is the sample sample size): This equals, 6...
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...
My interest is in identifying the strongest predictors of annual per capita growth rate for three groups of bird species: residents, short-distance migrants and long-distance migrants. My model has per capita growth rate as the dependent variable, and as predictors bird density during the breeding season, and 13 environmental predictors (various measures of climate, food abundance and nest predat...
I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed? I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.
Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.
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...