Package: tidyrstats 0.1.0
tidyrstats: Tidy Common R Statistical Functions
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) <doi:10.21105/joss.00341>.
Authors:
tidyrstats_0.1.0.tar.gz
tidyrstats_0.1.0.zip(r-4.7)tidyrstats_0.1.0.zip(r-4.6)tidyrstats_0.1.0.zip(r-4.5)
tidyrstats_0.1.0.tgz(r-4.6-any)tidyrstats_0.1.0.tgz(r-4.5-any)
tidyrstats_0.1.0.tar.gz(r-4.7-any)tidyrstats_0.1.0.tar.gz(r-4.6-any)
tidyrstats_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tidyrstats/json (API)
NEWS
| # Install 'tidyrstats' in R: |
| install.packages('tidyrstats', repos = c('https://bansell.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bansell/tidyrstats/issues
Last updated from:b7d473617f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 212 | ||
| linux-release-x86_64 | OK | 119 | ||
| macos-release-arm64 | OK | 128 | ||
| macos-oldrel-arm64 | OK | 127 | ||
| windows-devel | OK | 78 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 68 | ||
| wasm-release | OK | 110 |
Exports:lm_testneg_logneglogscale_this
Dependencies:backportsbroomclicpp11dplyrgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Linear Model Testing for Grouped, Nested, or Ungrouped Data | lm_test |
| Negative Logarithm (Base 10 by Default) | neglog neg_log |
| Scale a numeric vector without converting to a matrix | scale_this |
