Package: rigr 1.0.7
rigr: Regression, Inference, and General Data Analysis Tools in R
A set of tools to streamline data analysis. Learning both R and introductory statistics at the same time can be challenging, and so we created 'rigr' to facilitate common data analysis tasks and enable learners to focus on statistical concepts. We provide easy-to-use interfaces for descriptive statistics, one- and two-sample inference, and regression analyses. 'rigr' output includes key information while omitting unnecessary details that can be confusing to beginners. Heteroscedasticity-robust ("sandwich") standard errors are returned by default, and multiple partial F-tests and tests for contrasts are easy to specify. A single regression function can fit both linear and generalized linear models, allowing students to more easily make connections between different classes of models.
Authors:
rigr_1.0.7.tar.gz
rigr_1.0.7.zip(r-4.5)rigr_1.0.7.zip(r-4.4)rigr_1.0.7.zip(r-4.3)
rigr_1.0.7.tgz(r-4.4-any)rigr_1.0.7.tgz(r-4.3-any)
rigr_1.0.7.tar.gz(r-4.5-noble)rigr_1.0.7.tar.gz(r-4.4-noble)
rigr_1.0.7.tgz(r-4.4-emscripten)rigr_1.0.7.tgz(r-4.3-emscripten)
rigr.pdf |rigr.html✨
rigr/json (API)
# Install 'rigr' in R: |
install.packages('rigr', repos = c('https://statdivlab.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/statdivlab/rigr/issues
Last updated 5 months agofrom:12147a0aaf. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | ERROR | Nov 11 2024 |
R-4.5-linux | ERROR | Nov 11 2024 |
R-4.4-win | ERROR | Nov 11 2024 |
R-4.4-mac | ERROR | Nov 11 2024 |
R-4.3-win | ERROR | Nov 11 2024 |
R-4.3-mac | ERROR | Nov 11 2024 |
Exports:descripdummylincompolynomialproptestproptestiregressttestttestiUwilcoxon
Descriptive statistics in rigr
Rendered fromdescrip_intro.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2021-09-09
Started: 2021-08-30
One- and two-sample inference in rigr
Rendered fromone_and_two_sample_inference.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2021-09-09
Started: 2021-09-05
Regression in rigr
Rendered fromregress_intro.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2022-09-05
Started: 2021-04-06