There are two common ways to create an empty dataset in SAS: Method 1: Create…
Category:
SAS
-
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Use SET Statement with Multiple Datasets
by Erma Khanby Erma KhanYou can use the following basic syntax to include multiple datasets in the set statement…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Calculate Deciles in SAS (With Example)
by Erma Khanby Erma KhanIn statistics, deciles are numbers that split a dataset into ten groups of equal frequency.…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Create a Scatter Plot Matrix in SAS
by Erma Khanby Erma KhanA scatter plot matrix is exactly what it sounds like – a matrix of scatterplots.…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Create Tables in SAS (With Examples)
by Erma Khanby Erma KhanYou can use proc sql to quickly create tables in SAS. There are two ways…
-
Data Munging in SASSASSoftware Tutorials
How to Remove Special Characters from Strings in SAS
by Erma Khanby Erma KhanThe easiest way to remove special characters from a string in SAS is to use…
-
Data Munging in SASSASSoftware Tutorials
How to Add Days to Date in SAS (With Example)
by Erma Khanby Erma KhanThe easiest way to add days to a date variable in SAS is to use…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Create a Residual Plot in SAS
by Erma Khanby Erma KhanResidual plots are often used to assess whether or not the residuals in a regression…
-
Descriptive Statistics in SASSASSoftware Tutorials
SAS: How to Use PROC FREQ by Group
by Erma Khanby Erma KhanYou can use the following basic syntax to calculate frequencies by group in SAS: proc…
-
Data Munging in SASSASSoftware Tutorials
SAS: How to Convert Numeric Variable to Date
by Erma Khanby Erma KhanYou can use the following basic syntax to convert a numeric variable to a date…