You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set obs 1000
set seed 1000
gen cutoff= rnormal()
replace cutoff=1 if cutoff>=1
replace cutoff=0 if cutoff<0.5
replace cutoff=. if cutoff>=0.5 & cutoff<1
gen foreign= rnormal()
replace foreign=1 if foreign>=0
replace foreign=0 if foreign<0
manskiBounds reg cutoff foreign, treatment(foreign) outcome(cutoff)
The graph produced by this contains p-value bounding line at p<.05 and P<.01 to the left side of the graph, instead of appearing further to the right.
The text was updated successfully, but these errors were encountered:
Syntax used:
The graph produced by this contains p-value bounding line at p<.05 and P<.01 to the left side of the graph, instead of appearing further to the right.
The text was updated successfully, but these errors were encountered: