Learn R Programming

forestsearch (version 0.1.0)

count_boot_id: Count ID Occurrences in Bootstrap Sample

Description

Counts the number of times an ID appears in a bootstrap sample.

Usage

count_boot_id(x, dfb)

Value

Integer count of occurrences.

Arguments

x

ID value.

dfb

Data frame of bootstrap sample.