descTwoWay {twowaytests} | R Documentation |
Descriptive Statistics for Two-Way Layout
Description
descTwoWay
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 for two-way layout.
Usage
descTwoWay(formula, data)
Arguments
formula |
a formula of the form |
data |
a data frame containing the variables in |
Value
Returns a data.frame of output.
Author(s)
Osman Dag, Sam Weerahandi, Malwane Ananda
Examples
library(twowaytests)
data(alveolar)
descTwoWay(cell ~ ovalbumin*treatment, data = alveolar)
[Package twowaytests version 1.4 Index]