Description Usage Arguments Value Examples
This function uses C++ to quickly fit linear models. Depends on fastLm.cpp.
1 | quickLm(xVec, yVec)
|
xVec, yVec |
Numeric vectors of equal length representing predictor and response variables in linear model. |
Returns a list of model coefficients.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.