A_hss_enum_assessment: Perform enumerator assessment on HSS dataframe

View source: R/A_hss_enum_assessment.R

A_hss_enum_assessmentR Documentation

Perform enumerator assessment on HSS dataframe

Description

This function is used to perform the first step in the enumerator assessment. It groups output by device ID and shows the total surveys collected and the number of surveys remained after each of the selection criteria is applied. The function accepts an optional argument of an audit dataframe created with hss_load_audit(). If this argument is left empty the final selection criterion is skipped.

Usage

A_hss_enum_assessment(dat, audit = NULL)

Arguments

dat

A dataframe containing the HSS survey data.

audit

An audit file created with hss_load_audit()

Value

Returns a list containing an overview dataframe & a list of individual dataframes for all criteria.


RenRMT/hsstools documentation built on April 14, 2025, 7:10 p.m.