Learn R Programming

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

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Joseph Larmarange

Last Published

April 22nd, 2025

Functions in guideR (0.4.0)

round_preserve_sum

Round values while preserve their rounded sum in R
proportion

Compute proportions
titanic

Titanic data set in long format
step_with_na

Apply step(), taking into account missing values
unrowwise

Remove row-wise grouping
plot_proportions

Plot proportions by sub-groups
leading_zeros

Add leading zeros
is_different

Comparison tests considering NA as values to be compared
observed_vs_theoretical

Plot observed vs predicted distribution of a fitted model
grouped_tbl_pivot_wider

Helpers for grouped tables generated with gtsummary
guideR-package

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

Transform a data frame from period format to long format
cut_quartiles

Cut a continuous variable in quartiles
install_dependencies

Install / Update project dependencies
long_to_periods

Transform a data frame from long format to period format
plot_inertia_from_tree

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