News

This example illustrates ... sqroot noprint n mean std; var sqr_diff; by lag_class; output out=msqrt n=n mean=mean std=std; run; title2 'Summary of Results'; proc print data=msqrt; id lag_class; var n ...
This example uses ... from subgroup standard deviations rather than subgroup ranges (you should specify this option with sample sizes greater than 10 or when using the NOLIMITS option to create ...