Re: [R] Extracting standard error from survreg?

2008-10-15 Thread Peter Dalgaard
Achim Zeileis wrote: >> On Wed, 15 Oct 2008, Peter Dalgaard wrote: >> >> > jpl wrote: >> > Hello, >> > >> > I would like to extract the standard error for the coefficients > >> returned when using survreg. Does anyone know how to do this? >> >> Apparently, it is >> >> summary(mymodel)$table[,2] >

Re: [R] Extracting standard error from survreg?

2008-10-15 Thread jpl
Thanks! This is exactly what I needed. Peter Dalgaard wrote: > > jpl wrote: >> Hello, >> >> I would like to extract the standard error for the coefficients returned >> when using survreg. Does anyone know how to do this? >> >> Thank you. >> >> Joan >> > Apparently, it is > > summary(mymo

Re: [R] Extracting standard error from survreg?

2008-10-15 Thread Achim Zeileis
On Wed, 15 Oct 2008, Peter Dalgaard wrote: > jpl wrote: > Hello, > > I would like to extract the standard error for the coefficients > returned when using survreg. Does anyone know how to do this? Apparently, it is summary(mymodel)$table[,2] In order not to compute on the internal structur

Re: [R] Extracting standard error from survreg?

2008-10-15 Thread Peter Dalgaard
jpl wrote: > Hello, > > I would like to extract the standard error for the coefficients returned > when using survreg. Does anyone know how to do this? > > Thank you. > > Joan > Apparently, it is summary(mymodel)$table[,2] (Why, oh why, can't Terry allow coef(summary(...)) like we have in lm/

[R] Extracting standard error from survreg?

2008-10-15 Thread jpl
Hello, I would like to extract the standard error for the coefficients returned when using survreg. Does anyone know how to do this? Thank you. Joan -- View this message in context: http://www.nabble.com/Extracting-standard-error-from-survreg--tp19994742p19994742.html Sent from the R help ma