# page 278
gwet4_table10.3 <-
tibble::tribble(
~Patient, ~CC, ~PK, ~JA, ~LM,
1, 115, 132, 22, 33,
1, 45, 34, 243, 10,
2, 191, 191, 216, 193,
2, 197, 196, 223, 208,
3, 50, 29, 26, 25,
3, 27, 23, 31, 26,
4, 63, 175, 29, 189,
4, 52, 93, 65, 92,
5, 195, 149, 170, 155,
5, 166, 142, 164, 180,
6, 67, 160, 35, 33,
6, 170, 41, 22, 159,
7, 192, 140, 138, 184,
7, 72, 120, 143, 127,
8, 153, 61, 77, 172,
8, 170, 61, 72, 52,
9, 140, 74, 65, 66,
9, 114, 101, 185, 86,
10, 122, 56, 60, 50,
10, 98, 70, 64, 53,
11, 100, 72, 122, 190,
11, 56, 114, 124, 51,
12, 120, 110, 103, 32,
12, 97, 127, 38, 124,
13, 125, 86, 12, 123,
13, 131, 102, 82, 91,
14, 100, 29, 36, 23,
14, 53, 35, 22, 32,
15, 42, 39, 84, 50,
15, 38, 51, 59, 40,
16, 18, 120, 18, 93,
16, 54, 115, 22, 24
)
usethis::use_data(gwet4_table10.3, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.