Instructor’s note: model_train()

R
LST package
DRAFT
Author

Daniel Kaplan

Published

December 22, 2023

DRAFT, DRAFT, DRAFT

Instructors and others familiar with the R language should note that model_train() makes use of the standard R modeling functions, lm() and glm(), for example. You could use those functions in place of model_train(), but you would have to deal with more complicated piping syntax.