Skip to contents

See surveytable-options for a discussion of some of the options.

Usage

show_options(sw = "surveytable")

Arguments

sw

starting characters

Value

List of options and their values.

See also

Examples

show_options()
#> $surveytable.adjust_svyciprop
#> [1] FALSE
#> 
#> $surveytable.adjust_svyciprop.df_method
#> [1] "NHIS"
#> 
#> $surveytable.csv
#> [1] ""
#> 
#> $surveytable.drop_na
#> [1] FALSE
#> 
#> $surveytable.find_lpe
#> [1] FALSE
#> 
#> $surveytable.lpe_counts
#> [1] ".lpe_counts"
#> 
#> $surveytable.lpe_n
#> [1] ".lpe_n"
#> 
#> $surveytable.lpe_percents
#> [1] ".lpe_percents"
#> 
#> $surveytable.max_levels
#> [1] 20
#> 
#> $surveytable.names_count
#> [1] "n"      "Number" "SE"     "LL"     "UL"    
#> 
#> $surveytable.names_prct
#> [1] "Percent" "SE"      "LL"      "UL"     
#> 
#> $surveytable.output_object
#> [1] ".as_object_huxtable"
#> 
#> $surveytable.output_print
#> [1] ".print_huxtable"
#> 
#> $surveytable.p.adjust_method
#> [1] "bonferroni"
#> 
#> $surveytable.rate_per
#> [1] 100
#> 
#> $surveytable.survey_label
#> [1] "NAMCS 2019 PUF"
#> 
#> $surveytable.svychisq_statistic
#> [1] "F"
#> 
#> $surveytable.tx_count
#> [1] ".tx_count_int"
#> 
#> $surveytable.tx_numeric
#> [1] ".tx_numeric"
#> 
#> $surveytable.tx_prct
#> [1] ".tx_prct"
#> 
#> $surveytable.tx_rate
#> [1] ".tx_rate"
#>