The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Analitica: Exploratory Data Analysis and Group Comparison Tools

Analitica Status

Analitica is an R package that provides tools for descriptive statistics, exploratory visualization, outlier detection, homogeneity of variance tests, and post hoc group comparisons—both parametric and non-parametric.

It is especially useful for applied analysis, teaching, and reproducible research.

📦 Installation

You can install the development version from GitHub:

# install.packages("devtools")
devtools::install_github("<your_github_username>/Analitica")

✨ Features

📊 Example

library(Analitica)
data(d_e, package = "Analitica")

descripYG(d_e, vd = Sueldo_actual, vi = labor)

mod <- aov(Sueldo_actual ~ as.factor(labor), data = d_e)
resultado <- GHTest(mod)
summary(resultado)
plot(resultado)

📄 License

MIT © Carlos Jiménez-Gallardo

📚 Citation

If you use this package, please cite it as:

```text Jiménez-Gallardo, C. (2025). Analitica: Exploratory Data Analysis and Group Comparison Tools. R package version 1.6.0.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.