Skip to contents

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

Usage

show_options(sw = c("surveytable", "astra"))

Arguments

sw

starting characters

Value

List of options and their values.

See also

Examples

show_options()
#> $astra.file
#> [1] ""
#> 
#> $astra.file_show
#> [1] ""
#> 
#> $astra.print
#> [1] ".print_auto"
#> 
#> $surveytable.age_adjusted
#> [1] TRUE
#> 
#> $surveytable.drop_na
#> [1] TRUE
#> 
#> $surveytable.find_lpe
#> [1] TRUE
#> 
#> $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 (000)" "SE (000)"     "LL (000)"     "UL (000)"    
#> 
#> $surveytable.names_count_raw
#> [1] "n"      "Number" "SE"     "LL"     "UL"    
#> 
#> $surveytable.names_prct
#> [1] "Percent" "SE"      "LL"      "UL"     
#> 
#> $surveytable.p.adjust_method
#> [1] "bonferroni"
#> 
#> $surveytable.rate_per
#> [1] 100
#> 
#> $surveytable.raw
#> [1] FALSE
#> 
#> $surveytable.restructure_attr
#> [1] "title"  "footer"
#> 
#> $surveytable.restructure_flags
#> [1] "R"   "Cx"  "Cdf" "Px"  "Pc"  "Pdf" "P0" 
#> 
#> $surveytable.survey_label
#> [1] "NHIS 2024 PUF (Adults)"
#> 
#> $surveytable.svychisq_statistic
#> [1] "F"
#> 
#> $surveytable.svyciprop_adj
#> [1] "nchs"
#> 
#> $surveytable.tx_count
#> [1] ".tx_count_1k"
#> 
#> $surveytable.tx_df
#> [1] ".tx_df"
#> 
#> $surveytable.tx_numeric
#> [1] ".tx_numeric"
#> 
#> $surveytable.tx_prct
#> [1] ".tx_prct"
#> 
#> $surveytable.tx_pval
#> [1] ".tx_pval"
#> 
#> $surveytable.tx_rate
#> [1] ".tx_rate"
#> 
#> $surveytable.tx_test_stat
#> [1] ".tx_test_stat"
#>