Learn R Programming

Connection (version 0.1.0)

Measures of Independence and Connection Without Linear Models

Description

Provides tools to measure connection and independence between variables without relying on linear models. Includes functions to compute Eta squared, Chi-squared, and Cramer V. The main advantage of this package is that it works without requiring parametric assumptions. The methods implemented are based on educational material and statistical decomposition techniques, not directly on previously published software or articles.

Copy Link

Version

Install

install.packages('Connection')

Monthly Downloads

165

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Pietro Frascino

Last Published

July 25th, 2025

Functions in Connection (0.1.0)

Eta_squared

Eta Squared Statistic for Strength of Association
Cramer_V

Cramer V Statistic for Strength of Association
Chi_squared

Chi-squared Statistic for Association Between Two Variables