sHEI_scores | R Documentation |
Compute the estimated HEI scores using sHEI questionnaire responses
sHEI_scores(df, miss_val = 0)
df |
The data frame with sHEI questionnaire responses |
miss_val |
The value to use for missing data |
A data frame with computed columns in addition
df_scored <- sHEI_scores(df);
df_scored <- sHEI_scores(df,miss_val=0);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.