Title: | Classic, Nonparametric and Bayesian One-Way Analysis of Variance Panel |
---|---|
Description: | It covers various approaches to analysis of variance, provides an assumption testing section in order to provide a decision diagram that allows selecting the most appropriate technique. It provides the classical analysis of variance, the nonparametric equivalent of Kruskal Wallis, and the Bayesian approach. These results are shown in an interactive shiny panel, which allows modifying the arguments of the tests, contains interactive graphics and presents automatic conclusions depending on the tests in order to contribute to the interpretation of these analyzes. 'AovBay' uses 'Stan' and 'FactorBayes' for Bayesian analysis and 'Highcharts' for interactive charts. |
Authors: | Mauricio Rojas-Campuzano [aut, cre, ctb], Johny Pambabay-Calero [aut, ctb], Sergio Bauz-Olvera [ctb], Omar Ruiz-Barzola [ctb] |
Maintainer: | Mauricio Rojas-Campuzano <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2025-01-24 04:30:16 UTC |
Source: | https://github.com/cran/AovBay |
Package developed for the visualization and presentation of one-way analysis of variance models, with a classical, non-parametric and Bayesian approach.
Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.19.3. https://mc-stan.org
Interactive panel to visualize and develop one-way analysis of variance models, from the classical, non-parametric and Bayesian approach.
aovbayes(dataset = FALSE)
aovbayes(dataset = FALSE)
dataset |
Data set |
A shiny panel with the classical, non-parametric and Bayesian analyzes of variance, based on the specification of the dependent and independent variable of the data set provided in dataset
, also provides a decision diagram that suggests which method is appropriate, based on the assumptions of the models.
data(PollutionData) aovbayes(PollutionData)
data(PollutionData) aovbayes(PollutionData)
A data set of removal of a pharmaceutical product classified as emerging pollutants in aqueous medium using the vetiver species (Chrysopogon zizanioides).
PollutionData
PollutionData
A data frame:
Concentration of the pollution in parts per million.
Remotion Percent.
<http://revistabionatura.com/2021.06.01.7.html>