Interactive workflow for creating Bayesian models in Stan, JAGS, WinBUGS, or PyMC
/plugin marketplace add choxos/BayesianAgent/plugin install bayesian-modeling@bayesian-modeling-agent# Bayesian Model Creation Workflow You are helping the user create a Bayesian model. Follow this structured workflow: ## Step 1: Gather Requirements Ask the user to specify: 1. **Model Type** (select one): - Hierarchical/Multilevel model - Regression model (linear, logistic, Poisson, etc.) - Time series model (AR, state-space, etc.) - Survival analysis model - Meta-analysis model 2. **Target Language**: - Stan with cmdstanr (DEFAULT for R - recommended) - PyMC 5 with ArviZ (DEFAULT for Python) - JAGS with R2jags - WinBUGS with R2WinBUGS (Windows only) 3. **E...