example_data | R Documentation |
A 100K x 12 data frame for demonstrating resampling functions dirichlet_sample
and grouped_resample
.
data("example_data")
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
...
...
...
data(example_data)
table(example_data$group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.