View source: R/summarize_lurn_si_10.r
summarize_lurn_si_10 | R Documentation |
Summarizes the LURN SI-10, using data supplied in a dataframe
summarize_lurn_si_10(input, digits = 1)
input |
A dataframe, which contains LURN SI-10 items. Other columns may also be present. The items of the SI-10 must use the recommended names: SI10_Q1-SI10_Q10, and SI10_BOTHER. Case matters for the variable names. |
digits |
How may digits to include in the summary table? For the proportion of missing data, as least two decimals will be shown. |
Any dataframe containing the items of the LURN SI-10.
NULL is returned. The results are only printed.
You can use score_lurn_si_10()
to score the LURN SI-10.
## Not run:
summary(lurn_si_10_test_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.