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.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
Last updated 10 months agofrom:3b3946b048. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | NOTE | Oct 31 2024 |
R-4.5-linux | NOTE | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
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 |