J*****n 发帖数: 4859 | 1 【 以下文字转载自 Statistics 讨论区 】
发信人: Jadeson (Jadeson), 信区: Statistics
标 题: R中By函数是什么意思
发信站: BBS 未名空间站 (Fri Nov 28 16:15:19 2008)
google了半天,没有结果。
谢谢。 | J*****n 发帖数: 4859 | | w**********y 发帖数: 1691 | 3 自己在R中:
?by
不就行了。。。奇怪。。
Apply a Function to a Data Frame split by Factors
Description
Function by is an object-oriented wrapper for tapply applied to data frames.
Usage
by(data, INDICES, FUN, ...)
Arguments
data an R object, normally a data frame, possibly a matrix.
INDICES a factor or a list of factors, each of length nrow(data).
FUN a function to be applied to data frame subsets of data.
... further arguments to FUN.
Details
A data frame is split by row into data frames subsetted by the values | J*****n 发帖数: 4859 | 4
frames.
不会用R,不过是希望把R的语句弄清楚,最后用VBA实现。
谢谢。
【在 w**********y 的大作中提到】 : 自己在R中: : ?by : 不就行了。。。奇怪。。 : Apply a Function to a Data Frame split by Factors : Description : Function by is an object-oriented wrapper for tapply applied to data frames. : Usage : by(data, INDICES, FUN, ...) : Arguments : data an R object, normally a data frame, possibly a matrix.
| c*******o 发帖数: 1722 | 5
~~~~~~~~~~~~~~???
【在 J*****n 的大作中提到】 : : frames. : 不会用R,不过是希望把R的语句弄清楚,最后用VBA实现。 : 谢谢。
|
|