diff --git a/installation/bumparea.ado b/installation/bumparea.ado index cf893d6..a60c51f 100644 --- a/installation/bumparea.ado +++ b/installation/bumparea.ado @@ -4,7 +4,7 @@ cap prog drop bumparea -prog def bumparea, // sortpreserve +prog def bumparea, sortpreserve version 15 syntax varlist(min=2 max=2) [if] [in], by(varname) /// @@ -107,16 +107,9 @@ preserve // displace replace _ylo = _ylo - _locmid replace _yhi = _yhi - _locmid - - - // generate mid point gen double _ymid = (_ylo + _yhi) / 2 - // interpolate between the dots - *** create space in the rows - *** for each x category, add 50 points - // get a generic sigmoid in place sort `by' `xvar' gen _id = _n @@ -304,3 +297,6 @@ end +************************ +***** END OF FILE ****** +************************ \ No newline at end of file