anova.sc_plm: ANOVA Table for Piecewise Linear Models

View source: R/anova.R

anova.sc_plmR Documentation

ANOVA Table for Piecewise Linear Models

Description

ANOVA Table for Piecewise Linear Models

Usage

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

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

Arguments

object

an object containing the results returned by a plm().

...

additional plm objects.

Examples

mod1 <- plm(exampleAB$Johanna)
mod2 <- plm(exampleAB$Johanna, level = FALSE, slope = FALSE)
anova(mod1, mod2)

## For multilevel models:
# mod1 <- hplm(exampleAB_50)
# mod2 <- hplm(exampleAB_50, slope = FALSE)
# anova(mod1, mod2)

jazznbass/scan_develop documentation built on March 6, 2025, 12:01 a.m.