Displaying 1 result from an estimated 1 matches for "pbcurl".
Did you mean:
curl
2008 Nov 24
1
Discrepancy in the PBC data set
...quot; codes in it. (Note,
Tom Fleming originally got the data from me, so I'm fairly confident in calling
my Mayo version the authoritative one). I'll make sure this gets fixed.
You can grab a correct data set from our department web page. Code is below.
Terry Therneau
pbcurl <-
"http://mayoresearch.mayo.edu/mayo/research/biostat/upload/therneau_upload/pbc.d
at"
pbc <- read.table(pbcurl, header=F,
col.names=c('id', 'time', 'status', 'trt', 'age', 'sex',
...