View source: R/confint_coxme.r
confint.coxme | R Documentation |
confint
method for class coxme
This is a now only semi-crappy solution to getting the
confidence intervals for the coefficients from a coxme
object. It
extracts information from print(object)
in the usual was - cool!
## S3 method for class 'coxme'
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/Lars Lindhagen - but don't hold it against us!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.