3 Ways to Run a Simple Linear Regression in SAS [Examples] In this article, we discuss 3 methods to run a simple linear regression model in SAS. We use PROC REG,…
How to Easily Calculate the Square Root in SAS [Examples] In this article, we show 2 methods of how to calculate the square root of a number (or macro variable).
How to Easily Create a Beautiful Title in SAS In this article, we discuss how to create a title in SAS with the TITLE statement. We also show how…
How to Create a Scatter Plot in SAS [Examples] In this article, we demonstrate how to create a scatter plot (by group). We also show how to enhance your…
3 Easy Ways to Calculate the Standard Deviation in SAS [Examples] In this article, we discuss 3 methods to calculate the standard deviation. Namely, PROC SQL, PROC MEANS, and PROC UNIVARIATE.