View source: R/rdf_functions.R
plotVarianceEstimates | R Documentation |
Plot Variance Estimates
plotVarianceEstimates(
fit,
fitEB,
var_true = NULL,
xmax = quantile(fit$sigma^2, 0.999)
)
fit |
model fit from |
fitEB |
model fit from |
var_true |
array of true variance values from simulation (optional) |
xmax |
maximum value on the x-axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.