Description Usage Arguments Value Note Author(s) References Examples
Estimates contrasts with back-projection error incorporated; this can include estimates of the mean values of each group
1 |
formula |
a formula |
A table of estimated values, standard errors, t values, and p values for each variable, with the standard errors etc. adjusted to allow for back-projection error
Use x~f-1
(i.e., fit a model without an intercept) to get
the values of each group rather than differences among them.
It is the USER'S RESPONSIBILITY to check that the groups in the
data actually share a common principal component!
Ben Bolker
Flury
1 2 3 4 5 6 7 | X = simdata(offset=100)
## commented out because hanging in checks
## Not run:
with(X,bp.contrasts(data~f))
with(X,bp.contrasts(data~f-1))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.