SummarizeDist {RTaxometrics} | R Documentation |
Summarizes distribution
Description
This function calculates the sample mean, standard deviation, skewness, and kurtosis
Usage
SummarizeDist(x)
Arguments
x |
The data vector |
Details
Called by higher-order functions; users do not need to call this function directly.
Value
The sample mean, standard deviation, skewness, and kurtosis of x.
Author(s)
John Ruscio <ruscio@tcnj.edu> and Shirley Wang <shirleywang@g.harvard.edu> Maintainer: John Ruscio <ruscio@tcnj.edu>
[Package RTaxometrics version 3.2.1 Index]