How to interpret parameters for weibull
I got this result in cumulative damage step stress - is b1 a threshold?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesI got this result in cumulative damage step stress - is b1 a threshold?
I want to assign the same category (dye) in the same color when making a plot.see plot below.I would like to assign all the C560 plotted lines in orange instead of different colors. all the FAM in green.I want to keep individual line not a line with the mean of the group.
What is the correct way to check if an image in a data table is missing?... and why is there a difference between the column formula and the JSL questionis missing(:pet[5]) Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
dt[[4],"pet"]=.;
New Column( "is missing",Formula( Is Missing( :pet ) ));
New Column( "is empty", Formula( Is Empty( :pet ) ));
New Column( "is nu
...
Hi there, I'm working with Custom DOE, and I've collected data for my response variable that I want to input to generate a model. I've also collected data on the error associated with the measurement of that response variable (for each data point) and I was wondering if there is a way to take this error into account. I haven't been able to find any details on this so I figured I'd ask here -- I'm ...
JSL has several ways to refer to columns. Let's open a data table first. Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Bands data.jmp" );
Now we create a table script that has something like this.dt = current data table();
print(dt:timestamp == Column(dt, "timestamp"));
// 0
print(Column(dt, "timestamp")==As Column(dt, "timestamp"));
//0
In automated scripts (for example, a graph), when a...
What is the correct way to check if an image in a data table is missing?... and why is there a difference between the column formula and the JSL questionis missing(:pet[5]) Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
dt[[4],"pet"]=.;
New Column( "is missing",Formula( Is Missing( :pet ) ));
New Column( "is empty", Formula( Is Empty( :pet ) ));
New Column( "is nu
...
Hi there, I'm working with Custom DOE, and I've collected data for my response variable that I want to input to generate a model. I've also collected data on the error associated with the measurement of that response variable (for each data point) and I was wondering if there is a way to take this error into account. I haven't been able to find any details on this so I figured I'd ask here -- I'm ...
Hello,I want to study a chemical reaction, which occurs in the frame of a measurement as a side reaction. I want to know, 1) which factors and which values give an optimal result and 2) which values give a minimal result.It seems that I have two possibilities:Two DoE Plans for each questionOne DoE Plan for both.However, to get both results, all kinds of parameters need to be studied thoroughly an...
I would like to have a script for the dimension control by time, for this I need something like the sketch below. The Date Table is attached. In total there are 49 plots in one plot, 7 time points and 7 dimensions, some of the dimensions are measured in different points (a,b,c,d) then each points should have a certain color. Thank you everyoneJMP17
I'm not very proficient at JSL scripting so, as a test, I asked ChatGPT-4 to write a JSL script for me. I used the "Corn, Wheat, Soybean Production" data table from the JMP sample data. My request was: "I have a dataset to analyze corn, wheat and soybean production. It consists of 5 columns (Year, State, Commodity, Commodity acres planted, and total acres planted). Can you generate a JMP JSL scrip...
HiWe're doing a study regarding whole number ordinal data, answers being 0 to 4. It probably being MAR and not knowing the probability of each response, made us wonder how to do multiple imputation of this data. A post showed:go to analyze > consumer research > categorical But we're stuck...Thank you in advance!
Hi, I have the data set that the same ID in multiple rows. Each rows had 1 to 3 categories. The columns represent costA to costZ that I need to stack in the same Cost column. However, I need to generate group by category 1 ( 1 if category 1 < 2000, 2 if category 1 = 2000 - 4000, 3 if category 1 = 4000 - 6000, 4 if category 1 = 6000 - 10000, 5 if category 1 > 10000). However, I need to delete categ...
When I run cluster analysis --> LCA with ordinal variables (numeric, ordinal), the probability formula appears to be treating the variables as nominal, rather than ordinal. For each variable, there are 5 levels (i.e., 1-5). If being treated as ordinal, wouldn't the probability formulas reflect an order for each level where 1 may have the smallest probability and 5 the largest? As you can see below...
Is it possible to calculate RSS and TSS and precent of residual sum of squares for a linear calibration curve in JMP?
Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer(
Text Columns( :col1)
);
obj << Stemming("Stem for Combining");
obj << Add Recodes(
{{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl
...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...