descriptiveStat: Calculate desriptive statistics for each group and compare...

Description Usage Arguments

View source: R/supportFunc_lm.R

Description

takes in data and determines the summary statistics (Mean & SD) and also compares the levels of the groups (binary) variable

Usage

1
2
descriptiveStat(demo, groups, variables, paired = FALSE,
  pairing = NULL)

Arguments

demo

is an (nxp) dataset

groups

specifies the column name of a binary variable in demo

variables

is a vector of column names to be compared between the 2 groups

paired

boolean (T/F) - default = FALSE (repeated measures or not)

pairing

is a column name that containing the pairing information


singha53/amritr documentation built on July 21, 2019, 3:46 p.m.