normality.test.by.residual: Normality Test of Residual Model

View source: R/normality.R

normality.test.by.residualR Documentation

Normality Test of Residual Model

Description

This function performs a normality test in a residual model.

Usage

normality.test.by.residual(
  data,
  dvs,
  between = c(),
  within = c(),
  covar = NULL,
  wid = "row.pos",
  dv.var = NULL,
  skewness = c()
)

Arguments

data

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

dvs

a character vector containing the dependent variables

between

a character vector containing the independent variable used as between-subject

within

a character vector containing the independent variable used as within-subject

covar

a character indicating the column of covariate variable used in the normality test

dv.var

column with the information to classify observations based on dependent variables

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.