Description Usage Arguments Value
get_mms_comp_var_ind
generates the final output list for an
individual variance type. This is a helper function to be used in the
following functions: comp_lm_var
, comp_sand_var
,
comp_boot_emp
, comp_boot_mul
,
comp_boot_res
.
1 2 3 4 5 6 7 8 9 10 |
var_type_abb |
(character) : The abbreviation used to classify the type
of variance. The choice is one of the following
|
summary_tbl |
(tibble) : The summary table of standard errors for the type of variance. |
cov_mat |
(matrix) : The covariance matrix for the type of variance. |
B |
(integer) : The number of bootstrap replications. |
m |
(integer) : The number of observations to be sampled with or without replacement from the dataset for each bootstrap repetition. |
n |
(integer) : The number of observations from the original modeling dataset. |
weights_type |
: The type of multiplier bootstrap weights to generate.
Based on the |
boot_out |
(tibble) : A tibble of the boostrap replication datasets
used in |
(list) : A list containing essential computed variance output for the
type of variance specified. The computed parameter types are the common
output for the following functions: comp_lm_var
,
comp_sand_var
, comp_boot_emp
,
comp_boot_mul
, comp_boot_res
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.