t_test_dumb: t test for dummies

Description Usage Arguments Details Value Examples

View source: R/t.test_dumb.R

Description

t test with diagnostics

Usage

1
2
t_test_dumb(.data, value, group, check_assumptions = TRUE,
  var.equal = FALSE, ...)

Arguments

group

the grouping column

data

the data to be included

response

the values column

Details

To be done

Value

the same object as the t.test with diagnostics included

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

rajeshstat/statmodels documentation built on May 29, 2019, 10:38 a.m.