You can use the following basic syntax to calculate the quartiles for a dataset in…
Category:
Descriptive Statistics in SAS
-
-
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…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Calculate a Cumulative Sum in SAS (With Example)
by Erma Khanby Erma KhanYou can use the following basic syntax to calculate a cumulative sum in SAS: data…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Calculate a Moving Average in SAS
by Erma Khanby Erma KhanIn statistics, a moving average represents the average of the previous n values in a…
-
Descriptive Statistics in SASSASSoftware Tutorials
How to Calculate Z-Scores in SAS
by Erma Khanby Erma KhanIn statistics, a z-score tells us how many standard deviations away a value is from…
-
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…
-
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…
-
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…