多级分析 car- 和 dplyr-

问题描述

library(car) 或 library(dplyr) 软件包显示此错误代码

   > library(car)
Error in library(car) : there is no package called ‘car’
> library(dplyr)
Error in library(dplyr) : there is no package called ‘dplyr’
> new&time=recode(new$ind,'"V1"=0;"V2"=1;"V3"=2;"V4"=3;"V5"=4;"V6"=5;',as.factor=F)
Error in recode(new$ind,"\"V1\"=0;\"V2\"=1;\"V3\"=2;\"V4\"=3;\"V5\"=4;\"V6\"=5;",: 
  could not find function "recode"

我正在尝试使用 recode 函数在 R 中进行纵向分析,以在创建我的空模型之前创建一个新变量。我不知道为什么找不到费率代码功能?是改名了吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...