example_data: An example data set for resampling functions

example_dataR Documentation

An example data set for resampling functions

Description

A 100K x 12 data frame for demonstrating resampling functions dirichlet_sample and grouped_resample.

Usage

data("example_data")

Format

A data frame with 100000 observations on the following 12 variables.

id

a numeric vector with the ID variable

opn01

a numeric vector

opn02

a numeric vector

opn03

a numeric vector

opn04

a numeric vector

opn05

a numeric vector

opn06

a numeric vector

opn07r

a numeric vector

opn08

a numeric vector

opn09r

a numeric vector

opn10

a numeric vector

group

a numeric vector with the grouping variable

Details

...

Source

...

References

...

Examples

data(example_data)
table(example_data$group)

dchristop/archetypal documentation built on May 19, 2024, 4:18 p.m.