You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.