r-spatial / spatialreg

spatialreg: spatial models estimation and testing
https://r-spatial.github.io/spatialreg/
41 stars 12 forks source link

remember to handle NAs in precomputed Jacobian terms #6

Closed rsbivand closed 4 years ago

rsbivand commented 5 years ago

If pre_eig= is used, and subsetting is done because of incomplete cases, protect against invalid pre-computed values (force re-computing).

rsbivand commented 4 years ago

Duplicate of https://github.com/r-spatial/spatialreg/issues/11