Description Usage Arguments Value
These functions calculate coefficients that measure the influence of each predictor over the response variable to help in the supervision processes inside variable selection procedure.
1 2 3 4 | standardizedRegressionCoefficient(x, y)
pearsonCoefficient(x, y)
spearmanCoefficient(x, y)
kendallCoefficient(x, y)
|
x |
A matrix with data. Each row is a sample and each column is a variable. |
y |
A vector with data corresponding to each sample of x. This is the response variable. |
Each function returns just one value:
standardizedRegressionCoefficient returns Standardized Regression Coefficient.
pearsonCoefficient returns Pearson Coefficient.
spearmanCoefficient returns Spearman Coefficient.
kendallCoefficient returns Kendall Coefficient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.