[问题] cannot find function "ddply"

楼主: AmigoSafin   2018-04-19 23:53:47
[问题类型]:
请把以下不需要的部份删除
意见调查(我对R 有个很棒的想法,想问问大家的意见)
程式咨询(我想用R 做某件事情,但是我不知道要怎么用R 写出来)
[软件熟悉度]:
新手(没写过程式,R 是我的第一次)
[问题叙述]:
请简略描述你所要做的事情,或是这个程式的目的
大家好~
我已经装了package "plyr"
但是我的R还是找不到"ddply"这个function
不知道有没有版友有类似经验能提供建议?
谢谢~~
[程式范例]:
package ‘plyr’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\User\AppData\Local\Temp\RtmpAZwHOf\downloaded_packages
> findFunction("ddply")
list()
> summarydata<-ddply(shoesales, .(ExerciseType), summarise, Total=sum(Sales))
Error in ddply(shoesales, .(ExerciseType), summarise, Total = sum(Sales)) :
could not find function "ddply"
[环境叙述]:
请提供 sessionInfo() 的输出结果,
里面含有所有你使用的作业系统、R 的版本和套件版本资讯,
让版友更容易找出错误
R version 3.4.4 (2018-03-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.4 tools_3.4.4
[关键字]:
选择性,也许未来有用
作者: cywhale (cywhale)   2018-04-20 00:59:00
你没有呼叫library(plyr) 吧
楼主: AmigoSafin   2018-04-20 12:40:00
搞定了 谢谢喔~~

Links booklink

Contact Us: admin [ a t ] ucptt.com