From 89b6592d605366c69614664ea00751394af37200 Mon Sep 17 00:00:00 2001 From: Asjad Naqvi Date: Tue, 11 Apr 2023 00:00:09 +0200 Subject: [PATCH] Update bumparea.ado --- installation/bumparea.ado | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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