using R package 'effects' in R version 3.4.4

自作多情 提交于 2019-11-29 07:52:08

As a result of a related Stack Overflow question, I built a package specifically for this purpose, oldr. The package is available here:

https://github.com/duckmayr/oldr

You can install via

devtools::install_github("duckmayr/oldr")

Once the package is installed, you just need to run

oldr::install.compatible.packages("effects")

The function oldr::install.compatible.packages() searches through the CRAN archives to find the newest version of the package that is compatible with your installed version of R.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!