-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Shane Rosanbalm edited this page Mar 14, 2017
·
29 revisions
A codebook is a report which provides information about the variables in a dataset. The information presented varies from one codebook package to another, but codebooks typically contain information such as: the variable type, label, number of cases, each level of categorical variables, means, and other statistics for continuous variables.
There are already many very good SAS®-based codebook programs out in the world, so why create yet another codebook program? The short answer is, "pictures!"
The repository sas-codebook actually contains SAS code for 3 different types of reports:
- A codebook for generic datasets.
- A codebook for vertical datasets.
- A codebook that produces paneled graphics.
Check out the other wiki pages (links at right) for more details about each of these different types of reports.