.calculate_gof {gkwreg} | R Documentation |
Calculate goodness-of-fit statistics
Description
Calculate goodness-of-fit statistics
Usage
.calculate_gof(result, data, family, silent)
Arguments
result |
Fit result from TMB or Newton-Raphson. |
data |
Numeric vector with values in the (0, 1) interval. |
family |
Character string specifying the distribution family. |
silent |
Logical; if TRUE, suppresses messages. |
Value
List of goodness-of-fit statistics.
[Package gkwreg version 1.0.10 Index]