我不能在 R 中使用 theil sen estimator
I can not use the theil sen estimator in R
我已经使用以下命令安装了 theil sen estimator 包 mblm:
install.packages("mblm")
显示:
package ‘mblm’ successfully unpacked and MD5 sums checked
但是当我尝试使用它时,我收到以下错误:
Error: could not find function "mblm"
可能是什么问题?我是否安装了正确的软件包?
这很可能是 R FAQ 7.30:
To actually use the package, it needs to be loaded using library().
我已经使用以下命令安装了 theil sen estimator 包 mblm:
install.packages("mblm")
显示:
package ‘mblm’ successfully unpacked and MD5 sums checked
但是当我尝试使用它时,我收到以下错误:
Error: could not find function "mblm"
可能是什么问题?我是否安装了正确的软件包?
这很可能是 R FAQ 7.30:
To actually use the package, it needs to be loaded using library().