View source: R/R12-SWA_linking_code.R
camr_SWA_linking_code_performance | R Documentation |
Function to summarize the performance of the linking code for the school-wide assessment. Provides summary statistics for what records were linked, and if columns with the 'true' IDs are detected, provides details on hits and correct rejections.
camr_SWA_linking_code_performance(
dtf_linked,
lst_groups = list(Time = "SSS.INT.Time_point")
)
dtf_linked |
A data frame, the output from camr_SWA_linking_code. |
lst_groups |
A named list of column names, the grouping factors to consider when summarizing the number of records linked. |
lgc_display |
A logical value; if |
A list of data frames.
# Linking across time points
dtf_long <- camr_SWA_linking_code_simulate('demo')
dtf_linked <- camr_SWA_linking_code(dtf_long)
lst_summary <- camr_SWA_linking_code_performance(
dtf_linked, lgc_display = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.