Release update. Minor bug fixes and features for main functions. Several updates and major bug fixes to beta functions.
Features
gstats tab
addsformatOutput()
to get a matrix with outptu formatted.
Bug fixes
- Allow
var
,sd
,semean
,cv
withaw
and weights that add up to 1
(previously if weights added up to 1 the function exited, but withaw
the bias adjustment is based on the number of observations, not the sum). - Allow replace with
fasterxtile
andgegen xtile
gegen
now accepts quotes in expressionsfasterxtile
now takes init
Beta Features
WARNING: Beta Features have not been extensively tested and are not recommended.
greg, savecons
savesrss
,tss
,r2
,consest
without
having to specifyalphas
greg
can now saverss
,tss
,r2
,consest
withby()
greg
savesrss
,tss
,r2
in mata (not withby()
)greg
savesconsest
in mata with absorb (not withby()
)
Beta Bug Fixes
WARNING: Beta Features have not been extensively tested and are not recommended.
greg
njabsorb
fills correctly withby
(pointer was not incrementing in fun)greg
withalphas()
savesconsest
with IV and only one absvar.greg
withglm
and absorb no longer gives error (can't dereference NULL)greg
computesrss
,tss
internally with by (previous version would not
work because the error term was not saved by group, it was overwritten; now
the full residual vector is saved).gregress
no longer forces diagonal vcov matrix (!)gregress
gets header when displaying resultsgregress
addsalphas()
to save individual fixed effects;predict()
gives right prediction across functions.