create_model.covs_and_comps {lgpr} | R Documentation |
Parse the covariates and model components from given data and formula
Description
Parse the covariates and model components from given data and formula
Usage
create_model.covs_and_comps(data, model_formula, x_cont_scl, verbose)
Arguments
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? |
Value
parsed input to Stan and covariate scaling, and other info
See Also
Other internal model creation functions:
create_model.formula()
,
create_model.likelihood()
,
create_model.prior()