[R] extracting correlations from nlme

Simon Blomberg Simon.Blomberg at anu.edu.au
Mon Apr 11 08:00:16 CEST 2005


>Hi,
>
>I would like to know how (if) I can extract some of the information from
>the summary of my nlme.

This is R. There is no if. Only how.



>at present, I get a summary looking something like this:
>
>  > summary(fit.nlme)
>  [snip]



>
>I would like to extract the table of correlations, but have not been able
>to do it.


ss <- summary(fit.nlme)
ss$corFixed

Cheers,

Simon.

>
>Any assistance, much appreciated.
>
>Cheers,
>Evelyn
>
>
>
>Evelyn Hall
>PhD Student
>Faculty of Veterinary Science
>The University of Sydney
>PMB 3 Camden, NSW, 2570
>Phone: +61 2 9036 7736
>Email: evelynw at camden.usyd.edu.au
>
>
>	[[alternative HTML version deleted]]
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


-- 
Simon Blomberg, B.Sc.(Hons.), Ph.D, M.App.Stat.
Visiting Fellow
School of Botany & Zoology
The Australian National University
Canberra ACT 0200
Australia

T: +61 2 6125 8057  email: Simon.Blomberg at anu.edu.au
F: +61 2 6125 5573

CRICOS Provider # 00120C




More information about the R-help mailing list