simulate_parameters | R Documentation |
Simulate parameters
simulate_parameters(
n,
model = "sigmoid",
prior_pars = c(v_sd = 1.2, rate_shape = 2, rate_scale = 0.25, time_shape = 5,
time_scale = 5),
alpha = 0.01
)
n |
# of parameter sets to simulate |
model |
model to fit:
|
prior_pars |
Named numeric vector of parameters to use for priors (if use_prior is TRUE)
|
alpha |
tail fraction to sample from for asymptote changes |
simulate_parameters(n = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.