Calculates dfbeta (change in coefficients) and dfbetas (scaled by standard error) for moult parameters.
# S3 method for moult
dfbeta(model, ...)
a model object returned by moult
.
further arguments.
Birgit Erni birgit.erni@uct.ac.za
Both dfbeta (absolute change in coefficients) and dfbetas (change in coefficients scaled by standard error of coefficient) are returned.
where the
In the optional plot of dfbetas, cutoff lines at
Fox, J.D. (2020). Regression Diagnostics: an Introduction. 2nd edition. SAGE Publications.
data(sanderlings)
m2 <- moult(MIndex ~ Day, data = sanderlings)
if (FALSE) dfbeta(m2)
Run the code above in your browser using DataLab