Skip to content

Releases: dbosak01/procs

procs v1.0.8

23 Mar 15:09

Choose a tag to compare

  • Added "order" parameter to proc_freq() and proc_ttest().
  • Added "plots" parameter to proc_freq(), proc_reg(), and proc_ttest().
  • Added "AIC" statistic to proc_reg().
  • Added "weight" parameter to proc_means().
  • Added "vardef" option to proc_means().
  • Added "na.sort" parameter to proc_sort().
  • Added "where" parameter to proc_freq(), proc_means(), proc_ttest(), proc_reg(), and proc_sort().
  • Updates to documentation.

procs v1.0.7

19 Nov 23:51

Choose a tag to compare

  • Fixed bug on prog_reg() where by-variable was not populating for all rows when "tableout" option was used.
  • Changed skewness and kurtosis statistics to use functions from sasLM package. Output is the same.
  • Added default titles to proc_freq() and proc_means().
  • Made corrections to validation document.
  • Added adjusted Chi-Square to proc_freq() output. Had to alter Chi-square table to make this change. May cause code breakage if the table was being accessed programmatically.
  • Fixed bug on Chi-Square when there was a factor variable with zero categories. Was coming out NaN.
  • Documentation fixes.

procs v1.0.6

07 Mar 01:05

Choose a tag to compare

  • Fixed bug on proc_means() to return a tibble when input is a tibble.
  • Added parameter check for no rows on input data for all functions.
  • Added proc_reg() function.

procs v1.0.5

20 Jan 06:13

Choose a tag to compare

  • Fixed bug on proc_means() when ordered factor used as class.
  • Fixed bug on proc_transpose() when ordered factor used on by parameter.
  • Fixed bug on proc_freq() when factor used with 'missing' option.
  • Updates to documentation.

procs v1.0.4

20 Dec 19:40

Choose a tag to compare

  • Added "as.character" parameter to proc_sort() to cast any factors in the by variables to character. This parameter is the counter-point to the "as.factor" parameter on the value() function in the fmtr package.
  • Added an "options" parameter to proc_transpose(). For now accepts only one option "noname" which will drop the NAME variable from the output dataset.
  • Added proc_ttest() function.

procs v1.0.3

05 Sep 20:14

Choose a tag to compare

  • First release version includes 'proc_freq()', 'proc_means()', 'proc_transpose()', 'proc_sort()', and 'proc_print()'
  • Fixed 'class' parameter on 'proc_freq()'.
  • Fixed sparse output when variables are defined as factors.
  • Put interactive() condition on viewer functions so as not to produce
    unnecessary temp files in batch sessions.
  • Added 'dupkey' option to proc_sort().
  • Added 'completetypes' option to proc means.
  • Released to CRAN.