Re: [R] latex.rms and models fit with Gls

2010-05-28 Thread Frank E Harrell Jr
On 05/28/2010 05:31 PM, Dylan Beaudette wrote: On Friday 28 May 2010, Frank E Harrell Jr wrote: On 05/28/2010 03:49 PM, Dylan Beaudette wrote: Hi, I have fit a model using the rms package with the Gls() function. Is there a way to get the model estimates, std errors, and p-values (i.e. what y

Re: [R] latex.rms and models fit with Gls

2010-05-28 Thread Dylan Beaudette
On Friday 28 May 2010, Frank E Harrell Jr wrote: > On 05/28/2010 03:49 PM, Dylan Beaudette wrote: > > Hi, > > > > I have fit a model using the rms package with the Gls() function. > > > > Is there a way to get the model estimates, std errors, and p-values (i.e. > > what you get with print(fit)) int

Re: [R] latex.rms and models fit with GLS

2010-05-28 Thread Frank E Harrell Jr
On 05/28/2010 03:49 PM, Dylan Beaudette wrote: Hi, I have fit a model using the rms package with the Gls() function. Is there a way to get the model estimates, std errors, and p-values (i.e. what you get with print(fit)) into latex format? I have tried: f<- Gls(...) latex(f, file='') ... but

[R] latex.rms and models fit with GLS

2010-05-28 Thread Dylan Beaudette
Hi, I have fit a model using the rms package with the Gls() function. Is there a way to get the model estimates, std errors, and p-values (i.e. what you get with print(fit)) into latex format? I have tried: f <- Gls(...) latex(f, file='') ... but I get the following error Error in replace.su