I need to calculate standardized regression
coefficients. the glm only gives me nonstandard coefficients. I googled that
I need a package: QuantPsyc. I
downloaded it but had a lot of trouble to install it into R.
I followed the instruction from the internet using:
install.packages("QuantPsyc",repos="http://cran.r-project.org/src/contrib/QuantPsyc_1.4.tar.gz",type="source")
The outcome is as below:
Warning in install.packages("QuantPsyc", repos =
"http://cran.r-project.org/src/contrib/QuantPsyc_1... 阅读全帖