You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original abstraction that we always want smoothModel or latentFieldModel is broken. We really want intensityModel (current latentFieldModel), DeDxModel and catchmentModel (both variants of smoothModel but with different rules for handling site_type (DeDx==random effects, catchment == replicate/fixed effect).
The text was updated successfully, but these errors were encountered:
… THERE'S A LOT OF TECHNICAL DEBT PILING UP!
Changes on the path to now
- `sfs_year` handling in dbViewR
- revert smoothModel handling of site_type to do catchment correctly. This breaks DeDx models. See #131.
devclinton
added
refactor
Restructure code to improve speed/maintainability/readability/etc
science
Issues related to science behind the software
labels
Mar 4, 2020
The original abstraction that we always want
smoothModel
orlatentFieldModel
is broken. We really wantintensityModel
(currentlatentFieldModel
),DeDxModel
andcatchmentModel
(both variants ofsmoothModel
but with different rules for handlingsite_type
(DeDx==random effects, catchment == replicate/fixed effect).The text was updated successfully, but these errors were encountered: