powered by
"simulate"(object, nsim = 1, seed = NULL, t, plot.series = TRUE)
model <- set.to.class("Regression", parameter = list(phi = 5, gamma2 = 0.1), fun = function(phi, t) phi*t) t <- seq(0, 1, by = 0.01) data <- simulate(model, t = t, plot.series = TRUE)
Run the code above in your browser using DataLab