You can use a SELECT-WHEN statement in SAS to assign values to a new variable…
Category:
SAS
-
-
Data Munging in SASSASSoftware Tutorials
How to Use FIRST. and LAST. Variables in SAS
by Erma Khanby Erma KhanYou can use the FIRST. and LAST. functions in SAS to identify the first and…
-
Data Munging in SASSASSoftware Tutorials
The Complete Guide to DO Loops in SAS
by Erma Khanby Erma KhanA DO loop in SAS can be used to do some action a certain number…
-
Logistic regression is a method we can use to fit a regression model when the…
-
Data Munging in SASSASSoftware Tutorials
How to Count Missing Values in SAS (With Examples)
by Erma Khanby Erma KhanYou can use the following methods to count the number of missing values in SAS:…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Calculate Mean, Median, & Mode in SAS
by Erma Khanby Erma KhanYou can use proc univariate to quickly calculate the mean, median, and mode of variables…
-
ANOVA in SASSASSoftware Tutorials
How to Perform a Kruskal-Wallis Test in SAS
by Erma Khanby Erma KhanA Kruskal-Wallis Test is used to determine whether or not there is a statistically significant…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Use Proc Append in SAS (With Examples)
by Erma Khanby Erma KhanYou can use PROC APPEND in SAS to append the values of one dataset to…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Use Proc Compare in SAS (With Examples)
by Erma Khanby Erma KhanYou can use PROC COMPARE in SAS to quickly identify the similarities and differences between…
-
Data Munging in SASSASSoftware Tutorials
How to Use a CASE WHEN Statement in SAS (With Examples)
by Erma Khanby Erma KhanWe can use the CASE statement in SAS to create a new variable that uses…