Description Usage Arguments Examples
View source: R/ApplyWB_to_data.R
This function will generate a wild bootstrap for a single vertex/voxel. The function can be called in parallel to operate on a map. Such usage can be found in the main function
1 | ApplyWB_to_data(fit_val, resid_val, sample_val)
|
fit_val |
Fitted values generated by ComputeFits(geeglm_obj) |
resid_val |
Residual values generated by ComputeResiduals(geeglm_obj) |
sample_val |
Sample values generated by ComputeMM_WB, or generated by the user |
1 | WB_value <- ApplyWB_to_data(fit_val,resid_val,sample_val)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.