Added “freq” and “weight” parameters to
proc_ttest().
Bug fixes on plots.
procs 1.0.8
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 1.0.7
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 1.0.6
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 1.0.5
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 1.0.4
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 1.0.3
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.
procs 0.0.9008
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.
procs 0.0.9007
Documentation updates.
procs 0.0.9006
Another big revision on return datasets.
procs 0.0.9005
Added more options to out() function.
Wrote documentation.
procs 0.0.9004
Big revision on return datasets.
Added attributes to reporter.
Added proc_print().
procs 0.0.9003
Means and Transpose documentation.
More options on transpose.
Added proc_sort().
Stub in proc compare.
procs 0.0.9002
Readme complete
Freq documentation complete.
proc_means() basically working.
proc_transpose() basically working.
procs 0.0.9001
Create pkgdown site.
Setup GitHub Actions.
Add vignette stubs.
procs 0.0.9000
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’.