What command should I use to get Rp2 from these data or How
What command should I use to get Rp2 from these data?
or How can I get Rp2
How to get around R^2 problem: generate job 1 = 0 replace job 1 = 1 if 1 pmpr>. 5 (16 real changes mode) list job job1Solution
gen job1=0 > . replace job1 = 1 if lpmpr>0.5 > > (16 real changes made) > . tabulate job1 >. su rp1 rp2 rp3 rp4 rp6 rp7 rp8 rp9 if you want to check whether the data are different for 2 dummy variables! you can use sureg command then! . sureg (rp1 rm1)(rp2 rm2)(rp3 rm3)(rp4 rm4)(rp6 rm6)(rp7 rm7)(rp8 rm8)(rp9 rm9)if dummy==0, corr . sureg (rp1 rm1)(rp2 rm2)(rp3 rm3)(rp4 rm4)(rp6 rm6)(rp7 rm7)(rp8 rm8)(rp9 rm9)if dummy==1, corr