View source: R/classes_and_methods.R
new_boot_ML | R Documentation |
Wrapper for creating boot_ML class object.
new_boot_ML(v_0, v_star, data, n_boot, n_study, max_iter, tol, n_obs, seed)
v_0 |
MultiMethodMLEstimate S4 object |
v_star |
results slot of bootstrapped MultiMethodMLEstimate objects |
data |
An |
n_boot |
number of bootstrap estimates to compute |
n_study |
sample size to select for each bootstrap estimate |
max_iter |
The maximum number of EM algorithm iterations to compute before reporting a result. |
tol |
The minimum change in statistic estimates needed to continue iterating the EM algorithm. |
n_obs |
Number of observations in data |
seed |
optional seed for RNG |
a boot_ML object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.