Displaying 7 results from an estimated 7 matches for "fitmen".
Did you mean:
firmen
2016 Apr 01
2
p values from GLM
...ata[,"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) # p values are not found here.
Thank you!
John
John David Sorkin M.D., Ph.D.
Professor of Medicine
Chief, Biostatistics and Informatics
University of Maryland School of Medicine Division of Gerontology and Geriatric Medicine
Baltimore VA Medical Center
10 North Greene Street...
2016 Apr 01
6
p values from GLM
...up"],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) # p values are not found here.
>
> Doesn't summary(fitwean) give a matrix? Then it's
> colnames(summary(fitwean)$coefficients) you want, not names(fitwean).
>
> Duncan Murdoch
>
> P.S. If you had given a reproducible example, I'd try it myself.
&g...
2016 Apr 01
0
p values from GLM
...]~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) # p values are not found here.
Doesn't summary(fitwean) give a matrix? Then it's
colnames(summary(fitwean)$coefficients) you want, not names(fitwean).
Duncan Murdoch
P.S. If you had given a reproducible example, I'd try it myself.
>
> Thank you!
> Jo...
2016 Apr 02
0
p values from GLM
...,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) # p values are not found here.
>>
>> Doesn't summary(fitwean) give a matrix? Then it's
>> colnames(summary(fitwean)$coefficients) you want, not names(fitwean).
>>
>> Duncan Murdoch
>>
>> P.S. If you had given a reproducible exampl...
2016 Apr 02
0
p values from GLM
...,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) # p values are not found here.
>>
>> Doesn't summary(fitwean) give a matrix? Then it's
>> colnames(summary(fitwean)$coefficients) you want, not names(fitwean).
>>
>> Duncan Murdoch
>>
>> P.S. If you had given a reproducible exampl...
2016 Apr 03
0
p values from GLM
...[,"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) # p values are not found here.
Doesn't summary(fitwean) give a matrix? Then it's
colnames(summary(fitwean)$coefficients) you want, not names(fitwean).
Duncan Murdoch
P.S. If you had given a reproducible example, I'd try it myself.
Thank you!
John
John David So...
2016 Apr 02
2
p values from GLM
...ial(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) # p values are not found here.
>>>
>>> Doesn't summary(fitwean) give a matrix? Then it's
>>> colnames(summary(fitwean)$coefficients) you want, not names(fitwean).
>>>
>>> Duncan Murdoch
>>>
>>> P.S. If you...