Applied Econometrics Using the SAS System
eBook - ePub

Applied Econometrics Using the SAS System

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Applied Econometrics Using the SAS System

About this book

The first cutting-edge guide to using the SASÂŽ system for the analysis of econometric data

Applied Econometrics Using the SASÂŽ System is the first book of its kind to treat the analysis of basic econometric data using SASÂŽ, one of the most commonly used software tools among today's statisticians in business and industry. This book thoroughly examines econometric methods and discusses how data collected in economic studies can easily be analyzed using the SASÂŽ system.

In addition to addressing the computational aspects of econometric data analysis, the author provides a statistical foundation by introducing the underlying theory behind each method before delving into the related SASÂŽ routines. The book begins with a basic introduction to econometrics and the relationship between classical regression analysis models and econometric models. Subsequent chapters balance essential concepts with SASÂŽ tools and cover key topics such as:

  • Regression analysis using Proc IML and Proc Reg

  • Hypothesis testing

  • Instrumental variables analysis, with a discussion of measurement errors, the assumptions incorporated into the analysis, and specification tests

  • Heteroscedasticity, including GLS and FGLS estimation, group-wise heteroscedasticity, and GARCH models

  • Panel data analysis

  • Discrete choice models, along with coverage of binary choice models and Poisson regression

  • Duration analysis models

Assuming only a working knowledge of SASÂŽ, this book is a one-stop reference for using the software to analyze econometric data. Additional features include complete SASÂŽ code, Proc IML routines plus a tutorial on Proc IML, and an appendix with additional programs and data sets. Applied Econometrics Using the SASÂŽ System serves as a relevant and valuable reference for practitioners in the fields of business, economics, and finance. In addition, most students of econometrics are taught using GAUSS and STATA, yet SASÂŽ is the standard in the working world; therefore, this book is an ideal supplement for upper-undergraduate and graduate courses in statistics, economics, and other social sciences since it prepares readers for real-world careers.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Applied Econometrics Using the SAS System by Vivek Ajmani in PDF and/or ePUB format, as well as other popular books in Mathematics & Probability & Statistics. We have over one million books available in our catalogue for you to explore.

Information

1
INTRODUCTION TO REGRESSION ANALYSIS
1.1 INTRODUCTION
The general purpose of regression analysis is to study the relationship between one or more dependent variable(s) and one or more independent variable(s). The most basic form of a regression model is where there is one independent variable and one dependent variable. For instance, a model relating the log of wage of married women to their experience in the work force is a simple linear regression model given by log(wage) = β0 + β1exper + ξ, where β0 and β1 are unknown coefficients ande is random error. One objective here is to determine what effect (if any) the variable exper has on wage. In practice, most studies involve cases where there is more than one independent variable. As an example, we can extend the simple model relating log(wage) to exper by including the square of the experience (exper2) in the work force, along with years of education (educ). The objective here may be to determine what effect (if any) the explanatory variables (exper, exper2, educ) have on the response variable log(wage). The extended model can be written as
images
where β0, β1, β2, and β3 are the unknown coefficients that need to be estimated, and ξ is random error.
An extension of the multiple regression model (with one dependent variable) is the multivariate regression model where there is more than one dependent variable. For instance, the well-known Grunfeld investment model deals with the relationship between investment (Iit) with the true market value of a firm (Fit) and the value of capital (Cit) (Greene, 2003). Here, i indexes the firms and t indexes time. The model is given by Iit = β0i + β1iFit + β2iCit + ξit. As before, β0i, βi, and β2i are unknown coefficients that need to be estimated and ξit is random error. The objective here is to determine if the disturbance terms are involved in cross-equation correlation. Equation by equation ordinary least squares is used to estimate the model parameters if the disturbances are not involved in cross-equation correlations. A feasible generalized least squares method is used if there is evidence of cross-equation correlation. We will look at this model in more detail in our discussion of seemingly unrelated regression models (SUR) in Chapter 8.
Dependent variables can be continuous or discrete. In the Grunfeld investment model, the variable Iit is continuous. However, discrete responses are also very common. Consider an example where a credit card company solicits potential customers via mail. The response of the consumer can be classified as being equal to 1 or 0 depending on whether the consumer chooses to respond to the mail or not. Clearly, the outcome of the study (a consumer responds or not) isa discrete random variable. In this example, the response is a binary random variable. We will look at modeling discrete responses when we discuss discrete choice models in Chapter 10.
In general, a multiple regression model can be expressed as
(1.1)
images
where y is the dependent variable, β0,…, βk are the k + 1 unknown coefficients that need to be estimated, x1,…, xk are the k independent or explanatory variables, and ε is random error. Notice that the model is linear in parameters β0,…,βk and is therefore called a linear model. Linearity refers to how the parameters enter the model. For instance, the model
images
is also a linear model. However, the exponential model y = β0 exp(–xβ1) is a nonlinear model since the parameter β1 enters the model in a nonlinear fashion through the exponential function.
1.1.1 Interpretation of the Parameters
One of the assumptions (to be discussed later) for the linear model is that the conditional expectation E(ε|x1, …, xk) equals zero. Under this assumption, the expectation, E(y|x1,…,xk) can be written as
images
That is, the regression model can be interpreted as the conditional expectation of y for given values of the explanatory variables x1,…, xk. In the Grunfeld example, we could discuss the expected investment for a given firm for known values of the firm's true market value and value of its capital. The intercept term, β0, gives the expected value of y when all the explanatory variables are set at zero. In practice, this rarely makes sense since it is very uncommon to observe values of all the explanatory variables equal to zero. Furthermore, the expected value of y under such a case will often yield impossible results. The coefficient βk is interpreted as the ...

Table of contents

  1. Cover
  2. Title page
  3. Copyright page
  4. Dedication
  5. Preface
  6. Acknowledgments
  7. 1: Introduction to Regression Analysis
  8. 2: Regression Analysis Using Proc IML and Proc Reg
  9. 3: Hypothesis Testing
  10. 4: Instrumental Variables
  11. 5: Nonspherical Disturbances and Heteroscedasticity
  12. 6: Autocorrelation
  13. 7: Panel Data Analysis
  14. 8: Systems of Regression Equations
  15. 9: Simultaneous Equations
  16. 10: Discrete Choice Models
  17. 11: Duration Analysis
  18. 12: Special Topics
  19. Appendix A: Basic Matrix Algebra for Econometrics
  20. Appendix B: Basic Matrix Operations in Proc IML
  21. Appendix C: Simulating the Large Sample Properties of the OLS Estimators
  22. Appendix D: Introduction to Bootstrap Estimation
  23. Appendix E: Complete Programs and Proc IML Routines
  24. References
  25. Index