Re: [R] How to extract p value from the lmekin object obtained by fitting mixed model with function lmekin() in package coxme?

2012-09-05 Thread Jeff Newmiller
Perhaps what you want to explore is the object returned from the summary method rather than the fit object? coef(summary(kinfit)) --- Jeff NewmillerThe . . Go Live... DCN:Bas

[R] How to extract p value from the lmekin object obtained by fitting mixed model with function lmekin() in package coxme?

2012-09-05 Thread Tian-Xiao Zhang
Hi, R experts I am currently using lmekin() function in coxme package to fit a mixed effect model for family based genetic data. How can I extract the p value from a lmekin object? When I print the object in R console, I can see the p value and Z value are just over there. But I can not ex