Part of my PROC UNIVARIATE readout is giving values in the form of "11E-1" or "6.2587E+8." How do I adjust the readout to provide actual numeric values? Thank you.
(SAS 9.4)
What are you referring to as 'readout'?
Just the SAS Output in the results viewer. Thank you.
There are so many possible output with proc univariate I suggest that you provide a small example data set in the form of data step code and the code used for proc univariate that will duplicate the output. The data set only needs to have one variable.
I think it had something to do with the number of variables I was running. When I reduced the size of the dataset, it worked fine with fewer variables. Thanks for your willingness to help.
I don't think you can. I think you'll have to save the data to a data set and then proc print it with explicit formats.
Depending on what you want that may or may not be worth the work.
https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html
SAS output never contains "actual numeric values." It contains formatted values. In some cases the formatted values are displayed in E format. You can always modify ODS table templates to change formats. Here is one of many source of more information about ODS. http://go.documentation.sas.com/?docsetId=statug&docsetTarget=statug_ods_toc.htm&docsetVersion=14.3&...
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.