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
The idea is that, instead of EczemaFit outputting a stanfit object, we could create a class "EczemaFit" that inherits from stanfit, so that we use standard functions (e.g. from rstanarm, bayesplot or base) such as plot instead of plot_latent_OrderedRW and plot_transition_MC; and pp_check (with plotfun argument) instead of plot_ppc_traj_* and plot_post_traj_*.
For instance, the EczemaFit object could contain an EczemaModel object, the data (training and testing) and the Stanfit object.
The text was updated successfully, but these errors were encountered:
The idea is that, instead of EczemaFit outputting a stanfit object, we could create a class "EczemaFit" that inherits from stanfit, so that we use standard functions (e.g. from rstanarm, bayesplot or base) such as
plot
instead ofplot_latent_OrderedRW
andplot_transition_MC
; andpp_check
(with plotfun argument) instead ofplot_ppc_traj_*
andplot_post_traj_*
.For instance, the EczemaFit object could contain an EczemaModel object, the data (training and testing) and the Stanfit object.
The text was updated successfully, but these errors were encountered: