================================================================================
New Classes:
enmpa_calibration
and enmpa_fitted_models
.
calibration_glm
and fit_selected
.summary()
and print()
, which provide summaries and print representations of the objects, respectively.Updates to predict_glm
:
extrapolation_type
to indicate the type of extrapolation:
"E"
: Free extrapolation"NE"
: No extrapolation"EC"
: Extrapolation with clampingvar_to_clamp
was replaced by restricted_vars
.clamping
was removed.Updates to model_validation
:
================================================================================