Description Usage Arguments Details Value
internal function, returns polynomial regression model of degree degree
for the predictor and descriptor data given in dat
. If weights
are provided, the weighted regression model is returned.
1 | polymodel2(dat, degree, weights = NULL)
|
dat |
list containing the data for predictors |
degree |
integer, degree of polynomial regression |
weights |
vector of weights for the data provided in |
like polymodel
, but here degree
has no default
linear model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.