- Added "order" parameter to
proc_freq()andproc_ttest(). - Added "plots" parameter to
proc_freq(),proc_reg(), andproc_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(), andproc_sort(). - Updates to documentation.
- 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()andproc_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.
- 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.
- 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.
- 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 thevalue()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.
- 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.
- Added alpha = option for confidence limits.
- Differentiated between one-side and two-sided confidence limits.
- Added codecov.
- Various fixes.
- Added validation document.
- Allowed ordering of frequencies using factors.
- Documentation updates.
- Another big revision on return datasets.
- Added more options to
out()function. - Wrote documentation.
- Big revision on return datasets.
- Added attributes to reporter.
- Added
proc_print().
- Means and Transpose documentation.
- More options on transpose.
- Added
proc_sort(). - Stub in proc compare.
- Readme complete
- Freq documentation complete.
proc_means()basically working.proc_transpose()basically working.
- Create pkgdown site.
- Setup GitHub Actions.
- Add vignette stubs.
A package to recreate some common SAS statistical procedures. Development Version 0.0.9000 will attempt to provide some of the functionality of SAS 'proc freq'.