Skip to content

procs v1.0.7

Choose a tag to compare

@dbosak01 dbosak01 released this 19 Nov 23:51
· 109 commits to master since this release
  • 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.