R/AovBay-package.R

#' The 'AovBay' package.
#'
#' @description Package developed for the visualization and presentation of one-way analysis of variance models, with a classical, non-parametric and Bayesian approach.
#'
#' @docType package
#' @name AovBay-package
#' @aliases AovBay
#' @useDynLib AovBay, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#'
#' @references
#' Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.19.3. https://mc-stan.org
#'
NULL

Try the AovBay package in your browser

Any scripts or data that you put into this service are public.

AovBay documentation built on July 22, 2021, 9:07 a.m.