Graph Builder Error intervals with multiple Y variables
I want to create a graph like this, but I only want error intervals shown for the Y1 variable, not Y2 (i.e. I only want intervals for the "blue" points. Is there a way to do this?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesI want to create a graph like this, but I only want error intervals shown for the Y1 variable, not Y2 (i.e. I only want intervals for the "blue" points. Is there a way to do this?
Hi. I created a Matched-Pair plot this way and it works.
mpObj = stackDT << Matched Pairs(
Y( column(stackDT, referenceDTName ), column(stackDT, currentDTName ) ),
Plot Dif By Mean( 0 ),
Plot Dif By Row( 1 ),
Reference Frame( 0 ),
By( :Test Item )
);
However, I am hoping to add formating to the Y-Axis of the plot such that it will be in Scientific format. I can do this if I modify the ...
csoon1
I'm looking for a way to automate PowerPoint report generation in JMP. Specifically, I want to:
- Maintain the same data structure and create a reusable configuration or setting file that allows me to generate PPT reports automatically.
- Avoid the repetitive task of copy/pasting graphs into the "Journal" and then manually building the report.
I have the below questions:
1. Does JMP's "Action Recordi...
Hello!
Is there an easy way to make random data from a factor table (the thing used to define factors in the DoE platform) without using Fast Flexible Filling Design? Fast Flexible Filling Design starts to become very slow after 1,000 runs.
I would really appreciate any suggestions.
Best wishes,
Hey everyone, I would like to copy the data table script from a summary table that was made and paste the code for it back into a Parent level table so that for later analysis I can call up the table without having to have saved the actual table somewhere else. Basically trying to streamline the user experience of having to save multiple tables files and then reopen a bunch of files to use the an...
I'm looking for a way to automate PowerPoint report generation in JMP. Specifically, I want to:
- Maintain the same data structure and create a reusable configuration or setting file that allows me to generate PPT reports automatically.
- Avoid the repetitive task of copy/pasting graphs into the "Journal" and then manually building the report.
I have the below questions:
1. Does JMP's "Action Recordi...
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)...
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...