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/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.