Description Usage Arguments Details Value Side Effects Author(s) Examples
Scales the estimates of a fitted object. Each column of the model matrix is divided by the maximum absolute value of the column and the model is re-fitted using the new model matrix.
1 |
fitted |
a |
scale.fit
should only be used when the inferences using the
model that fitted
corresponds to, are invariant on the scale
of the parameters (e.g. a GLM). In other words, scaleFit
should
only affect the estimated parameters and not the fit and the
inferences made.
An object of the same class as fitted
.
Causes creation of the matrix .the.scaled.
and the vector
.the.offs.
in the global environment if they do not already
exist, otherwise their values are updated. This is done in order to
ensure that the fitting procedure that resulted fitted
will
find these quantities.
Ioannis Kosmidis <email: ioannis@stats.ucl.ac.uk>
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.