Description Usage Arguments Note Examples
Performs the Multiple linear Regression between the input y value and all other columns variables in the given dataset
1 | multipleRegression(t, d)
|
t |
Target Variable |
d |
Dataset |
Pass the target value with '$' . Ex- dataset$target(d$t)
1 | multipleRegression(y,d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.