Learn R Programming

surveybootstrap (version 0.0.3)

chain.vals: Get all of the values of the given variable found among members of a chain

Description

Get all of the values of the given variable found among members of a chain

Usage

chain.vals(chain, qoi.var = "uid")

Value

A vector with all of the values of qoi.var

found in this chain. (Currently, the order of the values in the vector is not guaranteed.)

Arguments

chain

The chain to get values from

qoi.var

The name of the variable to get from each member of the chain