summary.modTempEff {modTempEff} | R Documentation |
Summarizes fit for the constrained segmented distributed effect model.
## S3 method for class 'modTempEff': summary(object, spar = TRUE, digits = max(3, getOption("digits") - 3), ...)
object |
object of class "modTempEff" |
spar |
logical indicating if values of smoothing parameters should be printed. |
digits |
number of digits to be printed. |
... |
additional arguments. |
Prints the most important features of a modTempEff
object including fit summary
(AIC, BIC, Ubre, residual deviance) and point estimates along with standard errors of the net effect
of cold and heat, and the breakpoints where mortality reaches its minimum. Smoothing parameters
(selected via gam.fit()
of the mgcv package) are also printed when spar=TRUE
.
The method also works when the model has been fitted with fixed breakpoints, but it does
not work if a csdl()
is not included in the model formula.
Vito Muggeo