Description Usage Arguments Value
A helper function for using oracle estimates for
estimateEffects.
1 | prepareOracle(data, model_options, modeling_formula)
|
data |
the dataframe. Will be coerced from "tbl_df" to data.frame. |
model_options |
passed to |
modeling_formula |
see This function checks whether the oracle parameters passed through
For mixed effect model, note that that random intercept's term in the
modeling formula (e.g., |
A list of elements, perhaps including
will_it_work: Boolean. If FALSE then there are issues
that need to be fixed.
fixefs the named numeric vector of fixed effects parameters.
sigma Either a numeric singleton, or NULL.
names_fixefs: the names of model_options$fixefs.
names_matrix_modeling: the colnames of the model matrix.
model_matrix: the model matrix.
x_levels: for the xlev argument in model.frame.
model_options: the input argument
modeling_formula: the input argument
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.