value_Shows_IPD {packDAMipd}R Documentation

Function to estimate the cost of tablets taken (from IPD)

Description

Function to estimate the cost of tablets taken (from IPD)

Usage

value_Shows_IPD(ind_part_data, shows_related_words, shows_nrcode)

Arguments

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

Value

sum of scores, if success -1, if failure

Examples

datafile <- system.file("extdata", "trial_data.csv", package = "packDAMipd")
trial_data <- load_trial_data(datafile)
value_Shows_IPD(trial_data, "qsy", NA)

[Package packDAMipd version 1.1.0 Index]