You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the regularization of the default priors so that they match with the priors vignette.
Fixed an issue with the update() method for model fit objects without a group variable.
Fixed an issue with the update() method in lfo().
Fixed an issue with "tau" and "tau_alpha" type parameters with the as_draws() method for categorical responses.
Fixed an issue with Stan code generation for models with time-varying covariates for categorical responses.
Fixed an issue with formula.dynamitefit() when the model contained a splines component.
dynamite 1.3.1
Fixed an incorrect URL in the main vignette.
"dynamitefit" objects no longer contain the data used for Stan sampling by default. This data can still be retrieved via get_data().
Added a new package data gaussian_simulation_fit that includes the model fit of the dynamite_simulation vignette for the example with time-varying effects.
The package data latent_factor_example and latent_factor_example_fit have been removed to accommodate CRAN package size requirements. The code to generate these data is still available in the data_raw directory.
Fixed an issue with formula.dynamitefit() when the model formula contained a lags component or a lfactor component.