View source: R/misc_mle_core.R
postproc_mle | R Documentation |
Process MLE simulation results to investigate test decision characteristics
postproc_mle(
results,
analysis = c("acc", "cpe"),
vals = seq(-0.05, 0.1, 0.01),
delta = 0
)
results |
data.frame with simulation results produced by |
analysis |
character, either "acc" or "cpe" |
vals |
numeric, shift parameters to be investigated |
delta |
numeric, difference between se0 and sp0 (default: 0, ignored for analysis="acc") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.