Rdocumentation
powered by
Learn R Programming
mosaic (version 0.13.0)
relm: Resample a Linear Model
Description
Residual resampling from a linear model
Usage
relm(model, ..., envir = environment(formula(model)))
Arguments
model
a linear model object produced using
lm
.
...
additional arguments passed through to
resample
.
envir
an environment in which to (re)evaluate the linear model.