View source: R/summary_functs.R
compute_bias | R Documentation |
Computes the bias of an estimator.
compute_bias(tbl, key, sim_spec)
tbl |
data frame with columns target and value. Target should have entry "estimate." |
key |
data frame with columns for parameter and grid_row_id |
sim_spec |
a simulatr specifier object |
a 1-row tibble with columns value, lower_mc_ci, and upper_mc_ci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.