View source: R/confint_glmerMod.r
| confint.glmerMod | R Documentation |
confint method for class glmerModThis is a highly crappy solution to getting the confidence
intervals for the coefficients from a coxme object. It captures the
output from print(object)... Oh, well.
## S3 method for class 'glmerMod'
confint(object, parm = NULL, level = 0.95, ..., more = FALSE)
object |
an object of class |
parm |
(only for method compatability) |
level |
(only for method compatability) |
... |
(only for method compatability) |
more |
set to TRUE if you also want the coefficients and p-values. |
Henrik Renlund - but don't hold it against me
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.