interceptadj {amba} | R Documentation |
intercept adjustments
Description
These functions are primarily intended to support producing clean summary output. Unlike contemporary additive models, each term usually contains it's own intercept (and it is left in there). The term methods here, extract that value, and the amba method collapses them. Note that they only extract the value, they don't (despite their name) actually adjust it. Summary output creates an illusion that there is only one intercept.
Usage
interceptadj (...)
## S3 method for class 'amba':
interceptadj(m, ...)
## S3 method for class 'linear':
interceptadj(t, ...)
## S3 method for class 'smooth':
interceptadj(t, ...)
## S3 method for class 'interaction':
interceptadj(t, ...)
## Default S3 method:
interceptadj(...)
Arguments
[Package
amba version 0.2.0
Index]