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
Problem with data managingHi, this is my first time posting here. My data has a problem. When importing my data, some lines ha…
how to make new variable based on existing variable?Hello! I have this categorical variable "education" No education 0 High School 1 Collage 2 PhD 3 …
Corresponding Dates with Business Calendar DatesHi I am working with the following data: Code: * Example generated by -dataex-. To install: ssc i…
Create a new indicatorHello everyone, I have this 30 year panel data with he name and identifier of executives. I also ha…
How to generate a new variable to convert data of acres unit variable to hectares unit? (1 acre=0.4hectare)The variable on acres unit was a string variable. I encoded it and created a new numeric (float) var…
Subscribe to:
Post Comments (Atom)
0 Response to Chow test
Post a Comment