New Features:
varraw
, varerr
, covraw
, and coverr
for explicit variance and covariance adjustmentunitdid
for new column names (newnames
)Bug Fixes:
varerr
and coverr
is not correctly estimated when k_min
is not 0varerr
and coverr
was incorrect (v0.0.6.1)New Features:
only_full_horizon
option for get_unitdid()
New Features:
allow_negative_var
option to allow for negative variance estimation, which used to be automatically trimmed at 0 (v0.0.4.1).Bug Fixes:
zz000varcont
in the code) is not esimated with weights (#11)New Features:
first_stage
argument for more parametric first stage estimationby
argument for aggregationBug Fixes:
data[[yname]]
includes NA
valuesNA
values (v0.0.3.1)by
does not have a higher category (v0.0.3.2)New Features:
wname
argument for weighted estimationBug Fixes:
summary
when normalized = FALSE
in the modeldata[[tname]]
includes NA
values