Skip to content
Prev 76421 / 398502 Next

p-value in lrm

donghu at itsa.ucsf.edu wrote:
That's automatic.  The print method for lrm in the Design package does 
that.  Better though is the anova method which gives you the right 
pooled tests when you have nonlinear effects, interactions, etc.

If by "get" you mean "retrieve for use in other code" you can look at 
print.lrm for hints, or use coef(fit) and diag(Varcov(fit)).