categorical_example_fit | R Documentation |
A dynamitefit
object obtained by running dynamite
on the
categorical_example
dataset as
set.seed(1) library(dynamite) f <- obs(x ~ z + lag(x) + lag(y), family = "categorical") + obs(y ~ z + lag(x) + lag(y), family = "categorical") categorical_example_fit <- dynamite( f, data = categorical_example, time = "time", group = "id", chains = 1, refresh = 0, thin = 5, save_warmup = FALSE )
Note the small number of samples due to size restrictions on CRAN.
categorical_example_fit
A dynamitefit
object.
The data was generated via categorical_example_fit.R
in
https://github.com/ropensci/dynamite/tree/main/data-raw/
Example models
categorical_example
,
gaussian_example
,
gaussian_example_fit
,
multichannel_example
,
multichannel_example_fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.