buildTable: Summary table with statistical tests for groups comparison

buildTableR Documentation

Summary table with statistical tests for groups comparison

Description

Creates a summary statistics table of data comparing by group with the appropiated statistical test

Usage

buildTable(data, group = 1, non.parametric = FALSE)

Arguments

data

is a vector with data

group

is a factor vector for grouping

non.parametric

is a logical vector. FALSE allows the function to choose the test according to the distribution. If TRUE, the function uses non parametric tests by default.

Examples

buildTable (mtcars$mpg, mtcars$cyl, non.parametric=FALSE)

pablorodrig16/summaryFunctions documentation built on April 4, 2023, 5:18 a.m.