Description Usage Arguments Value
View source: R/Variables_selection.R
Calculate the correlation of every variables with your targeted one then extract the top n elements. Remove automatically non numeric variables from its analysis.
1 | Variables_selection(x, Target, n)
|
x |
A dataset with your taregeted variable |
Target |
The colname of your targeted variable |
n |
The number of variables you would like to take as regressors |
A dataframe containing the variables' names and their correlation with your target
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.