SQL Server login pop
I am using a JSL script to pull data from SQL server. That script worked fine with JMP 18 for months. Recently I updated JMP to version 19. Now when I run the same script I get SQL server login in pop up. How to fix this?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesI am using a JSL script to pull data from SQL server. That script worked fine with JMP 18 for months. Recently I updated JMP to version 19. Now when I run the same script I get SQL server login in pop up. How to fix this?
I'm looking for some guidance from the group. I am preparing an example to use in training with Custom Design. I want to demonstrate a screening design with 5 continuous factors. I have a run budget of 15 runs. Using custom design main effects model with 12 runs (assuming default signal to noise assumptions) I get a power of 0.821 My question is about the best way to use the extra 3 runs Do I run ...
Does anyone know how I could do something similar to what Montgomery describes in 12.2 using JMP? (see attachment) Experiment Objective: Determine design robustness to noise factors. The desired output would be factor level setting recommendations to design teams that aren't versed in statistics. Essentially looking for plateaus in the response surface. But not design factor plateaus. Areas where ...
After recoding a categorical variable (either with 'recode' or If) in JMP 18 pro, the old category “Either” still appears in the results — especially in the Odds Ratio output of a logistic regression — even though no rows in the new column contain that value anymore. It seems JMP continues to recognize “Either” as an existing level of the variable, and there is no visible option to actually delete...
Hi, all
I want to Save Cumulative Formula from a model for each Cause level in recurrence analysis model. Following is the code I have
ra = Recurrence Analysis(
Y( :age ),
Label( :BOT ID ),
Cost( :Censor ),
Grouping( :Bot Series ),
Event Plot( 0 ),
Fit Model(
Scale Effects( :Bot Series ),
Shape Effects( :Bot Series ),
Run Model,
Model Type( "Proportional Intensity Poisson Process" )
...
I am using a JSL script to pull data from SQL server. That script worked fine with JMP 18 for months. Recently I updated JMP to version 19. Now when I run the same script I get SQL server login in pop up. How to fix this?
I'm looking for some guidance from the group. I am preparing an example to use in training with Custom Design. I want to demonstrate a screening design with 5 continuous factors. I have a run budget of 15 runs. Using custom design main effects model with 12 runs (assuming default signal to noise assumptions) I get a power of 0.821 My question is about the best way to use the extra 3 runs Do I run ...
Does anyone know how I could do something similar to what Montgomery describes in 12.2 using JMP? (see attachment) Experiment Objective: Determine design robustness to noise factors. The desired output would be factor level setting recommendations to design teams that aren't versed in statistics. Essentially looking for plateaus in the response surface. But not design factor plateaus. Areas where ...
After recoding a categorical variable (either with 'recode' or If) in JMP 18 pro, the old category “Either” still appears in the results — especially in the Odds Ratio output of a logistic regression — even though no rows in the new column contain that value anymore. It seems JMP continues to recognize “Either” as an existing level of the variable, and there is no visible option to actually delete...
Hi, all
I want to Save Cumulative Formula from a model for each Cause level in recurrence analysis model. Following is the code I have
ra = Recurrence Analysis(
Y( :age ),
Label( :BOT ID ),
Cost( :Censor ),
Grouping( :Bot Series ),
Event Plot( 0 ),
Fit Model(
Scale Effects( :Bot Series ),
Shape Effects( :Bot Series ),
Run Model,
Model Type( "Proportional Intensity Poisson Process" )
...
Hi,
while waiting for new Column Property: Value Markers , I tried to use a Shape Column in Graph builder for better/consistent marker control:
Not bad ...
but I need more details: How can I specify one of the default markers?
nice trick: empty entries are displayed with a "dot"
but: Marker Drawing Mode - Outlined doesn't work. why?
View more...
Names Default to Here(1);
dt = Open( "$SAMPLE_D...
Hello everyone! Does anyone know how to create individual Y axis for a bar chart that consists of two different panels? I'd like to adjust the scale on the top panel but I haven't been able to do so... I've tried dragging two different variables onto the Y axis. While that works for the axis' scale, it does weird things for my error bars, since it combines the standard deviation of both panels ont...
Formula Column are very restrictive.
If the entries of a JMP column are defined by a column formula , there is no possibility to change individual entries, neither manually nor via JSL:
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << new column("row", Formula(row())) << run formulas;
:row << suppress eval;
Try(:row[5]=7, Caption("change a cell of a formula column via JSL? doesn't work"));
Wait(2...
Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations) Example: VAR1 = A, B, C ...
Hi everyone, When I fit a model in JMP using factor coding and set the model to no intercept, I noticed that the residual normal quantile plot (QQ plot) behaves differently compared to the version with an intercept. Specifically, the residuals and the fitted “robust fit line” in the QQ plot seem to shift vertically, and even after centering the residuals, the slope of the fitted line changes sligh...
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...