An R package that implements the (BNP) Factorial ANOVA model described in Gutiérrez et al. (2024). See the documentation for details and the getting started vignette for a working example.
Installation
You can install ANOVABNPTestR
from source as follows:
remotes::install_github("igutierrezm/ANOVABNPTestR")
You can install its Julia dependencies as follows:
ANOVABNPTestR::setup()
You only need to do this once.