Linda,
At 4:36 PM -0700 8/15/08, Linda Zientek wrote:

Hello,

In SPSS, a multiple regression can be conducted by inputting the means, standard deviations, sample size, and correlation matrix without actually using the raw dataset. Is it possible to do the same in R?

Thanks in advance for your assistance.

Linda


look at mat.regress in the psych package. It will do some of what you might want. That is to say, it will do a multiple regression from the correlation matrix and give you appropriate tests for the given sample size.

Bill


--
William Revelle         http://personality-project.org/revelle.html
Professor                       http://personality-project.org/personality.html
Department of Psychology             http://www.wcas.northwestern.edu/psych/
Northwestern University http://www.northwestern.edu/
Attend  ISSID/ARP:2009               http://issid.org/issid.2009/

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to