Fit a Bayesian nonparametric factorial ANOVA model with Bernoulli kernel
anova_bnp_bernoulli.Rd
Fit a Bayesian nonparametric factorial ANOVA model with Bernoulli kernel
Arguments
- y
An boolean response vector.
- X
A design matrix (full of integer covariates).
- iter
the total number of mcmc iterations.
- warmup
the number of warmup mcmc iterations.
- seed
the seed for random number generation.
- rho
the hyperparameter \(\rho\).
- a
the hyperparameter \(a\).
- b
the hyperparameter \(b\).
- a2
the hyperparameter \(a_2\).
- b2
the hyperparameter \(b_2\).