SlideShare una empresa de Scribd logo
1 de 25
PhD Talk:
Regression analysis using Stata: A hands on approach
By:
Dr. Redhwan Al-Dhamari
Bakr Ali Al-Gamrh
Presentation Outline
 introduction
 Data Structure
 Cross-Sectional Data
 Regression Diagnostics
 Other Regression Commands
 Presenting Your Results
 Suggested readings
Introduction
What is Stata?
Stata is a general-purpose statistical software package created in 1985
by Stata Corp. Most of its users work in research, especially in the
fields of economics, sociology, political science, biomedicine and
epidemiology.
Why Stata?
 Stata has been less popular than its market competitors, such as
SPSS and SAS, but it gaining in popularity every year.
 It is particularly user-friendly when it comes to analyzing
complicated data sets.
Introduction (Cont’d)
How is Stata different?
 The commands in Stata are much more intuitive and less fussy
regarding punctuation.
 In Stata, it is possible to download new applications that were
written by users to perform specific tasks, and use them as
commands.
 Dealing with longitudinal data sets with various different types of file
structures in Stata is much quicker and easier.
Introduction (Cont’d)
Windows in Stata and what they do
 the command window
The review window
The variables window
The results window
Do files
Log files
 data editor and data browser
•Set mem 50m
log using name.log,replace
Log close
Log off
Log on
Data structure
 Cross-sectional data
 Panel data
 Time series data
Cross-sectional data
Summary statistics
 Sum var
 Sum var, sep(0)
 Sum var, detail
 Tabstat var, s(n me sd min max ske kur) c(s)
 Tabstat var, s(n me sd min min max) by (var)
Cross-sectional data
Correlations
Pearson’s product-moment correlation (r)
 It focuses on mean values
 it is used for interval variables
 Values below 0.30 suggest there is little association between the variables
(Hinkle et al. 1988).
 pwcorr var, obs sig star (0.05)
Spearman’s correlation (rho)
 it calculated based on ranks
 it used for ordinal variables
 spearman var, stats (rho obs p) star (0.05)
(Cont’d)
Cross-sectional data
Differences in Means and medians
Independent two-sample t-test
 it helps to know if there are mean differences in data that might be interesting to pursue
with multivariate analysis
 there can not be more than two groups on witch you are comparing the mean value-the
grouping variable must be dichotomous.
 ttest var, by (grouping var)
 sdtest var, by (grouping var)
Mann-Whitney U-test
 it is used to examine the rank differences across some characteristic for two groups.
 ranksum var, by (grouping var)
Paired t-test and Wilcoxon signed rank test
 ttest ind07==ind08
 signrank ind07==ind08
(Cont’d)
Cross-sectional data
 Theory of regression analysis
What is linear regression analysis?
• Finding the relationship between a dependent and
an independent variable.
Y= α + bx + e
(Cont’d)
Regression diagnostics
 Normality
 Heteroscedasticity
 Multicollinearity
 Model specification
Regression diagnostics (Cont’d).
Normality refers to normal distribution of the error terms
Testing the residuals for normality
Shapiro-Wilk W test
 Swilk res
Smirnov-Kolmogorov test
Sktest res
Testing the normality for a variable
Sktest var
Tabstat var, s(sk kur)
Regression diagnostics (Cont’d).
Outliers detection
Outlier detection involves the determination whether the residuals
(errors=predicted-actual) is an extreme negative or positive value.
Standardized residuals
 predict residstd, rstandard
 List residstd
 if the standardized residuals have values in excess of 3.5 and -3.5 they are
outliers.
Cook’s D
 Predict cook, cooksd
 List cook. If cook > 4/n
Winsorization
 Winsor2 (var), replace cuts (1 0.99)
Regression diagnostics (Cont’d).
Heteroskedasticity
Refers to a situation in which the error terms of the model have no
constant variances. This problem should be addressed as sometimes can
make significant variables appear to be statistically insignificant.
Testing the residuals for heteroskedasticity
 hettest
Solving heteroskedasticity problem
 reg var, robust
Regression diagnostics (Cont’d).
Multicollinearity
Refers to a high correlation of two or more independent variables in a
regression model. This problem may affect the regression estimates.
Testing for multicollinearity
 vif
Solving multicollinearity problem
 Centering or standardizing approach
Regression diagnostics (Cont’d).
Model specification
refer to including all relevant and excluding all irrelevant variables.
Testing for model specification
 ovtest
 Linktest
Other regression commands
 Logistic Regression
 logistic var
 Probit Regression is the other main method for analysing binary
dependent variables. Whereas logit (or logistic) regression is based on log
odds, probit uses the cumulative normal probability distribution.
 probit var
 Poisson Regression is for a count (non-negative integers)
dependent variable
 poission var
Presenting your results
For descriptive and correlation results
 Edit copy table
 Open a blank word document and press paste
 Table convert text to table
For regression results
 esttab
 esttab, se ar2
• The difference between cross-sectional, time
series and panel data
• Why panel?
• More observations mean more information
• Certain structure of the data allow better use
of the data
• Data need to be set as panel in Stata (time
and individual dimensions)
• Summary statistics for panel, xtsum, xtdes …
• Fixed effects
• Random effects models
• Pooled OLS
• Hausman test
• Breusch and Pagan Lagrangian Multiplier (LM)
test
• Modified Wald test for groupwise heteroskedasticity
• Wooldridge test for autocorrelation in panel data
• Pesaran's test of cross sectional dependence
Suggested readings
 Gujarati & Porter (2010) “Essentials of econometrics”, McGraw-Hill,
New York.
 Cameron & Trivedi (2009) “ Microeconometrics Using Stata”, A Stata
Press Publication, Stata LP, College Station, Texas, USA.
 Pevaline & Robson (2009) “the Stata Survival Manual”, Two Penn
Plaza, New York, USA.
 Woorldridge (2003) “ Introductory econometrics: A modern approach
(2nd Ed.), Thomsom South-Western, USA.
Thank you for Listening

Más contenido relacionado

La actualidad más candente

SELECTED DATA PREPARATION METHODS
SELECTED DATA PREPARATION METHODSSELECTED DATA PREPARATION METHODS
SELECTED DATA PREPARATION METHODS
KAMIL MAJEED
 

La actualidad más candente (20)

1.7 data reduction
1.7 data reduction1.7 data reduction
1.7 data reduction
 
CART – Classification & Regression Trees
CART – Classification & Regression TreesCART – Classification & Regression Trees
CART – Classification & Regression Trees
 
1234
12341234
1234
 
3. chapter iii(aggregate data)
3. chapter iii(aggregate data)3. chapter iii(aggregate data)
3. chapter iii(aggregate data)
 
Data mining technique for classification and feature evaluation using stream ...
Data mining technique for classification and feature evaluation using stream ...Data mining technique for classification and feature evaluation using stream ...
Data mining technique for classification and feature evaluation using stream ...
 
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
Data Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessingData Mining:  Concepts and Techniques (3rd ed.)- Chapter 3 preprocessing
Data Mining: Concepts and Techniques (3rd ed.) - Chapter 3 preprocessing
 
Lect8 Classification & prediction
Lect8 Classification & predictionLect8 Classification & prediction
Lect8 Classification & prediction
 
Decision tree induction
Decision tree inductionDecision tree induction
Decision tree induction
 
Data Mining: Data Preprocessing
Data Mining: Data PreprocessingData Mining: Data Preprocessing
Data Mining: Data Preprocessing
 
COMPARISION OF PERCENTAGE ERROR BY USING IMPUTATION METHOD ON MID TERM EXAMIN...
COMPARISION OF PERCENTAGE ERROR BY USING IMPUTATION METHOD ON MID TERM EXAMIN...COMPARISION OF PERCENTAGE ERROR BY USING IMPUTATION METHOD ON MID TERM EXAMIN...
COMPARISION OF PERCENTAGE ERROR BY USING IMPUTATION METHOD ON MID TERM EXAMIN...
 
SELECTED DATA PREPARATION METHODS
SELECTED DATA PREPARATION METHODSSELECTED DATA PREPARATION METHODS
SELECTED DATA PREPARATION METHODS
 
CART: Not only Classification and Regression Trees
CART: Not only Classification and Regression TreesCART: Not only Classification and Regression Trees
CART: Not only Classification and Regression Trees
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
2.1 Data Mining-classification Basic concepts
2.1 Data Mining-classification Basic concepts2.1 Data Mining-classification Basic concepts
2.1 Data Mining-classification Basic concepts
 
Introduction to dm and dw
Introduction to dm and dwIntroduction to dm and dw
Introduction to dm and dw
 
Stata statistics
Stata statisticsStata statistics
Stata statistics
 
Data preprocessing in Data Mining
Data preprocessing in Data MiningData preprocessing in Data Mining
Data preprocessing in Data Mining
 
Data Integration and Transformation in Data mining
Data Integration and Transformation in Data miningData Integration and Transformation in Data mining
Data Integration and Transformation in Data mining
 
Ch06
Ch06Ch06
Ch06
 
1.8 discretization
1.8 discretization1.8 discretization
1.8 discretization
 

Similar a Accounting serx

IoT Lecture MaterialLecture Material.pdf
IoT Lecture MaterialLecture Material.pdfIoT Lecture MaterialLecture Material.pdf
IoT Lecture MaterialLecture Material.pdf
saimawarsi
 
Pasw statistics 18 brief guide
Pasw statistics 18 brief guidePasw statistics 18 brief guide
Pasw statistics 18 brief guide
TRPC
 
Topic 4 intro spss_stata
Topic 4 intro spss_stataTopic 4 intro spss_stata
Topic 4 intro spss_stata
SM Lalon
 
SOC2002 Lecture 11
SOC2002 Lecture 11SOC2002 Lecture 11
SOC2002 Lecture 11
Bonnie Green
 

Similar a Accounting serx (20)

Spss
SpssSpss
Spss
 
Btm8107 8 week2 activity understanding and exploring assumptions a+ work
Btm8107 8 week2 activity understanding and exploring assumptions a+ workBtm8107 8 week2 activity understanding and exploring assumptions a+ work
Btm8107 8 week2 activity understanding and exploring assumptions a+ work
 
IoT Lecture MaterialLecture Material.pdf
IoT Lecture MaterialLecture Material.pdfIoT Lecture MaterialLecture Material.pdf
IoT Lecture MaterialLecture Material.pdf
 
UNIT - 5 : 20ACS04 – PROBLEM SOLVING AND PROGRAMMING USING PYTHON
UNIT - 5 : 20ACS04 – PROBLEM SOLVING AND PROGRAMMING USING PYTHONUNIT - 5 : 20ACS04 – PROBLEM SOLVING AND PROGRAMMING USING PYTHON
UNIT - 5 : 20ACS04 – PROBLEM SOLVING AND PROGRAMMING USING PYTHON
 
Machine Learning.pdf
Machine Learning.pdfMachine Learning.pdf
Machine Learning.pdf
 
SPSS-SYNTAX
SPSS-SYNTAXSPSS-SYNTAX
SPSS-SYNTAX
 
Uses of SPSS and Excel to analyze data
Uses of SPSS and Excel   to analyze dataUses of SPSS and Excel   to analyze data
Uses of SPSS and Excel to analyze data
 
7 qc tools
7 qc tools7 qc tools
7 qc tools
 
Pasw statistics 18 brief guide
Pasw statistics 18 brief guidePasw statistics 18 brief guide
Pasw statistics 18 brief guide
 
Topic 4 intro spss_stata
Topic 4 intro spss_stataTopic 4 intro spss_stata
Topic 4 intro spss_stata
 
SPSS statistics - get help using SPSS
SPSS statistics - get help using SPSSSPSS statistics - get help using SPSS
SPSS statistics - get help using SPSS
 
Python for Data Analysis: A Comprehensive Guide
Python for Data Analysis: A Comprehensive GuidePython for Data Analysis: A Comprehensive Guide
Python for Data Analysis: A Comprehensive Guide
 
Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
5. working on data using R -Cleaning, filtering ,transformation, Sampling
5. working on data using R -Cleaning, filtering ,transformation, Sampling5. working on data using R -Cleaning, filtering ,transformation, Sampling
5. working on data using R -Cleaning, filtering ,transformation, Sampling
 
data analysis techniques and statistical softwares
data analysis techniques and statistical softwaresdata analysis techniques and statistical softwares
data analysis techniques and statistical softwares
 
How to prepare for a data science interview?
How to prepare for a data science interview?How to prepare for a data science interview?
How to prepare for a data science interview?
 
SOC2002 Lecture 11
SOC2002 Lecture 11SOC2002 Lecture 11
SOC2002 Lecture 11
 
Data analysis
Data analysisData analysis
Data analysis
 
KIT-601 Lecture Notes-UNIT-2.pdf
KIT-601 Lecture Notes-UNIT-2.pdfKIT-601 Lecture Notes-UNIT-2.pdf
KIT-601 Lecture Notes-UNIT-2.pdf
 
Review of "Survey Research Methods & Design in Psychology"
Review of "Survey Research Methods & Design in Psychology"Review of "Survey Research Methods & Design in Psychology"
Review of "Survey Research Methods & Design in Psychology"
 

Último

Último (20)

Dubai Call Girls Deira O525547819 Dubai Call Girls Bur Dubai Multiple
Dubai Call Girls Deira O525547819 Dubai Call Girls Bur Dubai MultipleDubai Call Girls Deira O525547819 Dubai Call Girls Bur Dubai Multiple
Dubai Call Girls Deira O525547819 Dubai Call Girls Bur Dubai Multiple
 
Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...
Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...
Certified Kala Jadu, Black magic specialist in Rawalpindi and Bangali Amil ba...
 
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
✂️ 👅 Independent Bhubaneswar Escorts Odisha Call Girls With Room Bhubaneswar ...
 
falcon-invoice-discounting-unlocking-prime-investment-opportunities
falcon-invoice-discounting-unlocking-prime-investment-opportunitiesfalcon-invoice-discounting-unlocking-prime-investment-opportunities
falcon-invoice-discounting-unlocking-prime-investment-opportunities
 
Kurla Capable Call Girls ,07506202331, Sion Affordable Call Girls
Kurla Capable Call Girls ,07506202331, Sion Affordable Call GirlsKurla Capable Call Girls ,07506202331, Sion Affordable Call Girls
Kurla Capable Call Girls ,07506202331, Sion Affordable Call Girls
 
Webinar on E-Invoicing for Fintech Belgium
Webinar on E-Invoicing for Fintech BelgiumWebinar on E-Invoicing for Fintech Belgium
Webinar on E-Invoicing for Fintech Belgium
 
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
20240419-SMC-submission-Annual-Superannuation-Performance-Test-–-design-optio...
 
Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
Premium Call Girls Bangalore Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
2999,Vashi Fantastic Ellete Call Girls📞📞9833754194 CBD Belapur Genuine Call G...
2999,Vashi Fantastic Ellete Call Girls📞📞9833754194 CBD Belapur Genuine Call G...2999,Vashi Fantastic Ellete Call Girls📞📞9833754194 CBD Belapur Genuine Call G...
2999,Vashi Fantastic Ellete Call Girls📞📞9833754194 CBD Belapur Genuine Call G...
 
Bhubaneswar🌹Kalpana Mesuem ❤CALL GIRLS 9777949614 💟 CALL GIRLS IN bhubaneswa...
Bhubaneswar🌹Kalpana Mesuem  ❤CALL GIRLS 9777949614 💟 CALL GIRLS IN bhubaneswa...Bhubaneswar🌹Kalpana Mesuem  ❤CALL GIRLS 9777949614 💟 CALL GIRLS IN bhubaneswa...
Bhubaneswar🌹Kalpana Mesuem ❤CALL GIRLS 9777949614 💟 CALL GIRLS IN bhubaneswa...
 
Benefits & Risk Of Stock Loans
Benefits & Risk Of Stock LoansBenefits & Risk Of Stock Loans
Benefits & Risk Of Stock Loans
 
GIFT City Overview India's Gateway to Global Finance
GIFT City Overview  India's Gateway to Global FinanceGIFT City Overview  India's Gateway to Global Finance
GIFT City Overview India's Gateway to Global Finance
 
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
CBD Belapur((Thane)) Charming Call Girls📞❤9833754194 Kamothe Beautiful Call G...
 
Toronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdfToronto dominion bank investor presentation.pdf
Toronto dominion bank investor presentation.pdf
 
Fixed exchange rate and flexible exchange rate.pptx
Fixed exchange rate and flexible exchange rate.pptxFixed exchange rate and flexible exchange rate.pptx
Fixed exchange rate and flexible exchange rate.pptx
 
cost-volume-profit analysis.ppt(managerial accounting).pptx
cost-volume-profit analysis.ppt(managerial accounting).pptxcost-volume-profit analysis.ppt(managerial accounting).pptx
cost-volume-profit analysis.ppt(managerial accounting).pptx
 
7 steps to achieve financial freedom.pdf
7 steps to achieve financial freedom.pdf7 steps to achieve financial freedom.pdf
7 steps to achieve financial freedom.pdf
 
W.D. Gann Theory Complete Information.pdf
W.D. Gann Theory Complete Information.pdfW.D. Gann Theory Complete Information.pdf
W.D. Gann Theory Complete Information.pdf
 
In Sharjah ௵(+971)558539980 *_௵abortion pills now available.
In Sharjah ௵(+971)558539980 *_௵abortion pills now available.In Sharjah ௵(+971)558539980 *_௵abortion pills now available.
In Sharjah ௵(+971)558539980 *_௵abortion pills now available.
 
Call Girls in Benson Town / 8250092165 Genuine Call girls with real Photos an...
Call Girls in Benson Town / 8250092165 Genuine Call girls with real Photos an...Call Girls in Benson Town / 8250092165 Genuine Call girls with real Photos an...
Call Girls in Benson Town / 8250092165 Genuine Call girls with real Photos an...
 

Accounting serx

  • 1. PhD Talk: Regression analysis using Stata: A hands on approach By: Dr. Redhwan Al-Dhamari Bakr Ali Al-Gamrh
  • 2. Presentation Outline  introduction  Data Structure  Cross-Sectional Data  Regression Diagnostics  Other Regression Commands  Presenting Your Results  Suggested readings
  • 3. Introduction What is Stata? Stata is a general-purpose statistical software package created in 1985 by Stata Corp. Most of its users work in research, especially in the fields of economics, sociology, political science, biomedicine and epidemiology. Why Stata?  Stata has been less popular than its market competitors, such as SPSS and SAS, but it gaining in popularity every year.  It is particularly user-friendly when it comes to analyzing complicated data sets.
  • 4. Introduction (Cont’d) How is Stata different?  The commands in Stata are much more intuitive and less fussy regarding punctuation.  In Stata, it is possible to download new applications that were written by users to perform specific tasks, and use them as commands.  Dealing with longitudinal data sets with various different types of file structures in Stata is much quicker and easier.
  • 5. Introduction (Cont’d) Windows in Stata and what they do  the command window The review window The variables window The results window Do files Log files  data editor and data browser •Set mem 50m log using name.log,replace Log close Log off Log on
  • 6. Data structure  Cross-sectional data  Panel data  Time series data
  • 7. Cross-sectional data Summary statistics  Sum var  Sum var, sep(0)  Sum var, detail  Tabstat var, s(n me sd min max ske kur) c(s)  Tabstat var, s(n me sd min min max) by (var)
  • 8. Cross-sectional data Correlations Pearson’s product-moment correlation (r)  It focuses on mean values  it is used for interval variables  Values below 0.30 suggest there is little association between the variables (Hinkle et al. 1988).  pwcorr var, obs sig star (0.05) Spearman’s correlation (rho)  it calculated based on ranks  it used for ordinal variables  spearman var, stats (rho obs p) star (0.05) (Cont’d)
  • 9. Cross-sectional data Differences in Means and medians Independent two-sample t-test  it helps to know if there are mean differences in data that might be interesting to pursue with multivariate analysis  there can not be more than two groups on witch you are comparing the mean value-the grouping variable must be dichotomous.  ttest var, by (grouping var)  sdtest var, by (grouping var) Mann-Whitney U-test  it is used to examine the rank differences across some characteristic for two groups.  ranksum var, by (grouping var) Paired t-test and Wilcoxon signed rank test  ttest ind07==ind08  signrank ind07==ind08 (Cont’d)
  • 10. Cross-sectional data  Theory of regression analysis What is linear regression analysis? • Finding the relationship between a dependent and an independent variable. Y= α + bx + e (Cont’d)
  • 11. Regression diagnostics  Normality  Heteroscedasticity  Multicollinearity  Model specification
  • 12. Regression diagnostics (Cont’d). Normality refers to normal distribution of the error terms Testing the residuals for normality Shapiro-Wilk W test  Swilk res Smirnov-Kolmogorov test Sktest res Testing the normality for a variable Sktest var Tabstat var, s(sk kur)
  • 13. Regression diagnostics (Cont’d). Outliers detection Outlier detection involves the determination whether the residuals (errors=predicted-actual) is an extreme negative or positive value. Standardized residuals  predict residstd, rstandard  List residstd  if the standardized residuals have values in excess of 3.5 and -3.5 they are outliers. Cook’s D  Predict cook, cooksd  List cook. If cook > 4/n Winsorization  Winsor2 (var), replace cuts (1 0.99)
  • 14. Regression diagnostics (Cont’d). Heteroskedasticity Refers to a situation in which the error terms of the model have no constant variances. This problem should be addressed as sometimes can make significant variables appear to be statistically insignificant. Testing the residuals for heteroskedasticity  hettest Solving heteroskedasticity problem  reg var, robust
  • 15. Regression diagnostics (Cont’d). Multicollinearity Refers to a high correlation of two or more independent variables in a regression model. This problem may affect the regression estimates. Testing for multicollinearity  vif Solving multicollinearity problem  Centering or standardizing approach
  • 16. Regression diagnostics (Cont’d). Model specification refer to including all relevant and excluding all irrelevant variables. Testing for model specification  ovtest  Linktest
  • 17. Other regression commands  Logistic Regression  logistic var  Probit Regression is the other main method for analysing binary dependent variables. Whereas logit (or logistic) regression is based on log odds, probit uses the cumulative normal probability distribution.  probit var  Poisson Regression is for a count (non-negative integers) dependent variable  poission var
  • 18. Presenting your results For descriptive and correlation results  Edit copy table  Open a blank word document and press paste  Table convert text to table For regression results  esttab  esttab, se ar2
  • 19. • The difference between cross-sectional, time series and panel data • Why panel? • More observations mean more information • Certain structure of the data allow better use of the data
  • 20.
  • 21. • Data need to be set as panel in Stata (time and individual dimensions) • Summary statistics for panel, xtsum, xtdes … • Fixed effects • Random effects models • Pooled OLS
  • 22. • Hausman test • Breusch and Pagan Lagrangian Multiplier (LM) test • Modified Wald test for groupwise heteroskedasticity • Wooldridge test for autocorrelation in panel data • Pesaran's test of cross sectional dependence
  • 23.
  • 24. Suggested readings  Gujarati & Porter (2010) “Essentials of econometrics”, McGraw-Hill, New York.  Cameron & Trivedi (2009) “ Microeconometrics Using Stata”, A Stata Press Publication, Stata LP, College Station, Texas, USA.  Pevaline & Robson (2009) “the Stata Survival Manual”, Two Penn Plaza, New York, USA.  Woorldridge (2003) “ Introductory econometrics: A modern approach (2nd Ed.), Thomsom South-Western, USA.
  • 25. Thank you for Listening