Analitica | R Documentation |
The Analitica package provides tools for exploratory statistical analysis, data visualization, and comparison of groups using both parametric and non-parametric methods. It supports univariate and grouped descriptive summaries, outlier detection, homoscedasticity testing, and multiple post hoc procedures.
Designed for applied analysis workflows, this package includes intuitive plotting functions and manual implementations of key statistical tests often needed in educational or research contexts.
descripYG
: Descriptive statistics with visualizations (histograms, boxplots, density ridges).
Levene.Test
: Manual implementation of Levene’s test for homogeneity of variances.
BartlettTest
: Manual implementation of Bartlett’s test.
FKTest
: Manual implementation of the Fligner-Killeen test.
grubbs_outliers
: Outlier detection based on Grubbs' test.
GHTest
, DuncanTest
, SNKTest
, etc.: Post hoc comparison procedures.
Carlos Jiménez-Gallardo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.