i*****c 发帖数: 1322 | 1 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.4.tar.gz", :
argument 'lib' is missing: using 'G:\documents/R/win-library/2.11'
Warning: unable to access index for repository
http://cran.r-project.org/src/contrib/QuantPsyc_1.4.tar.gz/src/
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘QuantPsyc’ is not available
Error in gzfile(file, "wb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "wb") :
cannot open compressed file '.RDataTmp', probable reason 'Permission denied'
请问可能是什么问题?R 还有其他方法计算standardized regression
coefficients 吗?多谢多谢。 | z*******n 发帖数: 15481 | 2 你可以直接在R里面选packages 然后选install package然后找到你要的package安装吧 | l****f 发帖数: 650 | 3 好像是说无权限?楼主用的管理员帐号么
that
【在 i*****c 的大作中提到】 : 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.4.tar.gz", : : argument 'lib' is missing: using 'G:\documents/R/win-library/2.11'
|
|