You can use the UNION operator in the PROC SQL statement in SAS to combine…
Category:
SAS
-
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Calculate Quartiles in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the following basic syntax to calculate the quartiles for a dataset in…
-
Data Munging in SASSASSoftware Tutorials
How to Check if Dataset Exists in SAS (With Example)
by Erma Khanby Erma KhanYou can use the following macro in SAS to quickly check if a dataset exists:…
-
Data Munging in SASSASSoftware Tutorials
How to Use the MAX Function in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the MAX function in SAS to find the largest value in a…
-
Data Munging in SASSASSoftware Tutorials
How to Use the MIN Function in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the MIN function in SAS to find the smallest value in a…
-
Regression in SASSASSoftware Tutorials
How to Perform Polynomial Regression in SAS
by Erma Khanby Erma KhanThe most common type of regression analysis is simple linear regression, which is used when…
-
Regression in SASSASSoftware Tutorials
How to Perform Quantile Regression in SAS
by Erma Khanby Erma KhanLinear regression is a method we can use to understand the relationship between one or…
-
Descriptive Statistics in SASSASSoftware Tutorials
SAS: How to Specify Number of Bins in Histogram
by Erma Khanby Erma KhanYou can use the midpoints statement to specify the number of bins that should be…
-
Data Munging in SASSASSoftware Tutorials
How to Convert Datetime to Date in SAS
by Erma Khanby Erma KhanThe easiest way to convert a datetime to a date in SAS is to use…
-
Data Munging in SASSASSoftware Tutorials
SAS: Convert Numeric to Character with Leading Zeros
by Erma Khanby Erma KhanYou can use the following basic syntax to convert a numeric variable to a character…