Re: R language- obtaining variance matrix after regression
- From: "mdm_italy" <micheledemeo@xxxxxxxxx>
- Date: 11 Jul 2006 05:14:25 -0700
Paul,
"variance matrix after regression" is the simmetric matrix with
variances among Y, X1, X2, ecc.... ?
If so, and if X is the matrix composed by [Y,X1,X2,...], you can do it
with:
var(X)
(the variance is the "corrected variance").
But I probably misunderstood the question....
Michele De Meo
Statistical Consultant
http://crea.html.it/sito/micheledemeo
.
- Follow-Ups:
- References:
- R language- obtaining variance matrix after regression
- From: E. Paul Wileyto
- R language- obtaining variance matrix after regression
- Prev by Date: Re: R language- obtaining variance matrix after regression
- Next by Date: Re: Alpha, beta, power, CL, CI
- Previous by thread: Re: R language- obtaining variance matrix after regression
- Next by thread: Re: R language- obtaining variance matrix after regression
- Index(es):