Package: formulaic 0.0.8
formulaic: Dynamic Generation and Quality Checks of Formula Objects
Many statistical models and analyses in R are implemented through formula objects. The formulaic package creates a unified approach for programmatically and dynamically generating formula objects. Users may specify the outcome and inputs of a model directly, search for variables to include based upon naming patterns, incorporate interactions, and identify variables to exclude. A wide range of quality checks are implemented to identify issues such as misspecified variables, duplication, a lack of contrast in the inputs, and a large number of levels in categorical data. Variables that do not meet these quality checks can be automatically excluded from the model. These issues are documented and reported in a manner that provides greater accountability and useful information to guide an investigation of the data.
Authors:
formulaic_0.0.8.tar.gz
formulaic_0.0.8.zip(r-4.5)formulaic_0.0.8.zip(r-4.4)formulaic_0.0.8.zip(r-4.3)
formulaic_0.0.8.tgz(r-4.4-any)formulaic_0.0.8.tgz(r-4.3-any)
formulaic_0.0.8.tar.gz(r-4.5-noble)formulaic_0.0.8.tar.gz(r-4.4-noble)
formulaic_0.0.8.tgz(r-4.4-emscripten)formulaic_0.0.8.tgz(r-4.3-emscripten)
formulaic.pdf |formulaic.html✨
formulaic/json (API)
NEWS
# Install 'formulaic' in R: |
install.packages('formulaic', repos = c('https://dachosen1.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dachosen1/formulaic/issues
- snack.dat - Simulated Marketing Data
formula-objectsformula-parsermachine-learningquality-checkstatistical-models
Last updated 9 months agofrom:ced7e15068. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 23 2024 |
R-4.5-win | OK | Oct 23 2024 |
R-4.5-linux | OK | Oct 23 2024 |
R-4.4-win | OK | Oct 23 2024 |
R-4.4-mac | OK | Oct 23 2024 |
R-4.3-win | OK | Oct 23 2024 |
R-4.3-mac | OK | Oct 23 2024 |
Exports:add.backtickcreate.formulareduce.existing.formula
Dependencies:data.table
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add backtick | add.backtick |
Create Formula | create.formula |
Reduce Existing Formula | reduce.existing.formula |
Simulated Marketing Data | snack.dat |