powered by
Function to convert ADL scores to a T score
value_ADL_scores_IPD( ind_part_data, adl_related_words, adl_nrcode, adl_scoring_table = NULL )
ADL scores converted to T score included modified data, if success -1, if failure
a data frame containing IPD data
related words to find out which columns contain adl data
non response code for ADL
ADL scoring table, if given as NULL use the default one
datafile <- system.file("extdata", "trial_data.csv", package = "packDAMipd") trial_data <- load_trial_data(datafile) value_ADL_scores_IPD(trial_data,c("tpi"), NA, adl_scoring_table = NULL)
Run the code above in your browser using DataLab