Descriptive Statistics in SAS
SAS: How to Use PROC SORT with NODUPKEY
You can use PROC SORT in SAS with NODUPKEY to order the observations in a dataset by one or more variables and remove any...
Data Munging in SAS
SAS: How to Use EXCEPT in PROC SQL
You can use the EXCEPT operator in the PROC SQL statement in SAS to only return rows from one dataset that are not in...
Descriptive Statistics in SAS
How to Use Proc Sort in SAS (With Examples)
You can use proc sort in SAS to order the observations in a dataset by one or more variables.
The following examples show how to...
Data Munging in SAS
SAS: How to Use UNION in PROC SQL
You can use the UNION operator in the PROC SQL statement in SAS to combine two datasets vertically.
The following example shows how to use...
Descriptive Statistics in SAS
How to Calculate Deciles in SAS (With Example)
In statistics, deciles are numbers that split a dataset into ten groups of equal frequency.
The first decile is the point where 10% of all...
Data Munging in SAS
SAS: Convert Numeric to Character with Leading Zeros
You can use the following basic syntax to convert a numeric variable to a character variable with a specific amount of leading zeros in...
Descriptive Statistics in SAS
How to Calculate Quartiles in SAS (With Examples)
You can use the following basic syntax to calculate the quartiles for a dataset in SAS:
/*calculate quartile values for variable called var1*/
proc univariate data=original_data;
...
Subscribe
- Never miss a story with notifications
- Gain full access to our premium content
- Browse free from up to 5 devices at once
Must read