normality.test.per.groups: Normality Test per Groups

View source: R/normality.R

normality.test.per.groupsR Documentation

Normality Test per Groups

Description

This function performs a normality test per groups.

Usage

normality.test.per.groups(
  data,
  dvs,
  ivs,
  dv.var = NULL,
  include.global = F,
  hide.details = F,
  skewness = c()
)

Arguments

data

a data.frame containing the variables in which performing the normality test

dvs

a character vector containing the dependent variables

ivs

character vector containing the independent variable used define the groups

dv.var

column with the information to classify observations based on dependent variables

include.global

a boolean value indicating if a summarization is presented of all items

hide.details

a boolean value indicating if details should be presented

skewness

a list of transformation to achieve normality

Value

A data frame containing the normality test


geiser/rshinystatistics documentation built on Feb. 18, 2024, 6:07 p.m.