search for: jwean

Displaying 7 results from an estimated 7 matches for "jwean".

Did you mean: jean
2016 Apr 01
2
p values from GLM
How can I get the p values from a glm ? I want to get the p values so I can add them to a custom report fitwean<- glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) summary(fitwean) # This lists the coefficeints, SEs, z and p values, but I can't isolate the pvalues. names(summary(fitwean)) # I see the coefficients, but not the p values names(fitmens)...
2016 Apr 01
6
p values from GLM
...6 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 01/04/2016 6:14 PM, John Sorkin wrote: >> How can I get the p values from a glm ? I want to get the p values so I >> can add them to a custom report >> >> >> fitwean<- >> glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) >> summary(fitwean) # This lists the coefficeints, SEs, z and p >> values, but I can't isolate the pvalues. >> names(summary(fitwean)) # I see the coefficients, but not the p v...
2016 Apr 01
0
p values from GLM
On 01/04/2016 6:14 PM, John Sorkin wrote: > How can I get the p values from a glm ? I want to get the p values so I can add them to a custom report > > > fitwean<- glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) > summary(fitwean) # This lists the coefficeints, SEs, z and p values, but I can't isolate the pvalues. > names(summary(fitwean)) # I see the coefficients, but not the p values >...
2016 Apr 02
0
p values from GLM
...och.duncan at gmail.com> wrote: >> On 01/04/2016 6:14 PM, John Sorkin wrote: >>> How can I get the p values from a glm ? I want to get the p values so I >>> can add them to a custom report >>> >>> >>> fitwean<- >>> glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) >>> summary(fitwean) # This lists the coefficeints, SEs, z and p >>> values, but I can't isolate the pvalues. >>> names(summary(fitwean)) # I see the coefficients, b...
2016 Apr 02
0
p values from GLM
...och.duncan at gmail.com> wrote: >> On 01/04/2016 6:14 PM, John Sorkin wrote: >>> How can I get the p values from a glm ? I want to get the p values so I >>> can add them to a custom report >>> >>> >>> fitwean<- >>> glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) >>> summary(fitwean) # This lists the coefficeints, SEs, z and p >>> values, but I can't isolate the pvalues. >>> names(summary(fitwean)) # I see the coefficients, b...
2016 Apr 03
0
p values from GLM
...1, 2016 at 3:26 PM, Duncan Murdoch <murdoch.duncan at gmail.com<mailto:murdoch.duncan at gmail.com>> wrote: On 01/04/2016 6:14 PM, John Sorkin wrote: How can I get the p values from a glm ? I want to get the p values so I can add them to a custom report fitwean<- glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) summary(fitwean) # This lists the coefficeints, SEs, z and p values, but I can't isolate the pvalues. names(summary(fitwean)) # I see the coefficients, but not the p values names(fitmens)...
2016 Apr 02
2
p values from GLM
...rote: >>> On 01/04/2016 6:14 PM, John Sorkin wrote: >>>> How can I get the p values from a glm ? I want to get the p values so I >>>> can add them to a custom report >>>> >>>> >>>> fitwean<- >>>> glm(data[,"JWean"]~data[,"Group"],data=data,family=binomial(link ="logit")) >>>> summary(fitwean) # This lists the coefficeints, SEs, z and p >>>> values, but I can't isolate the pvalues. >>>> names(summary(fitwean)) # I see the coeff...