delete_mj_jackknife | R Documentation |
Implementation of delete mj jackknifing following Nick Patterson's writeup of it. The function works like tidyverse functions, i.e. values, mj and weights should not be quoted/be symbols.
delete_mj_jackknife(data, values, mj, weights, .print_vals = F)
data |
Tibble containing the data to use. |
values |
Unquoted name of the tibble column with the block values. |
mj |
Unquoted name of the tibble column with the mj values. |
weights |
Unquoted name of the tibble column with the block weights. |
.print_vals |
logical. Should the actual theta_minus values be printed? |
list. Returns a list of items : theta_J The jackknife mean from all the theta_-x data. jack_se The SE of theta_J Zscore The Zscore of the theta_J jack.values A vector of all the theta_-x values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.