table1Dat: table1Dat/data.frame

Description Usage Format Examples

Description

Demonstration data for the table1 package. Just enough to execute the examples and illustrate the features

Usage

1
data("table1Dat")

Format

A data frame with 200 observations on the following 7 variables.

study_id

a numeric vector

site

a factor with levels Site_A Site_B

sex

a factor with levels F M

age

a numeric vector

Rank

a factor with levels Enlisted Officer

Race

a factor with levels AIAN Asian Black NHPI White

Ethnicity

a factor with levels Hispanic Not Hispanic

Examples

1
2
data(table1Dat)
## maybe str(table1Dat) ; plot(table1Dat) ...

svannoy/table1 documentation built on May 30, 2019, 8:45 p.m.