I recently read an article that said a school in Asheville, North Carolina had the worst chickenpox outbreak in the state in 2 decades. The article was interesting, and it also let me know I had a hole in my knowledge … “What?!? – There’s a chickenpo…
Create random number using call ranuni
retain seed 111618; call ranuni(seed, ranno);
SAS Press Is Recruiting Authors!
Learn how to become an author with SAS Press.
The post SAS Press Is Recruiting Authors! appeared first on SAS Learning Post.
Where do provisional ballots come from?
There has been a lot of controversy surrounding this year’s midterm election, when it comes to counting the ballots … and I kept hearing the term provisional ballots in the news. But I’m embarrassed to say that I didn’t really know much about provisi…
Building a better election map
The US ‘midterm’ elections have finally started to wind down, and we finally have some (mostly) finalized results to study. But what’s the best way to visualize who won the US congressional seats in each of the 435 districts? Let’s dive into this topic…
Create newline-delimited JSON (or JSONL) with SAS
JSON is a popular format for data exchange between APIs and some modern databases. It’s also used as a way to archive audit logs in many systems. Because JSON can represent hierarchical relationships of data fields, many people consider it to be superior to the CSV format — although it’s […]
The post Create newline-delimited JSON (or JSONL) with SAS appeared first on The SAS Dummy.