Difference between revisions of "SAS Coding Help"
(add crumbs) |
|||
Line 25: | Line 25: | ||
* [http://www.ats.ucla.edu/stat/examples/default.htm UCLA SAS Textbook Examples]. This page includes examples and problems worked in SAS from more than 40 statistics textbooks. | * [http://www.ats.ucla.edu/stat/examples/default.htm UCLA SAS Textbook Examples]. This page includes examples and problems worked in SAS from more than 40 statistics textbooks. | ||
* [http://www.ats.ucla.edu/stat/sas/default.htm Resources to help you learn and use SAS] This page is part of UCLA's Academic Technology Services. | * [http://www.ats.ucla.edu/stat/sas/default.htm Resources to help you learn and use SAS] This page is part of UCLA's Academic Technology Services. | ||
+ | ---- | ||
+ | {|style="width:100%;margin-top:+.7em;" | ||
+ | |-align="center" | ||
+ | ! style="background:#fafaFe; color:black; height: 20px" | <small>[[Main Page]] ► [[Research]] ► [[Researching Resources]] ► [[SAS Coding Help]]</small> | ||
+ | |} |
Revision as of 15:48, 3 April 2009
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
Macros
- The basics of macros
- Macro for grouping continuous variable into quintiles
- Winsorizing and trimming macro
Replications
- Replication of Beaver, McNichols, Nelson RAS 2007 "An Alternative Interpretation of the Discontinuity in Earnings Distributions"
- A data envelopment analysis program
- A simple simulation examining the relation between earnings and returns with a lot of assumptions, just for fun
- Replication of Richardson, Sloan, Soliman, and Tuna (JAE 2005)
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
- A little code on Scott Dyreng's website.
- 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.
- Resources to help you learn and use SAS This page is part of UCLA's Academic Technology Services.
Main Page ► Research ► Researching Resources ► SAS Coding Help |
---|