| breaksgrowth-class | R Documentation |
"breaksgrowth"The class "breaksgrowth" contains the results of the breaks_growth() function.
Use summary(breaksgrowth) for results summary.
Objects can be created by the function breaks_growth.
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
signature(object = "breaksgrowth"): Prints a summary of breaksgrowth objects
signature(x = "breaksgrowth"): Plots the results of the breakpoint analysis
signature(x = "breaksgrowth"): Prints an breaksgrowth object; use summary(breaksgrowth) for results
Thomas Wieland
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")}
showClass("breaksgrowth")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.