問題,我想這:與安裝軟件包於R
z <- zscore(NMEBXTP_MeanDepth, na.rm=TRUE)
,並得到這個:
Error: could not find function "zscore"
所以我這樣做:
install.packages(c("R.basic"), contriburl="http://www.braju.com/R/repos/")
,並得到這樣的:
Warning: unable to access index for repository http://www.braju.com/R/repos/
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ‘R.basic’ is not available
除了是dysbinarylexic什麼是我的問題?
你有什麼版本的R?也許那個版本庫上的版本需要更新的R版本。 – Spacedman 2012-01-11 13:24:10