check_data_has_hte_cfg {tidyhte}R Documentation

Checks that a dataframe has an attached configuration for HTEs

Description

This helper function ensures that the provided dataframe has the necessary auxilliary configuration information for HTE estimation.

Usage

check_data_has_hte_cfg(data)

Arguments

data

Dataframe of interest.

Value

Returns NULL. Errors if a problem is discovered.


[Package tidyhte version 1.0.2 Index]