These functions are used by mcse()
to compute the Monte Carlo standard error using the Jackknife approach.
mcse_jackknife(results, omit_index, conf.level, alternative)jackknife_se(pars_jackknife)
mcse_combine_all_pars(jackknife_results)
an analysis object created by analyse()
.
the index of the result to omit.
confidence level of the returned confidence interval. Must be a single number between 0 and 1. Default is 0.95.
a character string specifying the alternative hypothesis,
must be one of "two.sided"
(default), "greater"
or "less"
.
the numeric vector of the jackknife results.
the list of jackknife results of all parameters, in the same format as the pooled parameter estimates.