Skip to content

Commit

Permalink
rename DF in example
Browse files Browse the repository at this point in the history
  • Loading branch information
anobel committed May 2, 2016
1 parent 71045b9 commit 959c6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/comorbid.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ icd9PoaChoices <- icd_poa_choices
#' pts <- icd_long_data(visit_name = c("2", "1", "2", "3", "3"),
#' icd9 = c("39891", "40110", "09322", "41514", "39891"))
#' icd_comorbid(pts, icd9_map_ahrq, short_code = TRUE) # visit_name is now sorted
#' pt_hccs <- icd_comorbid_hcc(pt, date)
#' pt_hccs <- icd_comorbid_hcc(ptdata, date)

#' @export
icd_comorbid <- function(x, map, ...) {
Expand Down

0 comments on commit 959c6df

Please sign in to comment.