1 | data("nursing.home")
|
A data frame with 1601 observations on the following 13 variables.
staynumeric; length of stay measured in days
agenumeric; age in years
rxa factor with levels Control Intervention
gendera factor with levels Female Male
marrieda factor with levels Not Married Married
healthnumeric; health status 2 = second best,...,5 = worst
censora factor with levels Discharged Censored
censNumeric; discharge indicator. 0 = not discharged, 1 = discharged
Case Studies in Biometry, 1994, Nicholas Lange, Louise Ryan and Lynne Billard, David Brillinger, Loveday Conquest, Joel Greenhouse. Data from Chapter 12, Morris et al.
1 2 | data(nursing.home)
table(nursing.home$gender)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.