首页
论坛
未名存档
话题女王
小圈子
马甲追踪
版面排名
流量曲线
水枪排名
发帖量曲线
发帖版面饼图
发帖时间柱图
关于本站
帮助
topics
全部话题
- 话题: gregmisc
(共0页)
F****r
发帖数: 151
1
来自主题:
Statistics版
-
about R function to do N!
something from R-help
There is the factorial() function in the gregmisc package on CRAN,
otherwise the gamma() function as has been mentioned.
s*****n
发帖数: 2174
2
来自主题:
Statistics版
-
got a problem in R ><
library(gregmisc)
x <- permutations(4,4)
x[is.element(x, c(1,2))] <- 0
x[is.element(x, c(3,4))] <- 1
unique(data.frame(x))
(共0页)