Difference between revisions of "SAS Coding Help"
Phdprepadmin (talk | contribs) (→Code) |
(→Macros) |
||
Line 7: | Line 7: | ||
== Macros == | == Macros == | ||
+ | * [http://www.psych.yorku.ca/lab/sas/macro.htm The basics of macros] | ||
* [[Media:SAS_Macro_Quintiles.txt|Macro for grouping continuous variable into quintiles]] | * [[Media:SAS_Macro_Quintiles.txt|Macro for grouping continuous variable into quintiles]] | ||
* [[Media:WinsorizeMacro.txt|Winsorizing and trimming macro]] | * [[Media:WinsorizeMacro.txt|Winsorizing and trimming macro]] |
Revision as of 05:35, 5 March 2008
Contents
Code
- How to Gather Data Using a Web Crawler: An Application Using SAS to Search Edgar - interesting macro that can crawl Edgar reports for data.
- Basic Code
- Statistical Analysis
- Proc SQL
- SAS Macros
Macros
- The basics of macros
- Macro for grouping continuous variable into quintiles
- Winsorizing and trimming macro
Replications
Websites to Help
- What statistical test should I use. In addition to explaining what test to use, page also provides information on how to perform test and interpret results using SAS, STATA, and SPSS software.
- University of Michigan SAS Site
- Another University of Michigan SAS Site.
- Great resource for simple, straight forward explanation. Introduction to SAS: Index
- Factor analysis in SAS
- UCLA SAS Textbook Examples. This page includes examples and problems worked in SAS from more than 40 statistics textbooks.