Difference between revisions of "SAS Coding Help"
Phdprepadmin (talk | contribs) |
Phdprepadmin (talk | contribs) (→Websites to Help) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
== Code == | == Code == | ||
* [http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1015021 How to Gather Data Using a Web Crawler: An Application Using SAS to Search Edgar] - interesting macro that can crawl Edgar reports for data. | * [http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1015021 How to Gather Data Using a Web Crawler: An Application Using SAS to Search Edgar] - interesting macro that can crawl Edgar reports for data. | ||
Line 19: | Line 15: | ||
* [http://www.bus.umich.edu/Academics/Departments/Accounting/nhafzall/default.htm University of Michigan SAS Site] | * [http://www.bus.umich.edu/Academics/Departments/Accounting/nhafzall/default.htm University of Michigan SAS Site] | ||
* Another University of Michigan [http://www-personal.umich.edu/~stoffman/ SAS Site]. | * Another University of Michigan [http://www-personal.umich.edu/~stoffman/ SAS Site]. | ||
+ | * Great resource for simple, straight forward explanation. [http://javeeh.net/sasintro/intro1.html Introduction to SAS: Index] |
Revision as of 01:37, 17 November 2007
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
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