Uncategorized

Learn SAS
Julie Platt 0
Working on “stuff that matters”

“It’s not about how much money you make but to work on stuff that matters," according to Tim O’Reilly, founder of O'Reilly Media. At the recent Tools of Change conference, Tim O’Reilly mentioned during his keynote that writers tend to be motivated to work on “stuff that matters.” Through SAS

Rick Wicklin 0
How to plot a discontinuous function

It is easy to use the SGPLOT procedure in SAS to plot the graph of a well-behaved continuous function: just create a data set of the (x,y) values on some domain and use the SERIES statement to connect the points. However, to plot the graph of a discontinuous function correctly