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.7)formulaic_0.0.8.zip(r-4.6)formulaic_0.0.8.zip(r-4.5)
formulaic_0.0.8.tgz(r-4.6-any)formulaic_0.0.8.tgz(r-4.5-any)
formulaic_0.0.8.tar.gz(r-4.7-any)formulaic_0.0.8.tar.gz(r-4.6-any)
formulaic_0.0.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
formulaic/json (API)
| # 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 from:80f1886652. Checks:7 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 120 | ||
| source / vignettes | OK | 156 | ||
| linux-release-x86_64 | ERROR | 113 | ||
| macos-release-arm64 | ERROR | 96 | ||
| macos-oldrel-arm64 | ERROR | 157 | ||
| windows-devel | ERROR | 70 | ||
| windows-release | ERROR | 76 | ||
| windows-oldrel | ERROR | 63 | ||
| wasm-release | OK | 101 |
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 |
