R/utils-create_model-covariates.R
create_model.covs_and_comps.Rd
Parse the covariates and model components from given data and formula
create_model.covs_and_comps(data, model_formula, x_cont_scl, verbose)
data | A |
---|---|
model_formula | an object of class lgpformula |
x_cont_scl | Information on how to scale the continuous covariates. This can either be
|
verbose | Should some informative messages be printed? |
parsed input to Stan and covariate scaling, and other info
Other internal model creation functions:
create_model.formula()
,
create_model.likelihood()
,
create_model.prior()