Learn R Programming

⚠️There's a newer version (0.4.0) of this package.Take me there.

guideR

guideR package is a companion for the manual guide-R : Guide pour l’analyse de données d’enquêtes avec R available at https://larmarange.github.io/guide-R/.

guideR implements miscellaneous functions introduced in guide-R to facilitate statistical analysis and manipulation of survey data.

Installation & Documentation

To install stable version:

install.packages("guideR")

Documentation of stable version: https://larmarange.github.io/guideR/

To install development version:

# install.packages("pak")
pak::pak("larmarange/guideR")

Documentation of development version: https://larmarange.github.io/guideR/dev/

Copy Link

Version

Install

install.packages('guideR')

Monthly Downloads

277

Version

0.1.0

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Joseph Larmarange

Last Published

February 14th, 2025

Functions in guideR (0.1.0)

long_to_periods

Transform a data frame from long format to period format
titanic

Titanic data set in long format
leading_zeros

Add leading zeros
observed_vs_theoretical

Plot observed vs predicted distribution of a fitted model
unrowwise

Remove row-wise grouping
guideR-package

guideR: Miscellaneous Statistical Functions Used in 'guide-R'
plot_inertia_from_tree

Plot inertia, absolute loss and relative loss from a classification tree
proportion

Compute proportions
is_different

Comparison tests considering NA as values to be compared
round_preserve_sum

Round values while preserve their rounded sum in R
install_dependencies

Install / Update project dependencies
step_with_na

Apply step(), taking into account missing values