rmse_mcse: Approximate jackknife estimate for MCSE of RMSE

View source: R/utils.R

rmse_mcseR Documentation

Approximate jackknife estimate for MCSE of RMSE

Description

Adapted from the simhelpers CRAN package, see here. This version takes vectors as inputs instead.

Usage

rmse_mcse(estimates, true, K)

Arguments

estimates

Numeric vector of estimates

true

Scalar or numeric vector containing true data-generating value of estimands targeted in estimates

K

Length of estimates vector, which should be the number of simulation replications

Source

https://github.com/meghapsimatrix/simhelpers/blob/master/R/calc_absolute.R


survival-lumc/CauseSpecCovarMI documentation built on June 16, 2022, 9:51 a.m.