anova.sc_plm | R Documentation |
ANOVA Table for Piecewise Linear Models
## S3 method for class 'sc_plm'
anova(object, ...)
## S3 method for class 'sc_hplm'
anova(object, ...)
object |
an object containing the results returned by a plm(). |
... |
additional plm objects. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.