Learn R Programming

tidyrstats (version 0.1.0)

Tidy Common R Statistical Functions

Description

Provides functions to scale, log-transform and fit linear models within a 'tidyverse'-style R code framework. Intended to smooth over inconsistencies in output of base R statistical functions, allowing ease of teaching, learning and daily use. Inspired by the tidy principles used in 'broom' Robinson (2017) .

Copy Link

Version

Install

install.packages('tidyrstats')

Monthly Downloads

115

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Brendan Ansell

Last Published

June 11th, 2025

Functions in tidyrstats (0.1.0)

scale_this

Scale a numeric vector without converting to a matrix
lm_test

Linear Model Testing for Grouped, Nested, or Ungrouped Data
neg_log

Negative Logarithm (Base 10 by Default)