anova.pcsslm {pcsstools}R Documentation

ANOVA for linear models fit using PCSS

Description

Compute an analysis of variance table for one or more linear model fitted using PCSS.

Usage

## S3 method for class 'pcsslm'
anova(object, ...)

## S3 method for class 'pcsslmlist'
anova(object, ..., scale = 0, test = "F")

Arguments

object, ...

objects of class pcsslm.

scale

numeric. An estimate of the noise variance \sigma^2. If zero this will be estimated from the largest model considered.

test

a character string specifying the test statistic to be used. Can be one of "F", "Chisq" or "Cp", with partial matching allowed, or NULL for no test.

Value

An object of class "anova" inheriting from class "data.frame".

Author(s)

R Core Team and contributors worldwide. Modified by Jack Wolf


[Package pcsstools version 0.1.2 Index]