[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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.