A dataset containing information about the number of days patients survived after being diagonized with level IV cancer. The cancer types are organized by the rows. We will use this dataset to demonstrate transposing datasets.
Usage
data("data_cancer2")
Format
A data frame with 4 rows and 18 variables:
- V1
numeric
: Number of days.- V2
numeric
: Number of days.- V3
numeric
: Number of days.- V4
numeric
: Number of days.- V5
numeric
: Number of days.- V6
numeric
: Number of days.- V7
numeric
: Number of days.- V8
numeric
: Number of days.- V9
numeric
: Number of days.- V10
numeric
: Number of days.- V11
numeric
: Number of days.- V12
numeric
: Number of days.- V13
numeric
: Number of days.- V14
numeric
: Number of days.- V15
numeric
: Number of days.- V16
numeric
: Number of days.- V17
numeric
: Number of days.
Examples
dta_gtable(data_cancer2)