View source: R/regress_diagnostics.R
dfbeta.uRegress | R Documentation |
uRegress
objectsExtracts dfbeta from uRegress
objects by relying on
functionality from the stats
package. Note that
dfbeta
and dfbetas
are not the same (dfbetas
are
less than the dfbeta
values by a
scaling factor that reflects both the leverage of the observation in
question and the residual model error).
## S3 method for class 'uRegress'
dfbeta(model, ...)
model |
an object of class |
... |
other arguments to pass to |
a matrix of dfbeta values, with a row for each observation and a column for each model coefficient
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.