nextpagesoft / hivEstimatesAccuracy

ECDC HIV Estimates Accuracy tool official repository
European Union Public License 1.2
0 stars 0 forks source link

Handle 100% missing CD4 in the main report #17

Closed nextpagesoft closed 6 years ago

nextpagesoft commented 6 years ago

Problem in the main report here around lines 513-514 when non-smooth version of the model is selected:

# Extract betas and var
vars <- MIextract(models, fun = vcov)
betas <- MIextract(models, fun = coefficients)

for PLtest.csv data set. MIcombine(betas, vars) gives "non-conformable arrays" error, probably due to extra Transmission categories with a limited count.