Learn R Programming

surveybootstrap (version 0.0.3)

chain.data: Get a dataset from a chain

Description

Take the data for each member of the given chain and assemble it together in a dataset.

Usage

chain.data(chain)

Value

A dataset comprised of all of the chain's members' data put together. The order of the rows in the dataset is not specified.

Arguments

chain

The chain to build a dataset from