anova.pcsslm | R Documentation |
Compute an analysis of variance table for one or more linear model fitted using PCSS.
## S3 method for class 'pcsslm'
anova(object, ...)
## S3 method for class 'pcsslmlist'
anova(object, ..., scale = 0, test = "F")
object , ... |
objects of class |
scale |
numeric. An estimate of the noise variance |
test |
a character string specifying the test statistic to be used. Can
be one of |
An object of class "anova"
inheriting from class
"data.frame"
.
R Core Team and contributors worldwide. Modified by Jack Wolf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.