cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
PYS
PYS
Level III

add error in profiler

Hello,

 

I am using JMP Pro 15 and have a DoE with 3 responses (2 continuous and 1 binary).

I fitted two linear mixed models for my continuous responses and a GLM (binomial distribution, logit link and firth correction because of separation issues).

 

I wanted to plot the results of my different models in a common profiler. I was able to save the prediction formula for each of the 3 models and the standard error formula for the LMM models. However, I couldn't find how to add the confidence intervals for my GLM model.

 

Any idea how to proceed?

 

Thanks !

2 REPLIES 2
Byron_JMP
Staff

Re: add error in profiler

Dave at Pega Analytics has a nice post on this:  http://www.pega-analytics.co.uk/blog/the-prediction-profilers-hidden-secret/

The general idea is that you save the forumula for the standard error for each response and then in the Graph>Profiler you select the prediction formulas and the PredSE columns to profile.

 

JMP Systems Engineer, Health and Life Sciences (Pharma)
PYS
PYS
Level III

Re: add error in profiler

thanks for the answer.

This is what I did for the LMM models but I have not found the standard error formula in the GLM model. Is it available?

Recommended Articles