# page 233
gwet4_table9.2 <-
tibble::tribble(
~Subject, ~Rater1, ~Rater2, ~Rater3, ~Rater4,
1, 190, 220, 200, 200,
1, 220, 200, 240, 230,
2, 260, 260, 240, 280,
2, 210, 300, 280, 265,
3, 270, 265, 280, 270,
3, 280, 280, 270, 275,
3, 260, NA, 280, 300,
4, 275, 275, 275, NA,
5, 280, 290, 300, 290,
5, 320, 290, 300, 290,
6, 300, 300, 310, 300,
6, 270, 250, 330, 370,
7, 320, 330, 330, 330,
7, NA, 320, 335, 375,
8, 350, 320, 340, 365
)
usethis::use_data(gwet4_table9.2, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.