Package: formulops 0.5.0
formulops: Mathematical Operations on R Formula
Perform mathematical operations on R formula (add, subtract, multiply, etc.) and substitute parts of formula.
Authors:
formulops_0.5.0.tar.gz
formulops_0.5.0.zip(r-4.5)formulops_0.5.0.zip(r-4.4)formulops_0.5.0.zip(r-4.3)
formulops_0.5.0.tgz(r-4.4-any)formulops_0.5.0.tgz(r-4.3-any)
formulops_0.5.0.tar.gz(r-4.5-noble)formulops_0.5.0.tar.gz(r-4.4-noble)
formulops_0.5.0.tgz(r-4.4-emscripten)formulops_0.5.0.tgz(r-4.3-emscripten)
formulops.pdf |formulops.html✨
formulops/json (API)
# Install 'formulops' in R: |
install.packages('formulops', repos = c('https://billdenney.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/billdenney/formulops/issues
Last updated 5 years agofrom:be37d9b1b4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:add_formulaas_substituting_formuladivide_formulaget_lhsget_rhsmodify_formulamultiply_formulaop_formulasimplify_parenssubstituting_formulasubtract_formula
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extract formula parts | formula_side get_lhs get_rhs |
Convert a substituting_formula object into a regular formula. | formula.substituting_formula |
Modify a formula by finding some part of it and replacing it with a new value. | modify_formula |
Perform a mathematical operation on two formula | add_formula divide_formula Math.formula multiply_formula Ops.formula op_formula subtract_formula |
Remove extraneous parentheses from a formula. | simplify_parens |
A substituting formula helps clarify a formula where the parameters are more simply described in separate formulae. | as_substituting_formula substituting_formula |