search for: fitwean

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

2016 Apr 01
6
p values from GLM
...c strip ) On Fri, Apr 1, 2016 at 3:26 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 s...
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 val...
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, b...
2016 Apr 02
0
p values from GLM
..., 2016 at 3:26 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(summar...
2016 Apr 02
0
p values from GLM
..., 2016 at 3:26 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(summar...
2016 Apr 03
0
p values from GLM
...; comic strip ) On Fri, Apr 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 v...
2016 Apr 02
2
p values from GLM
...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. >>>>...