I would like to estimate a random intercept linear regression model based on several covariates, and also like to investigate the influence of a group variable (site: from where the data were gathered). The site variable consists of 8 locations.
After model fitting with mixed command in Stata 17 (with site as group variable), it generated two tables. One for fixed effects and another for random effects.
As per literature the basic equation used for random intercept model is given by yij = beta0 + beta Xij + uj + epsilonij, Where, beta0 is the constant and beta0 + uj represents the intercept for group j.
After literature review, I found that many researchers reported the beta0 + uj for each group, (here my group variable is site).
So, I thought that stata might have any command that directly report it, but I'm unable to locate it even after reading the stata 17 documents for multilevel models.
My question is: How one can compute the intercept value for each group? I would like to report the site wise intercept than a global intercept provided by the fixed effects table.
Any help regarding this will be appreciated.
Related Posts with Need help in estimating random intercept value for each group for reporting into a journal summary table???
Use outreg2 on multiple analysesHello, Running the module fairlie produces two tables: logistic regression and decomposition, and i…
import excel and reshapeDear All, I have this data set in excel as: Array and data is here test.xlsx. How can I obtain the …
Scatter plot: individual slope versus baseline GFRDear Stata users, I am trying to create a scatter plot of individual slopes (GFR) versus baseline …
run foreach loop then error message saying my first item is not found see below, thank you!Array …
In my humble opinion unexpected behavior of trim()Dear Stata list, I thought over this a lot of times as I did not expect to find anything unexpected…
Subscribe to:
Post Comments (Atom)
0 Response to Need help in estimating random intercept value for each group for reporting into a journal summary table???
Post a Comment