Save Regression Model
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"))
 | 
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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.