SAS Leonid Batkhan presents SAS coding techniques to shift a dates by given numbers of workdays accounting for weekends and holidays.
Shifting a date by a given number of workdays was published on SAS Users.
SAS Leonid Batkhan presents SAS coding techniques to shift a dates by given numbers of workdays accounting for weekends and holidays.
Shifting a date by a given number of workdays was published on SAS Users.
2020 is here and systems that use 2-digit years in date values are getting confused. Do we mean 1920 or 2020? In SAS, the YEARCUTOFF= option lets you decide.
Why does my SAS date have the wrong century? was published on SAS Users.
Parts 1 and 2 of this blog post discussed exploring and preparing your data using SASPy. To recap, Part 1 discussed how to explore data using the SASPy interface with Python. Part 2 continued with an explanation of how to prepare your data to use it with a machine-learning model. […]
Machine Learning with SASPy: Exploring and Preparing your data – Part 3 was published on SAS Users.
The t-test is a very useful test that compares one variable (perhaps blood pressure) between two groups. T-tests are called t-tests because the test results are all based on t-values. T-values are an example of what statisticians call test statistics. A test statistic is a standardized value that is calculated […]
Testing the Assumption of Normality for Parametric Tests was published on SAS Users.
Learn about best-selling SAS author Ron Cody’s programming standards.
Making your SAS code more readable was published on SAS Users.
Find out about the changes and enhancements to the best-selling book, The Little SAS Book.
The Little SAS Book 6.0: The best-selling SAS book gets even better was published on SAS Users.
Just when you think you’ve seen it all, life can surprise you in a big way, making you wonder what else you’ve missed. That is what happened when I recently had a chance to work with the SAS® Scalable Performance Data Server, a product that’s been around a while, but […]
How to retrieve contents of a SAS® Scalable Performance Data Server library was published on SAS Users.
This article is not a tutorial on Hadoop, Spark, or big data. At the same time, no prerequisite knowledge of these technologies is required for understanding. We’ll give you enough background prior to diving into the details. In simplest terms, the Hadoop framework maintains the data and Spark controls and […]
Data and Analytics Innovation using SAS & Spark – part 1 was published on SAS Users.