Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an EczemaFit class inheriting from stanfit #5

Open
ghurault opened this issue May 28, 2021 · 0 comments
Open

Create an EczemaFit class inheriting from stanfit #5

ghurault opened this issue May 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ghurault
Copy link
Owner

ghurault commented May 28, 2021

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.

@ghurault ghurault added the enhancement New feature or request label May 28, 2021
@ghurault ghurault changed the title Create an EczemaFit class inheriting from stanfit? Create an EczemaFit class inheriting from stanfit Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant