Mean coefficents on bootstrap
1 2 3 4 5 6 | 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.