gen_resampling_index: Given resampled vectors, gives matching index of original...

Description Usage Arguments Value

View source: R/bootstrap_methods.R

Description

This function takes in original vectors, and resampled editions, it spits back the matching index of the original variables for the new resampled ones.

Usage

1
gen_resampling_index(orig_list, sampled_list)

Arguments

orig_list

List of original data vectors.

sampled_list

Sampled list

Value

Returns an index vector.


glmmboot documentation built on June 28, 2021, 1:05 a.m.