Author: admin
Home > Articles posted by admin (Page 4)
In continuation of the discussion on selecting control variables. Moderation approach is used when two different variables co-influence the dependent variable, or each one of them determine the marginal effect of other one (Hayes, 2017). In economics it is called catalyst effect or cross product...
One of the common problem with starting new student papers, thesis and research papers is that, the selection of topic may guide in selection of the main independent variable and/or the dependent variable but selection of other controlling variables are haphazard, without have thought process...
In continuation of the discussion on selecting control variables. In disaggregation approach we decompose GDP into its sub components to increase number of independent variables rather than using GDP itself.
Strategy 2a: Sector-wise Disaggregation
The first type is the use of sector wise decomposition of GDP i.e....
In continuation of the discussion on selecting control variables. If your dependent variable is social, economic or financial then it is closely related to economic activity (GDP), and since GDP is related to every other variable, so you can use the most common model of GDP...
While working on student papers, student thesis or research papers, most of the student find difficulty in finding ways to interpret the data using the table. In this blog, econistics will provide your some insights what can be done with the descriptive statistics table using...
Posted at 13:10h
in
Stata
This model is estimated using XTIVREG2, XTABOND and other variant commands in STATA...
Posted at 13:05h
in
R language
ARDL model is used when time series data variables are in mixed order of integration.
Importing libraries
library(dynlm) #for dynamic lag modelslibrary(zoo) #for time series functionslibrary(readxl) #for reading excel filelibrary(tidyverse) #for data manuplationlibrary(lmtest) #for coeftest and bptestlibrary(TTR) #for time series functionslibrary(sandwich) #for variance covariance matriceslibrary(car) #for durbinwatson...
This video is about estimating SEM in AMOS and its interpretation part 2 of 2...
This video is about estimating SEM in AMOS and its interpretation part 1 of 2...
Example and interpretation of Confirmatory factor analysis part 2...