Learn R Programming

BiVariAn (version 1.0.3)

auto_shapiro_raw: Automatic Shapiro-Wilk test table

Description

Generates a HTML table of raw data from a numerical variables of a dataframe.

Usage

auto_shapiro_raw(data, flextableformat = TRUE)

Value

Flextable or dataframe with shapiro wilks results.

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.

Author

JAFG

Examples

Run this code
auto_shapiro_raw(iris)

Run the code above in your browser using DataLab