Hi
I am really new in statistics and stata; so firstly I do apologies if my question does not make any sense. I have panel data, which is unbalanced. I am working on the M&A event of FTSE UK firm in 5 year period, where I collect the data on the basis of the event of M&A. So, some of the firm completed several M&A deal in that period, appeared several time and some appeared only once ( company does not have any event in that particular time was excluded). As the panel is unbalanced I run the following commands;
egen float cid = group(ciq_id)
by cid (event_date), sort: gen int event_num = _n
xtset cid event_num
xtpcse gw pr_vlow pr_low pr_mod act_ins pass_ins tobinq ln_tasset trans_psize earn_vol, correlation(psar1) rhotype(tscorr)
My question is that;
1. is the right type of regression to run for unbalanced panel data??
2. Do I need to run Fixed or random effect??
3. Does the model have any issue?
which provide me the following output:
Array
Related Posts with Running xtpcse on unbalanced panel data
Set base group for 2 variables when including interaction terms in a regressionDear all, I am currently running a regression in Stata that involves an interaction term between ye…
Robustness checks - post regression graphhey stata friends and family, After I use rreg / mmregress / mregress, I want to create a scatter pl…
Parallel trends assumption test for a two way fixed effect model (omitted treatment variable)Hi everyone, I want to test for the parallel trend assumption in the difference in differences. My …
Help for replacing parts of a string variableDear community, I want to clean a string variable that contains the name of a bank. Sometimes, it a…
failing to rename a variable by its labelDear all, I am interested in renaming several variables by its label (see an example below), howeve…
Subscribe to:
Post Comments (Atom)
0 Response to Running xtpcse on unbalanced panel data
Post a Comment