summarize_lurn_si_10: Summarizes the LURN SI-10, using data supplied in a dataframe

View source: R/summarize_lurn_si_10.r

summarize_lurn_si_10R Documentation

Summarizes the LURN SI-10, using data supplied in a dataframe

Description

Summarizes the LURN SI-10, using data supplied in a dataframe

Usage

summarize_lurn_si_10(input, digits = 1)

Arguments

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.

Details

Any dataframe containing the items of the LURN SI-10.

Value

NULL is returned. The results are only printed.

See Also

You can use score_lurn_si_10() to score the LURN SI-10.

Examples

## Not run: 
summary(lurn_si_10_test_data)

## End(Not run)

jameswgriffith/lurn documentation built on July 30, 2023, 4:31 a.m.