LISTING
Listing hardware information for Linux systems
August 3, 2012 Leave a response Shortlink
Curiosity about the graphics card on my backup PC caused me to look for ways of getting this information without opening up the machine or searching for a manual. In the end, a solitary command did the job: sudo lshw [...]
Creating a Data Set Containing Confidence Intervals Using PROC UNIVARIATE
September 5, 2010 Leave a response Shortlink
While you could generate data sets containing means and confidence intervals using PROC SUMMARY or PROC MEANS, curiosity and the need to verify a program using a different technique were what drove me to consider using PROC UNIVARIATE for the [...]