inst/snippet/small-data03.R

coef(model)           # the coefficients
fitted(model)         # y-hat values
resid(model)          # residuals
SmallData$y - fitted(model)     # residuals again
msummary(model)        # a summary of the model
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.