Skip to content

Releases: CDCgov/surveytable

surveytable 0.9.10

30 Sep 17:37

Choose a tag to compare

  • Resolved issues affecting printing.

surveytable 0.9.9

25 Aug 18:52

Choose a tag to compare

  • set_opts(output = "raw"): unformatted / raw output. This is useful for getting lots of significant digits.
  • Simplified confidence interval for proportions adjustment: adj argument to set_opts() and svyciprop_adjusted().
  • Show the test statistic for all tests.
  • Conditional independence test: tab_subset() with argument test set 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

28 May 19:02

Choose a tag to compare

  • Optionally, show the test statistic, control rounding of the p-value.
  • Improved handling of missing values and the drop_na argument in tab_subset() and tab_subset_rate().
  • Improved handling of character variables.
  • Improved handling of Spark-based (sparklyr) survey objects.

surveytable 0.9.7

30 Apr 15:14

Choose a tag to compare

  • Bugfixes.

surveytable 0.9.6

13 Mar 11:36

Choose a tag to compare

  • Ability to customize how the tables are printed.
    • output argument to set_opts()
    • New function: as_object()
    • More details in help("surveytable-options")
  • Ability to customize rounding.
    • More details in help("surveytable-options")

surveytable 0.9.5

09 Oct 17:54

Choose a tag to compare

  • Another public use data file for use in examples: rccsu2018.
  • set_opts() replaces several other functions for setting options.

surveytable 0.9.4

20 May 23:05

Choose a tag to compare

  • Optionally adjust p-values for multiple comparisons (p_adjust argument)

surveytable 0.9.2

19 Jan 17:04

Choose a tag to compare

  • Addressed CRAN comments.