Description Usage Arguments Value Author(s) Examples
View source: R/method-generalizedFC.R
calculate the mean difference in a set of predefined quantiles of the logarithmic
1 2 3 4 5 6 7 | generalizedFC(x, ...)
## Default S3 method:
generalizedFC(x, y, base = 10, steps = 0.05, pseudo = 1e-05, ...)
## S3 method for class 'formula'
generalizedFC(x, data, subset, na.action, ...)
|
x |
numeric vector, numeric vector of data values or formula, example 'Ozone ~ Month', Ozone is a numeric variable giving the data values ‘Month’ a factor giving the corresponding groups. |
... |
additional arguments. |
y |
numeric vector, numeric vector of data values |
base |
a positive or complex number, the base with respect to which logarithms are computed, default is 10. |
steps |
positive numeric, increment of the sequence, default is 0.05. |
pseudo |
positive numeric, avoid the zero for logarithmic, default is 0.00001. |
data |
data.frame, an optional matrix or data frame,containing the variables in the formula. |
subset |
(similar: see 'wilcox.test')an optional vector specifying a subset of observations to be used. |
na.action |
a function which indicates what should happen when the data, contain 'NA's. Defaults to 'getOption("na.action")'. |
list contained gfc, the mean and median of different group.
Shuangbin Xu
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.