Re: [R] standardized partial regression coefficients

2006-08-29 Thread Chuck Cleland
Yuval Sapir wrote:
 Hi all,
 I am relatively new to R, so let me know if I missed something trivial.
 I want to perform path-analysis with at least three levels of explaining 
 variables (i.e., A affects B that affects C). I perform multiple 
 regression for each set of variables, and get estimates for the partial 
 coefficients and their SE. How can I translate it to standardized 
 partial regression coefficients (beta in SPSS)?
 Thanks
 Yuval

  RSiteSearch(standardized coefficients) is helpful.  For example:

http://finzi.psych.upenn.edu/R/Rhelp02a/archive/68367.html
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/6038.html

  You also might consider the sem package by John Fox with its
standardized.coefficients function.

http://cran.r-project.org/doc/packages/sem.pdf

-- 
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 512-0171 (M, W, F)
fax: (917) 438-0894

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


[R] standardized partial regression coefficients

2006-08-28 Thread Yuval Sapir
Hi all,
I am relatively new to R, so let me know if I missed something trivial.
I want to perform path-analysis with at least three levels of explaining 
variables (i.e., A affects B that affects C). I perform multiple 
regression for each set of variables, and get estimates for the partial 
coefficients and their SE. How can I translate it to standardized 
partial regression coefficients (beta in SPSS)?
Thanks
Yuval

-- 
Yuval Sapir, PhD
Post-doctorate research associate
Dept of Genetics
University of Georgia
Athens, GA 30602, USA

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.