View source: R/summary_functs.R
summarize_results | R Documentation |
Summarizes the results of a simulatr
simulation.
summarize_results(sim_spec, sim_res, metrics, parameters, threshold = 0.05)
sim_spec |
a |
sim_res |
the data frame of raw results, as outputted by |
metrics |
character vector of metrics to compute; options include "coverage," "bias," "se" (standard deviation of estimator), "mse", "rejection_probability," "count," and "time." |
parameters |
character vector of parameters on which to compute the metrics |
threshold |
(optional; default value 0.05) the rejection threshold to use for "rejection_probability" metric. |
a data frame of summarized results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.