powered by
See example for code for reproducing the data.
A vector of length 100
# NOT RUN { # The data is generated as follows: set.seed(321) slope <- cumsum(c(0, rnorm(99, sd = 0.01))) y <- rpois(100, exp(cumsum(slope + c(0, rnorm(99, sd = 0.1))))) # }
Run the code above in your browser using DataLab