Description Usage Author(s) Examples
Do something
1
tests_autoGMRC(var, grp)
JuG
1 2 3 4 5 6 7
var=rnorm(100) grp <- rep(letters[1:2],each=50) tests_autoGMRC(var = var,grp = grp ) var=rnorm(30) grp <- rep(letters[1:3],each=10) tests_autoGMRC(var = var,grp = grp )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.