文件名称:foofactors
文件大小:13KB
文件格式:ZIP
更新时间:2024-03-26 09:19:31
R
愚人 愚蠢因素的目的是以一种更直观的方式连接因素,而不会引起不必要的麻烦。 安装 您可以使用以下命令从安装发布的foofactors版本: install.packages( " foofactors " ) 以及来自的开发版本: # install.packages("devtools") devtools :: install_github( " jkim222383/foofactors " ) 快速演示 通过fbind()绑定两个因素: library( foofactors ) a <- factor (c( " character " , " hits " , " your " , " eyeballs " )) b <- factor (c( " but " , " integer " , " where it " , " counts " )) 简单地将两个因素联
【文件预览】:
foofactors-main
----foofactors.Rproj(414B)
----NAMESPACE(75B)
----DESCRIPTION(499B)
----R()
--------fbind.R(387B)
--------fcount.R(202B)
----.Rbuildignore(64B)
----LICENSE(41B)
----LICENSE.md(1KB)
----README.md(1KB)
----man()
--------figures()
--------fbind.Rd(450B)
--------fcount.Rd(330B)
----tests()
--------testthat()
--------testthat.R(64B)
----.gitignore(29B)
----README.Rmd(1KB)