Learn R Programming

multibreakeR (version 0.1.0)

example_data: Example MultibreakeR simulated data

Description

Data generated with the function Simul() of the multibreakeR package with 100 time series observations (n = 100), five time series (p = 5), a break intensity of 1 (intensity = 1), and a break occuring at 35% of the sample (when.break = 0.35). These are also the default arguments of the Simul() function.

Usage

data(example_data)

Arguments

Format

A matrix object

References

MultibreakeR generated data

Examples

Run this code
list.breaks <- Main(mat.y = Simul(p = 2, when.break = 0.5),
 mat.x = NULL,
  trend = FALSE,
   intercept = TRUE,
    ci = c(0.9, 0.95, 0.99),
     est.mode = "OLS",
      iter = 3,
       aic.bic.mode = "AIC",
        q.max = 2,
         trim = 0.4,
          pos.break = FALSE)

Run the code above in your browser using DataLab