Save Regression Model
saveRegressionModel(regressionModel, settings = NULL, dictionary = kwb.utils::selectElements(settings, "dictionary"), sep = kwb.utils::selectElements(settings, "outsep"), dec = kwb.utils::selectElements(settings, "outdec"))
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 |