shapirosNormal: shapirosNormal

Description Usage Arguments Value

Description

Compute the normality of a subset of data. The function virtually splits the data into groups (defined by factor_vars) and compute the normality of each group using a shapiro test (see shapiro.test)

Usage

1
shapirosNormal(df, resp_var, factor_vars)

Arguments

df

A dataframe object with a response variable and one or more independent variables

resp_var

is the name of the response variable

factor_vars

a vector with the names of the variables used as factor variables

Value

A data frame with several variables:


ajpelu/auxiliar documentation built on May 3, 2019, 9:04 p.m.