NEW ON BLOG
This article will show you how to insert or add rows to a table. It is simple to accomplish using the PROC SQL INSERT INTO …
This article will show you how to create tables using Proc SQL.
The proc SQL create table statement allows you to create tables without rows from …
The SAS Modify Statement allows the modification of an existing SAS dataset via a DATA Step without creating a new or replacement dataset. It is …
BASE SAS Tutorials
The YEARCUTOFF= option lets you specify what century SAS should assign to dates when two-digit years are used.
The default year cutoff is 1926. However, you …
If you work with tables, you can calculate the sum of a row or a column. This article will discuss how to calculate the Column total …
In SAS, you can quickly specify a list of variables in SAS statements like KEEP and DROP statements, the ARRAY statement, and the OF operator for comma-separated arguments to …
Advanced SAS Tutorials
The SAS Modify Statement allows the modification of an existing SAS dataset via a DATA Step without creating a new or replacement dataset. It is …
Most SAS programmers are familiar with the SET and MERGE statements in the Data Step. The SAS UPDATE Statement, on the other hand, is less …
This article explains the data step merge in SAS, including the meaning of a merge, the preliminary prerequisites for every dataset obtained in a merge, …
SAS/STAT TUTORIALS
This article explains creating a Bar Charts in SAS with the SGPLOT procedure.
A bar chart is one of the most commonly used charts. It shows …
Linear Regression Importance. Read on to understand how to Prepare for a Linear Regression Analysis, its advantages and understanding Basic Concepts in Statistics
The ANOVA, or analysis of variance, basically analyses the different estimates by utilising the F-distribution to evaluate if the population means are equal or not.