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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

How to add the confidence intervals to a logistic regression plot?

Hi,

 

I am trying to use the Fit Model in JMP to do logistic regression and draw a logistic plot (probability of response vs predictor). In that plot, it only shows a predicted line. Does anyone know how to add the 95% confidence interval to that plot? Here is the plot I want.

1 ACCEPTED SOLUTION

Accepted Solutions
peng_liu
Level VII

Re: How to add the confidence intervals to a logistic regression plot?

You may want to use GLM:

peng_liu_0-1663263526399.png

Then turn on Profiler:

peng_liu_1-1663263577809.png

 

View solution in original post

2 REPLIES 2
peng_liu
Level VII

Re: How to add the confidence intervals to a logistic regression plot?

You may want to use GLM:

peng_liu_0-1663263526399.png

Then turn on Profiler:

peng_liu_1-1663263577809.png

 

Re: How to add the confidence intervals to a logistic regression plot?

It woks. Thanks for your help!

Recommended Articles