describe {onewaytests} | R Documentation |
describe
produces basic descriptive statistics including sample size, mean, standard deviation, median, minimum value, maximum value, 25th quantile, 75th quantile, skewness, kurtosis, the number of missing value.
describe(formula, data)
formula |
a formula of the form |
data |
a tibble or data frame containing the variables in |
Returns a data.frame of output.
Osman Dag
library(onewaytests)
describe(Sepal.Length ~ Species, data = iris)