Description
A function to extract intercept/beta0 value.
Usage
b0(fit, ...)# S3 method for default
b0(fit, ...)
# S3 method for formula
b0(formula, data = list(), ...)
Arguments
...
Passthrough arguments to lm
.
Value
The intercept of the relevant model.