breaksgrowth-class: Class '"breaksgrowth"'

breaksgrowth-classR Documentation

Class "breaksgrowth"

Description

The class "breaksgrowth" contains the results of the breaks_growth() function. Use summary(breaksgrowth) for results summary.

Objects from the Class

Objects can be created by the function breaks_growth.

Slots

GrowthModel_OLS:

Object of class list Results of the OLS fit (predicted, parameters)

t:

Object of class numeric Input time points data

y:

Object of class numeric Input infections data

config:

Object of class list Model fit configurations

Methods

summary

signature(object = "breaksgrowth"): Prints a summary of breaksgrowth objects

plot

signature(x = "breaksgrowth"): Plots the results of the breakpoint analysis

print

signature(x = "breaksgrowth"): Prints an breaksgrowth object; use summary(breaksgrowth) for results

Author(s)

Thomas Wieland

References

Bai J, Perron P (2003) Computation and analysis of multiple structural change models. Journal of Applied Econometrics 18(1), 1-22. \Sexpr[results=rd]{tools:::Rd_expr_doi("https://doi.org/10.1002/jae.659")}

Wieland T (2020) A phenomenological approach to assessing the effectiveness of COVID-19 related nonpharmaceutical interventions in Germany. Safety Science 131, 104924. \Sexpr[results=rd]{tools:::Rd_expr_doi("https://doi.org/10.1016/j.ssci.2020.104924")}

Zeileis C, Kleiber W, Krämer K, Hornik, K (2003) Testing and dating of structural changes in practice. Computational Statistics & Data Analysis 44(1-2), 109-123. \Sexpr[results=rd]{tools:::Rd_expr_doi("https://doi.org/10.1016/S0167-9473(03)00030-6")}

Examples

showClass("breaksgrowth")

swash documentation built on April 7, 2026, 1:06 a.m.