Is your feature request related to a problem? Please describe.
It isn't always clear how to put an estimating equation with np.nan into a working estimating equation. This will 'fail' silently, with the root-finder not doing anything (and the variance giving back nan's).
Describe the solution you'd like
Update the website vignettes to discuss how to handle this. It comes up in fusion examples (unless you do other data processing).
Will also want to create a warning system to detect this behavior.
Is your feature request related to a problem? Please describe.
It isn't always clear how to put an estimating equation with
np.nan
into a working estimating equation. This will 'fail' silently, with the root-finder not doing anything (and the variance giving backnan
's).Describe the solution you'd like
Update the website vignettes to discuss how to handle this. It comes up in fusion examples (unless you do other data processing).
Will also want to create a warning system to detect this behavior.
Describe alternatives you've considered
NA
Additional context
NA