Re: [R] Finding predicted probabilities and their confidence intervals for a logit model

2013-02-04 Thread Ista Zahn
Hi, I think you are looking for as.data.frame(effect(value, mod)) Best, Ista On Tue, Jan 29, 2013 at 6:08 PM, Abraham Mathew abmathe...@gmail.com wrote: I want to construct a logit model, plot the probability curve with the confidence intervals, and then I want to print out a data frame

[R] Finding predicted probabilities and their confidence intervals for a logit model

2013-01-29 Thread Abraham Mathew
I want to construct a logit model, plot the probability curve with the confidence intervals, and then I want to print out a data frame with the predictor, response value, predicted value, the low ci predicted value, and the high ci predicted value. So it should look something like: value low_ci