Description Usage Arguments Value
Create model
1 2 3 4 5 6 7 8 9 10 11 12 13 | crear_modelo(
data,
var_est,
var_exp,
intercep = NULL,
method,
percTest,
ln_vars = F,
ln_vars_tr = NULL,
trC_method = "none",
trC_num,
trC_rep
)
|
data |
A database to use |
var_est |
A character value with the column of x axis |
var_exp |
A logical value: T if the graphic contains variable y; F if not |
intercep |
A character value with the column of y axis |
method |
A character value with the column of group |
percTest |
A character value with the type of graphic |
ln_vars |
— |
ln_vars_tr |
— |
trC_method |
— |
trC_num |
— |
trC_rep |
— |
A plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.