variables_means | R Documentation |
Mean coefficents on bootstrap
variables_means( DF, y = colnames(DF)[1], meaningful_variables = colnames(DF)[colnames(DF) != y], nbre = 30 )
DF |
: dataframe |
y |
: variable to explain |
meaningful_variables |
: variables pre-selected by bootstrap |
nbre |
: number of iteration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.