Plot Simulated Random Intercepts
Arguments
- x
A
sim_iidobject. Which is the output of\link{simulate_iid}.- y
Currently ignored.
- ...
Currently ignored.
- link
Which link to use for back transformation.
- baseline
Optional baseline for the time series.
- center
Defines how to centre the time series to the baseline. Options are:
startall time series start at the baseline;meanthe average of the time series is the baseline;bottomthe lowest value of the time series equals the baseline;topthe highest value of the time series equals the baseline.- quantiles
Which quantiles are shown on the plot.
See also
Other priors:
plot.sim_rw(),
select_change(),
select_divergence(),
select_poly(),
select_quantile(),
simulate_iid(),
simulate_rw()
Examples
set.seed(20181202)
x <- simulate_iid(sigma = 0.25)
plot(x)
plot(x, link = "log")
plot(x, link = "logit")