powered by
Print method for objects of class cptmodel
cptmodel
# S3 method for cptmodel print(x, ...)
a cptmodel object
current not in use
f <- rep(rep(c(0, 1), each = 50), 5) x <- f + rnorm(length(f)) * .5 print(model.ic(sol.idetect(x)))
Run the code above in your browser using DataLab