Releases: CDCgov/surveytable
Releases · CDCgov/surveytable
surveytable 0.9.10
surveytable 0.9.9
set_opts(output = "raw"): unformatted / raw output. This is useful for getting lots of significant digits.- Simplified confidence interval for proportions adjustment:
adjargument toset_opts()andsvyciprop_adjusted(). - Show the test statistic for all tests.
- Conditional independence test:
tab_subset()with argumenttestset to the
value of interest. - Confidence intervals for numeric variables.
- Excel tables and charts!
set_opts( output = "excel", file = "my_workbook" ) - Improved conversion of tables to data frames with
as.data.frame(). - The interface for CSV printing is now the same as for all other kinds of printing:
set_opts( output = "CSV", file = "my_file" )
surveytable 0.9.8
- Optionally, show the test statistic, control rounding of the p-value.
- Improved handling of missing values and the
drop_naargument intab_subset()andtab_subset_rate(). - Improved handling of
charactervariables. - Improved handling of Spark-based (
sparklyr) survey objects.
surveytable 0.9.7
- Bugfixes.
surveytable 0.9.6
- Ability to customize how the tables are printed.
outputargument toset_opts()- New function:
as_object() - More details in
help("surveytable-options")
- Ability to customize rounding.
- More details in
help("surveytable-options")
- More details in
surveytable 0.9.5
- Another public use data file for use in examples:
rccsu2018. set_opts()replaces several other functions for setting options.
surveytable 0.9.4
- Optionally adjust p-values for multiple comparisons (
p_adjustargument)
surveytable 0.9.2
- Addressed CRAN comments.