ApplyWB_to_data: ApplyWB_to_data - generate bootstrapped data

Description Usage Arguments Examples

View source: R/ApplyWB_to_data.R

Description

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

Usage

1
ApplyWB_to_data(fit_val, resid_val, sample_val)

Arguments

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

Examples

1
WB_value <- ApplyWB_to_data(fit_val,resid_val,sample_val)

DCAN-Labs/MarginalModelCIFTI documentation built on Nov. 30, 2021, 3:40 p.m.