Description Usage Arguments Details Value Examples
t test with diagnostics
1 2 | t_test_dumb(.data, value, group, check_assumptions = TRUE,
var.equal = FALSE, ...)
|
group |
the grouping column |
data |
the data to be included |
response |
the values column |
To be done
the same object as the t.test with diagnostics included
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.