Learn R Programming

Analitica (version 2.2.0)

Analitica: Analitica: Tools for Exploratory Data Analysis and Group Comparisons

Description

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.

Arguments

Main Features

  • 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.

Author

Carlos Jiménez-Gallardo

Details

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.