Package: modelfactory 1.0.0.9000

modelfactory: Combine Statistical Models into a Tibble for Comparison
Statisticians often want to compare the fit of different models on the same data set. However, this usually involves a lot of manual code to fish items out of summary() or plain model objects. 'modelfactory' offers the capability to pass multiple models in and get out metrics or coefficients for quick comparison with easy-to-remember syntax.
Authors:
modelfactory_1.0.0.9000.tar.gz
modelfactory_1.0.0.9000.zip(r-4.5)modelfactory_1.0.0.9000.zip(r-4.4)modelfactory_1.0.0.9000.zip(r-4.3)
modelfactory_1.0.0.9000.tgz(r-4.5-any)modelfactory_1.0.0.9000.tgz(r-4.4-any)modelfactory_1.0.0.9000.tgz(r-4.3-any)
modelfactory_1.0.0.9000.tar.gz(r-4.5-noble)modelfactory_1.0.0.9000.tar.gz(r-4.4-noble)
modelfactory_1.0.0.9000.tgz(r-4.4-emscripten)modelfactory_1.0.0.9000.tgz(r-4.3-emscripten)
modelfactory.pdf |modelfactory.html✨
modelfactory/json (API)
NEWS
# Install 'modelfactory' in R: |
install.packages('modelfactory', repos = c('https://willtirone.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/willtirone/modelfactory/issues
Pkgdown site:https://willtirone.github.io
Last updated 1 years agofrom:3b3946b048. Checks:6 OK, 3 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 25 2025 |
R-4.5-win | NOTE | Mar 25 2025 |
R-4.5-mac | NOTE | Mar 25 2025 |
R-4.5-linux | NOTE | Mar 25 2025 |
R-4.4-win | OK | Mar 25 2025 |
R-4.4-mac | OK | Mar 25 2025 |
R-4.4-linux | OK | Mar 25 2025 |
R-4.3-win | OK | Mar 25 2025 |
R-4.3-mac | OK | Mar 25 2025 |
Exports:stack_coeffstack_metrics
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Stack coefficents, confidence intervals, and standard errors for n models. | stack_coeff |
Combine model metrics for n number of lm, glm, and lmer models | stack_metrics |