extract_Covfct_sim | R Documentation |
This function extracts one single effect function from the simulated effects and adds the true observation as the last observation.
extract_Covfct_sim(term, m_true_comp, cov_preds, se = FALSE)
term |
Name of the covariate effect function to extract. |
m_true_comp |
True model component from which to extract the true observation. |
cov_preds |
List of simulation results from which to extract (as given by e.g. load_sim_results()). |
se |
TRUE if the standard error is to be extracted instead of the estimated function. Defaults to FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.