openpharma/mmrm

Add positive definiteness check of `theta_vcov` to `h_mmrm_tmb_check_conv()`

Opened this issue · 0 comments

Problem:
It is possible that other convergence checks pass, but theta_vcov is not positive definite. Downstream, this causes then the problem that the Satterthwaite d.f. can be negative, failing assertions.

To do: