Re: [R] Getting p-value from summary output

2011-02-11 Thread Alice Lin
Awesome! Thanks so much! On Thu, Feb 10, 2011 at 6:13 PM, Dennis Murphy wrote: > Hi: > > Try > summary(myprobit)$coefficients[, 4] > > HTH, > Dennis > > On Thu, Feb 10, 2011 at 3:46 PM, Allie818 wrote: > >> >> I can get this summary of a model that I am running: >> >> summary(myprobit) >> >> Ca

Re: [R] Getting p-value from summary output

2011-02-10 Thread Bill.Venables
r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Allie818 Sent: Friday, 11 February 2011 9:46 AM To: r-help@r-project.org Subject: [R] Getting p-value from summary output I can get this summary of a model that I am running: summary(myprobit) Call: glm(formula = Response

Re: [R] Getting p-value from summary output

2011-02-10 Thread Dennis Murphy
Hi: Try summary(myprobit)$coefficients[, 4] HTH, Dennis On Thu, Feb 10, 2011 at 3:46 PM, Allie818 wrote: > > I can get this summary of a model that I am running: > > summary(myprobit) > > Call: > glm(formula = Response_Slot ~ trial_no, family = binomial(link = "probit"), >data = neg_data,

[R] Getting p-value from summary output

2011-02-10 Thread Allie818
I can get this summary of a model that I am running: summary(myprobit) Call: glm(formula = Response_Slot ~ trial_no, family = binomial(link = "probit"), data = neg_data, na.action = na.pass) Deviance Residuals: Min 1Q Median 3Q Max -0.9528 -0.8934 -0.8418 1.44