inst/snippets/Example10.1.R

lm(Price ~ PPM + CostBW, data = InkjetPrinters)
Ink.Price <- makeFun(lm(Price ~ PPM + CostBW, data = InkjetPrinters))
Ink.Price(PPM = 3.0, CostBW = 3.7)
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.