Learn R Programming

glmmboot (version 0.6.0)

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

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

gen_resampling_index(orig_list, sampled_list)

Arguments

orig_list

List of original data vectors.

sampled_list

Sampled list

Value

Returns an index vector.