Generates a HTML table of raw data from a numerical variables of a dataframe.
Usage
auto_shapiro_raw(data, flextableformat = TRUE)
Arguments
- data
Data frame from which variables will be extracted.
- flextableformat
Logical operator to indicate the output desired. Default is TRUE. When FALSE, function will return a dataframe format.
Value
Flextable or dataframe with shapiro wilks results.
Examples
auto_shapiro_raw(iris)
Variable | p_shapiro | Normality |
|---|
Sepal.Length | 0.01018 | Non-normal |
Sepal.Width | 0.10115 | Normal |
Petal.Length | <0.001* | Non-normal |
Petal.Width | <0.001* | Non-normal |