8000 Releases · y2analytics/y2clerk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: y2analytics/y2clerk

v0.6.0

01 Jul 19:35
Compare
Choose a tag to compare

Breaking changes

  • freqs - When freqs was run on a factor variable in the past, the "value" column would pull the character labels even when the factor had underlying numbers. This version of y2clerk updates freqs to be more consistent with other types of haven labelled variables and pulls the underlying numbers of factor variables for use in the value column.

New arguments

  • freqs - show_missing_levels: whether to keep response levels with no data (default: TRUE). For example, set to TRUE if you know no one answered "very dissatisfied" on a scale, but you still want that empty level of the scale present in the output of freqs.

New function

  • to_haven_y2 - Convert a factor variable or a character variable to a haven labelled variable

v0.5.4

17 Jun 18:09
Compare
Choose a tag to compare

Release includes newer function multi_freqs and bug fixes
Tagging this version in preparation for coming breaking changes

cross_freqs

24 Mar 16:05
Compare
Choose a tag to compare

Added a new function: cross_freqs for running pseudo cross tabs in R

verbatims_y2 tidyselect

17 Jun 15:38
Compare
Choose a tag to compare
  1. Incorporate tidyselect into verbatims_y2
  2. Testing related to tidyselect verbatims_y2
  3. Namespace automatically generated by roxygen
  4. Deprecation of unused functions - freqs_mean
  5. Explicit package references
  6. Internal bug fixes related to dplyr 1.0.0
  7. Update of package versions

verbatims_y2

10 Feb 22:10
Compare
Choose a tag to compare

Added a new function, verbatims_y2 for open-ended questions. This function creates a data frame formatted for internbot of all open-ended responses for the input variables.

Added Mean and Quantile Features

12 Aug 23:55
Compare
Choose a tag to compare

Added the 'mean' and 'quantile' options to the freqs function. Along with the quantile option, added a new argument pr. If stat == 'quantile', then pr is used to tell what percentile/quantile you wish to see for that variable.

Also fixed a bug where freqs stopped printing.

Bug fix

21 Feb 18:53
Compare
Choose a tag to compare

Fixes the grouping issue introduced by recent release.

Incremental fix

21 Feb 04:12
Compare
Choose a tag to compare

This updates y2clerk to take advantage of the new dplyr feature tallying empty factor levels.

New hotness

03 Jan 21:12
Compare
Choose a tag to compare

This version breaks the old dataframe format to prepare the way for the future of the freqs command, which could include statistics beyond just percentages. This also includes a new, tidier interface that makes it easy to select which columns to run frequencies on.

Legacy freqs command for code prior to 2019.

03 Jan 21:06
Compare
Choose a tag to compare

This preserves the freqs command as it functioned prior to 2019.

0