presolveSystem: Pre solve a system of formulas.

Description Usage Arguments Value Examples

View source: R/preSolver.r

Description

presolveSystem returns a set of remaining formulas and implied constants and functions

Usage

1
presolveSystem(formulas, constants = list())

Arguments

constants

(optional) A list of coefficients

Value

A list of formulas, constants and functions

Examples

1
2
3
presolveSystem(formulas =
          list(price = 1 ~ price + coefficient1,
               variablecost  = variablecost ~ 0.5 * price + coefficient2), constants=list(coefficient1=3))

mivanic/solveR documentation built on Nov. 7, 2019, 12:13 a.m.