Skip to content
    • info@phantran.net
  • Connecting and sharing with us
  • -
  • About us
    • info@phantran.net
HKT ConsultantHKT Consultant
  • Home
  • Corporate Management
    • Entrepreneurship
      • Startup
      • Entrepreneurship
      • Growth of firm
    • Managing primary activities
      • Marketing
      • Sales Management
      • Retail Management
      • Import – Export
      • International Business
      • E-commerce
      • Project Management
      • Production Management
      • Quality Management
      • Logistics Management
      • Supply Chain Management
    • Managing support activities
      • Strategy
      • Human Resource Management
      • Organizational Culture
      • Information System Management
      • Corporate Finance
      • Stock Market
      • Accounting
      • Office Management
  • Economics of Firm
    • Theory of the Firm
    • Management Science
    • Microeconomics
  • Research Methodology
    • Methodology
      • Research Process
      • Experimental Research
      • Research Philosophy
      • Management Research
      • Writing a thesis
      • Writing a paper
    • Qualitative Research
      • Literature Review
      • Interview
      • Case Study
      • Action Research
      • Qualitative Content Analysis
      • Observation
      • Phenomenology
    • Quantitative Research
      • Statistics and Econometrics
      • Questionnaire Survey
      • Quantitative Content Analysis
      • Meta Analysis
      • Statistical Software
        • STATA
        • SPSS
        • SEM-AMOS
        • SmartPLS
        • Eviews
Leads, Lags and Differences by using Stata

Time series analysis often involves lagged variables, or values from previous times. Lags can be specified by explicit subscripting. For example, the following command creates variable mei l, equal to the previous month’s Multivariate ENSO Index (mei) value: . generate mei_1 = mei[_n-1] Alternatively, we could accomplish the same thing, using tsset data, with

03
Oct
Correlograms by using Stata

Autocorrelation coefficients estimate the correlation between a variable and itself at particular lags. For example, first-order autocorrelation is the correlation between y t and y t-1 . Second order refers to Cor[ yt,y t-2], and so forth. A correlogram graphs correlation versus lag. Stata’s corrgram command provides simple correlograms and related information. The maximum

03
Oct
ARIMA Models by using Stata

Autoregressive integrated moving average (ARIMA) models can be estimated through the arima command. This command encompasses autoregressive (AR), moving average (MA), or ARIMA models. It also can estimate structural models that include one or more predictor variables and ARIMA disturbances. These are termed ARMAX models, for autoregressive moving average with exogenous variables. The general

1 Comments

03
Oct
ARMAX Models by using Stata

Earlier in this chapter we saw that an OLS regression of ncdctemp on four lagged predictors gave a good fit to observed temperature values (Figure 12.2), as well as physically plausible parameter estimates. A Durbin-Watson test found significant autocorrelation among the residuals, however, which undermines the OLS t and F tests. ARMAX (autoregressive moving

03
Oct
Regression with Random Intercepts by using Stata

To illustrate xtmixed, we begin with county-level data on votes in the 2004 presidential election (Robinson 2005). In this election, George W. Bush (receiving 50.7% of the popular vote) defeated John Kerry (48.3%) and Ralph Nader (0.4%). One striking aspect of this election was its geographical pattern: Kerry won states on the West coast,

03
Oct
Random Intercepts and Slopes by using Stata

In Figure 13.2 we saw that, overall, the percentage of Bush votes tended to decline as population density increased. Our random-intercept model in the previous section accepted this generalization, while allowing intercepts to vary across regions. But what if the slope of the votes-density relationship also varies across regions? A quick look at scatterplots

03
Oct
Multiple Random Slopes by using Stata

To specify random coefficients on logdens, minority and colled we can simply add these variable names to the random-effects part of an xtmixed command. For later comparison tests, we save the estimation results with name full. Some of the iteration details have been omitted in the following output. . xtmixed bush logdens minority colled

1 Comments

03
Oct
Nested Levels by using Stata

Mixed-effects models can include more than one nested level. The counties of our voting data, for example, are nested not only within census divisions, but also within states that are nested within census divisions. Might there exist random effects not only at the level of census divisions, but also at the smaller level of

1 Comments

03
Oct
Repeated Measurements by using Stata

Dataset attract2.dta describes an unusual experiment carried out at a college undergraduate party, where some drinking apparently took place. In this experiment, 51 college students were asked to individually rate the attractiveness, on a scale from 1 to 10, of photographs of men and women unknown to them. The rating exercise was repeated by

03
Oct
Cross-Sectional Time Series by using Stata

This section applies xtmixed to a different kind of multilevel data: cross-sectional time series. Dataset Alaskaregions.dta contains time series of population for each of the 27 boroughs, municipalities or census areas that together make up the state of Alaska. These 27 regions are a fragment from the pan-Arctic human-dimensions database framework described by Hamilton

03
Oct
Mixed-Effects Logit Regression by using Stata

Since 1972, the General Social Survey (Davis et al. 2005) has tracked U.S. public opinion through a series of annual or biannual surveys, and made the data available for teaching and research. Dataset GSS_2010_SwS contains a small subset of variables and observations from the 2010 survey, including background variables along with answers to questions

1 Comments

03
Oct
What is panel data? and What is Panel Analysis?

What Is Panel Data? In statistics and econometrics, panel data and longitudinal data are both multi-dimensional data involving measurements over time. Panel data is a subset of longitudinal data where observations are for the same subjects each time. Time series and cross-sectional data can be thought of as special cases of panel data that are in one dimension only (one panel member or individual for

03
Oct
Fixed-Effects Regression in Panel Data Analysis using Stata

In panel data, we use fixed-effects model whenever we are only interested in analyzing the impact of variables that vary over time. This model is “designed to study the causes of changes within an entity. A time-invariant characteristic cannot cause such a change, because it is constant for each entity” (Kohler and Kreuter. 2008).

2 Comments

03
Oct
Random-Effects Regression in Panel Data Analysis using Stata

In panel data, the rationale behind random effects model is that: unlike the fixed-effects model, the variation across entities is assumed to be random and uncorrelated with the independent variables included in the model. So, “…the crucial distinction between fixed and random effects is whether the unobserved individual effect embodies elements that are correlated

3 Comments

03
Oct
Choosing Fixed-Effects, Random-Effects or Pooled OLS Models in Panel Data Analysis using Stata

This article introduces the practical process of choosing Fixed-Effects, Random-Effects or Pooled OLS Models in Panel data analysis. We will show you how to perform step by step on our panel data, from which we published the results in our article on Sustainability review in 2019 (see Nguyen Hoang Viet, Phan Thanh Tu and

3 Comments

03
Oct
The Hausman test: how to implement with Stata

The Durbin–Wu–Hausman test (also called Hausman specification test) is a statistical hypothesis test in econometrics named after James Durbin, De-Min Wu, and Jerry A. Hausman. The test evaluates the consistency of an estimator when compared to an alternative, less efficient estimator which is already known to be consistent. It helps one evaluate if a statistical model corresponds to the data. It is also applied in the context of linear

03
Oct
Lagrange Multiplier Test for Random Effects in Panel Data Analysis with Stata

In 1980, Breusch and Pagan developed a Lagrange multiplier test for random effects, so this test is also called Breusch-Pagan Lagrange Multiplier test. The test helps us choose between random-effects model regression and pooled OLS regression. In the following video, we will show you how to perform this test step by step on our

03
Oct
Basic Concepts and Tools for Programming in Stata

Some elementary concepts and tools, combined with the Stata capabilities described in earlier chapters, suffice to get started. 1. Do-files Do-files are text (ASCII) files, created by Stata’s Do-file Editor, a word processor, or any other text editor. They are typically saved with a .do extension. The file can contain any sequence of legitimate

1 Comments

03
Oct
Sata Example Program

1. Example Program: multicat (Plot Many Categorical Variables) The preceding sections presented basic ideas and example short programs. In this section, we apply those ideas to a longer program that defines a new statistical procedure named multicat. Survey research produces datasets containing many categorical variables — sometimes 100 or more. Our 2010 General Social

03
Oct
Help File in Stata

Help files are an integral aspect of using Stata. For a user-written program such as multicat.ado, they become even more important because no documentation exists in the manuals. We can write a help file for multicat.ado by using Stata’s Do-file Editor to create a text file named multicat.sthlp. This help file should be saved

03
Oct
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
Theories of the firm
  • Resource-based theoryResource-based theory
  • List of Theological Belief SystemsList of Theological Belief Systems
  • Decision TheoryDecision Theory
  • List of Art movementsList of Art movements
  • Transaction Cost EconomicsTransaction Cost Economics
  • Political Theories and ConceptsPolitical Theories and Concepts
  • The Invisible hand of Adam SmithThe Invisible hand of Adam Smith
  • Definition of Theory of the FirmDefinition of Theory of the Firm

Most Read in 30 days

Methodology & Skills
  • Quantitative Research: Definition, Methods, Types and ExamplesQuantitative Research: Definition, Methods, Types and Examples
  • Learn Programming Languages (JavaScript, Python, Java, PHP, C, C#, C++, HTML, CSS)Learn Programming Languages (JavaScript, Python, Java, PHP, C, C#, C++, HTML, CSS)
  • Research methodology: a step-by-step guide for beginnersResearch methodology: a step-by-step guide for beginners
  • Qualitative methods: what and why use them?Qualitative methods: what and why use them?
  • Create your professional WordPress website without codeCreate your professional WordPress website without code
  • A Comparison of R, Python, SAS, SPSS and STATA for a Best Statistical SoftwareA Comparison of R, Python, SAS, SPSS and STATA for a Best Statistical Software
  • Doing Management Research: A Comprehensive GuideDoing Management Research: A Comprehensive Guide

Connecting and sharing with us

... by your free and real actions.

hotlineTComment and discuss your ideas

Enthusiastic to comment and discuss the articles, videos on our website by sharing your knowledge and experiences.

hỗ trợ hkt Respect the copyright

Updating and sharing our articles and videos with sources from our channel.

hỗ trợ hkt Subscribe and like our articles and videos

Supporting us mentally and with your free and real actions on our channel.

HKT Channel - Science Theories

About HKT CHANNEL
About HKT CONSULTANT

Website Structure

Corporate Management
Startup & Entrepreneurship
Management Science
Theories of the firm

HKT Consultant JSC.

      "Knowledge - Experience - Success"
- Email: Info@phantran.net
- Website:
phantran.net

  • Home
  • Corporate Management
    • Entrepreneurship
      • Startup
      • Entrepreneurship
      • Growth of firm
    • Managing primary activities
      • Marketing
      • Sales Management
      • Retail Management
      • Import – Export
      • International Business
      • E-commerce
      • Project Management
      • Production Management
      • Quality Management
      • Logistics Management
      • Supply Chain Management
    • Managing support activities
      • Strategy
      • Human Resource Management
      • Organizational Culture
      • Information System Management
      • Corporate Finance
      • Stock Market
      • Accounting
      • Office Management
  • Economics of Firm
    • Theory of the Firm
    • Management Science
    • Microeconomics
  • Research Methodology
    • Methodology
      • Research Process
      • Experimental Research
      • Research Philosophy
      • Management Research
      • Writing a thesis
      • Writing a paper
    • Qualitative Research
      • Literature Review
      • Interview
      • Case Study
      • Action Research
      • Qualitative Content Analysis
      • Observation
      • Phenomenology
    • Quantitative Research
      • Statistics and Econometrics
      • Questionnaire Survey
      • Quantitative Content Analysis
      • Meta Analysis
      • Statistical Software
        • STATA
        • SPSS
        • SEM-AMOS
        • SmartPLS
        • Eviews
  • About us