Description Usage Arguments Value Examples
Calculate lagged HoNOS scores
1 2 3 4 5 6 7 8 9 10 11 12 |
data |
Dataframe in wide format (i.e., one row for each HoNOS assessment and one column for each HoNOS item) |
id_var |
Name of variable that uniquely identifies each individual |
date_var |
Name of date (or datetime) variable |
value_vars_current |
Vector, specifying variable names with values for 'current' items |
prob_var_item8 |
Vector, specifying variable name with description of problem (prob) for item 8 |
spec_var_item8 |
Vector, specifying variable name with problem specification (spec) of for item 8 |
value_vars_history |
Vector, specifying specifying variable names with values for 'historic' items |
add_change_label |
Logical, specifying whether to add a variable that describes the change using the function |
change_label |
String, specifying whether to describe the change using "high_low" (e.g., HL stands for high to low) or "deterio_improve" (Deterioration, Unchanged, Improved) |
honos_version |
Vector, specifying version of the HoNOS that is being used. TODO IMPLEMENT MORE VERSIONS. |
Dataframe with original data and lagged values
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.