News
0.0.6
New Features:
- Export
varraw,varerr,covraw, andcoverrfor explicit variance and covariance adjustment - Simplify the argument in
unitdidfor new column names (newnames)
Bug Fixes:
varerrandcoverris not correctly estimated whenk_minis not 0- Formula for
varerrandcoverrwas incorrect (v0.0.6.1)
0.0.5
New Features:
- Support for unit-level covariance estimation, which allows for more flexible aggregation using the covariance matrix
- Add
only_full_horizonoption forget_unitdid()
0.0.4
New Features:
- Support for unit-level variance estimation, which allows for more flexible aggregation of the variance estimation
- Add
allow_negative_varoption to allow for negative variance estimation, which used to be automatically trimmed at 0 (v0.0.4.1).
Bug Fixes:
- Measurement error (
zz000varcontin the code) is not esimated with weights (#11)
0.0.3
New Features:
- Support for
first_stageargument for more parametric first stage estimation - Support for
byargument for aggregation
Bug Fixes:
- Bug when
data[[yname]]includesNAvalues - Bug when variance estimation includes
NAvalues (v0.0.3.1) - Bug when
bydoes not have a higher category (v0.0.3.2)
0.0.2
New Features:
- Support for
wnameargument for weighted estimation
Bug Fixes:
- Normalization in
summarywhennormalized = FALSEin the model - Bug when
data[[tname]]includesNAvalues
0.0.1
- Initial GitHub submission