View source: R/DataUnderstanding.R
StatisticalParameterIntervalLevel | R Documentation |
Statistical Parameter for interval level (and maybe ordinal level) variables
StatisticalParameterIntervalLevel( variable, expandedSet = FALSE, densityPlot = FALSE )
variable |
numerical. Input variable, numerical one. |
expandedSet |
boolean. Calculate skewness and kurtosis? Default is FALSE. Pleae note: Package psych is required! |
densityPlot |
boolean. Print out a simple density plot? |
data.frame. Returns a data.frame with requested statistical parameter.
## Example with missing values, exypanded set and density plot StatisticalParameterIntervalLevel(variable = airquality$Ozone, expandedSet = TRUE, densityPlot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.