58,59c58 < program define ssummtab < log using $release,text append name(release) --- > program define summtab 474,482c473 < < local rmean=r(mean) < local rsd =r(sd) < if r(N)<$mincellsize { < local rmean = .s < local rsd = .s < } < < local mn: di %9.`mnfmt'f `rmean' --- > local mn: di %9.`mnfmt'f r(mean) 484c475 < local sd: di %9.`mnfmt'f `rsd' --- > local sd: di %9.`mnfmt'f r(sd) 644,651c635 < local rmean=r(mean) < local rsd =r(sd) < if r(N)<$mincellsize { < local rmean = .s < local rsd = .s < } < < local mn: di %9.`mnfmt'f rmean --- > local mn: di %9.`mnfmt'f r(mean) 653c637 < local sd: di %9.`mnfmt'f rsd --- > local sd: di %9.`mnfmt'f r(sd) 699,706c683 < local rmean=r(mean) < local rsd =r(sd) < if r(N)<$mincellsize { < local rmean = .s < local rsd = .s < } < < local mn: di %9.`mnfmt'f rmean --- > local mn: di %9.`mnfmt'f r(mean) 708c685 < local sd: di %9.`mnfmt'f rsd --- > local sd: di %9.`mnfmt'f r(sd) 2312,2313d2288 < di ".s indicates fewer than " $mincellsize " records" < log close release