Now able to run GLM, I have searched extensively but unsuccessfully for assurance that when all data are normalized GLM runs floating point in double or extended precision. I have not been able to find a clear statement that it does or a way to tell it to do so.
Help would be greatly appreciated.
Thanks, -nanosteve-
The document that Reeza linked to is "truly definitive." All SAS procedures do floating-point computations in double precision, which is the standard in the world of numerical analysis.
If you don't like the default output then use the NOPRINT option and direct output to datasets such as OUTSTAT= option for the proc statement or an OUTPUT statement. Then you can use any of the report procedures such as Print, Report or Tabulate to display the values and specify the format(s) desired.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.