Skip to contents

Returns a character vector of available target preparation methods for use in weighting and expansion. Use to enumerate supported target types.

Usage

get_target_methods()

Value

character vector. Names of available target methods.

Details

  • Returns hardcoded list of implemented target methods.

  • Used for validation and method selection in target preparation.

Settings

None.

Examples

get_target_methods()
#>  [1] "prep_target_gender"      "prep_target_age"        
#>  [3] "prep_target_employment"  "prep_target_commutemode"
#>  [5] "prep_target_univstudent" "prep_target_edulevel"   
#>  [7] "prep_target_race"        "prep_target_ethnicity"  
#>  [9] "prep_target_h_size"      "prep_target_income"     
#> [11] "prep_target_workers"     "prep_target_vehicles"   
#> [13] "prep_target_kids"        "prep_target_adults"