| gaussian_simulation_fit {dynamite} | R Documentation |
Model Fit for the time-varying example in the dynamite_simulation Vignette
Description
A 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), )
Usage
gaussian_simulation_fit
Format
A dynamitefit object.
Source
The data was generated according to a script in https://github.com/ropensci/dynamite/blob/main/data-raw/gaussian_simulation_fit.R
See Also
Example models
categorical_example,
categorical_example_fit,
gaussian_example,
gaussian_example_fit,
multichannel_example,
multichannel_example_fit
[Package dynamite version 1.5.2 Index]