[R] How do I extract coefficient standard errors /CI for a "coxme" model

288 views
Skip to first unread message

dunner

unread,
Jun 30, 2012, 8:33:33 AM6/30/12
to r-h...@r-project.org
Hello, and thanks for your time

I'm trying to extract standard errors to produce confidence intervals from a
multivariable coxme model object so I can write a function that will print
a summary for some reproducible research. As far as I can glean, the SE is
produced on-the-fly by the print method. I'll dig into the source code if I
have to, but I'd rather not have to.

Any help would be really appreciated.

Thanks

Ross

--
View this message in context: http://r.789695.n4.nabble.com/How-do-I-extract-coefficient-standard-errors-CI-for-a-coxme-model-tp4634968.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]

______________________________________________
R-h...@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

David Winsemius

unread,
Jun 30, 2012, 12:28:17 PM6/30/12
to dunner, r-h...@r-project.org

On Jun 30, 2012, at 8:33 AM, dunner wrote:

> Hello, and thanks for your time
>
> I'm trying to extract standard errors to produce confidence
> intervals from a
> multivariable coxme model object so I can write a function that
> will print
> a summary for some reproducible research. As far as I can glean, the
> SE is
> produced on-the-fly by the print method. I'll dig into the source
> code if I
> have to, but I'd rather not have to.

Have you tried:

sqrt(vcov(rfit))

--

David Winsemius, MD
West Hartford, CT
Reply all
Reply to author
Forward
0 new messages