ottest.indep | R Documentation |
Prueba ttest directo a un dataframe para muestras independientes.
ottest.indep( varlist = NULL, grpvar = NULL, data = NULL, version = 1, save = "file" )
varlist |
Vector String de variables dependientes |
grpvar |
Variable (string) de grupo |
data |
Data frame con los datos |
version |
tipo de resultado |
save |
Guarda un excel en el wd |
Devuelve un data frame con los resultados
# grpvar <- "am" # depvar <- "hp" # varlist <- c("mpg", "disp", "drat", "hp") # ottest.indep(varlist, grpvar, mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.