.update_ca_model_formula | R Documentation |
(Internal) Add columns for merging covariance adjustment and direct adjustment samples to model formula
.update_ca_model_formula(model, by = NULL, specification = NULL)
model |
any model that inherits from a |
by |
optional; a string or named vector of unique identifier columns in
the data used to create |
specification |
a |
This function is typically used prior to
.get_data_from_model()
and incorporates information provided in a
by
argument to ensure the necessary columns for merging the two
samples are included in any model.frame()
calls.
formula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.