View source: R/3b_outcome_analysis_functions.R
value_Shows_IPD | R Documentation |
Function to estimate the cost of tablets taken (from IPD)
value_Shows_IPD(ind_part_data, shows_related_words, shows_nrcode)
ind_part_data |
a data frame containing IPD |
shows_related_words |
a data frame containing IPD |
shows_nrcode |
non response code for ADL, default is NA |
sum of scores, if success -1, if failure
datafile <- system.file("extdata", "trial_data.csv", package = "packDAMipd")
trial_data <- load_trial_data(datafile)
value_Shows_IPD(trial_data, "qsy", NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.