I use the following regression:
Code:
reg y x i.time [pweight=weight], r predict yhat, xb bysort time: egen mean_yhat = mean(y_hat)
Thank you so much for your help!
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
reg y x i.time [pweight=weight], r predict yhat, xb bysort time: egen mean_yhat = mean(y_hat)
Why set maxvar is ignored?When I set maxvar and STATA return as below, can I ask why and the solution?
Code:
set matsize 110…
Including confidence intervals in estimate plotsI have a dataset in which per country, the estimates of coefficients are given as well as their t sc…
Adjusting decimals points with asdoc not working?Hi, I am using asdoc to output my regression results. Here is my code:
Code:
mixed wages c.cage##i…
Creating a stacked bar chart for 3 different variablesHello Statalis,
I have done a conjoint experiment survey, where respondents were asked to choose be…
STATA stuck computing matchit resultsI am attempting to match two datasets, one of which is about 70 000 observations and the other maybe…
0 Response to postestimation, predict, and pweights
Post a Comment