anova.measurement.error {RRPP} | R Documentation |
ANOVA for lm.rrpp model fits used in measurement.error
Description
Computes an analysis of variance (ANOVA) table using
distributions of random statistics from lm.rrpp
.
This function is the same as anova.lm.rrpp
but includes statistics
specific to measurement.error
, and with restrictions on
how P-values and effect.sizes are calculated.
Usage
## S3 method for class 'measurement.error'
anova(object, ...)
Arguments
object |
Object from |
... |
Additional lm.rrpp model fits or other arguments passed to anova. |
Author(s)
Michael Collyer
Examples
# See measurement.error help file examples for use.
[Package RRPP version 2.0.3 Index]