Array
regress c.Y c.time c.A c.B c.A#c.time c.B#c.time
Then i manually group some obs (Named it grp=1)
then generate grp2=grp1==0
I want to do Chow test
regress c.Y c.time c.grp1 c.grp1#c.A c.grp1#c.B c.grp1#c.A#c.time c.grp1#c.B#c.time c.grp2 c.grp2#c.A c.grp2#c.B c.grp2#c.A#c.time c.grp2#c.B#c.time ,noconstant
Is it correct ?
Related Posts with Chow test
how to run a 3 level multilevel ?I wish to implement under stata a three-level multilevel model to find the determinants of school pe…
Connecting Labels from X AxisHello, I keep getting an error with the code below, although I have used a similar code in the past…
Identifying integersHi, My dataset contains a variable called "Ratio". Values therein range from 0 to about 500. Some v…
graph twoway rcap is misbehaving: a random space appears between ytitle and yaxisHello everyone, I wanted to produce same-size/same-format figures but for some reason, a random spa…
Ramsey RESET testHi, Is it possible to use the Ramsey RESET test with only one regressor?: Stata omits the varia…
Subscribe to:
Post Comments (Atom)
0 Response to Chow test
Post a Comment