Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/kurtosis.folder.R
Computes the kurtosis coefficient by column of the elements of an object of class folder
.
1 | kurtosis.folder(x, na.rm = FALSE, type = 3)
|
x |
an object of class |
na.rm |
logical. Should missing values be omitted from the calculations? (see |
type |
an integer between 1 and 3 (see |
It uses kurtosis
to compute the mean by numeric column of each element of the folder. If some columns of the data frames are not numeric, there is a warning, and the means are computed on the numeric columns only.
A list whose elements are the kurtosis coefficients by column of the elements of the folder.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
folder
to create an object is of class folder
.
mean.folder
, var.folder
, cor.folder
, skewness.folder
for other statistics for folder
objects.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.