dynamite_simulation
VignetteA dynamitefit
object obtained by running dynamite
with the
"Fixed_param"
algorithm on the specified inits
in the example.
set.seed(1)
library(dynamite)
gaussian_simulation_fit <- dynamite(
dformula = f,
data = d,
time = "time",
group = "id",
chains = 1,
iter = 1,
algorithm = "Fixed_param",
init = list(init),
)
gaussian_simulation_fit
A dynamitefit
object.
Example models
categorical_example
,
categorical_example_fit
,
gaussian_example
,
gaussian_example_fit
,
multichannel_example
,
multichannel_example_fit