Tag: Tech

What’s wrong with this code?

Whether you enjoy debugging or hate it, for programmers, debugging is a fact of life. It’s easy to misspell a keyword, scramble your array subscripts, or (heaven forbid!) forget a semicolon. That’s why we include a chapter on debugging in The Little SAS® Book and its companion book, Exercises and […]

What’s wrong with this code? was published on SAS Users.

How to save Jupyter notebooks in assorted formats

Learning never stops. When SAS had to change this year’s SAS Global Forum (SGF) to a virtual event, everyone was disappointed. I am, however, super excited about all of the papers and stream of video releases over the last month (and I encourage you to register for the upcoming live […]

How to save Jupyter notebooks in assorted formats was published on SAS Users.

Transform word vector tables from long to wide

In natural language processing, word vectors play a key role in making technologies such as machine translation and speech recognition possible. Let’s talk about how to transform word vector tables from long to wide in SAS, so we can potentially get sentence vectors to process further.

Transform word vector tables from long to wide was published on SAS Users.

Using SAS to estimate the link between ozone and asthma (and a neat trick)

While working at the Rutgers Robert Wood Johnson Medical School, I had access to data on over ten million visits to emergency departments in central New Jersey, including ICD-9 (International Classification of Disease – 9th edition) codes along with some patient demographic data. I also had the ozone level from […]

Using SAS to estimate the link between ozone and asthma (and a neat trick) was published on SAS Users.

How to Add Sticky Headers with ODS HTML

This blog demonstrates how to modify your ODS HTML code to make your column headers “sticky,” or fixed in position. Using sticky headers is most beneficial when you have long tables on your web page and you want the column headers to stay in view while scrolling through the rest of the page.

How to Add Sticky Headers with ODS HTML was published on SAS Users.

What to expect when you take SAS training: Before, during and after

You’ve chosen the right class, added-to-cart, and hit submit. You’re committed – now what? Once you book a class with us, no matter the format, you can expect an email confirming your request within 24 hours. For instructor-led training courses, a reminder email is sent 3-5 days before the course […]

What to expect when you take SAS training: Before, during and after was published on SAS Users.