saveRegressionModel: Save Regression Model

Description Usage Arguments

View source: R/regression.R

Description

Save Regression Model

Usage

1
2
3
4
saveRegressionModel(regressionModel, settings = NULL,
  dictionary = kwb.utils::selectElements(settings, "dictionary"),
  sep = kwb.utils::selectElements(settings, "outsep"),
  dec = kwb.utils::selectElements(settings, "outdec"))

Arguments

regressionModel

model object to be stored

settings

optional. List from which to take the arguments if not given

dictionary

dictionary (list) containing entries "REGRESSION_MODEL_TXT" and "REGRESSION_COEFF_TXT"

sep

column separator in created file

dec

decimal character in created file


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.