No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
4757e33
... +0 ...
f692e78
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
96 | 96 | #' @return An object inheriting from class \code{"chandwich"}. See |
|
97 | 97 | #' \code{\link[chandwich]{adjust_loglik}}. |
|
98 | 98 | #' |
|
99 | - | #' If \code{x} is one of the supported models then \code{class(x)} is a |
|
100 | - | #' vector of length 5. The first 3 components are |
|
99 | + | #' If \code{x} is one of the supported models then the class of the returned |
|
100 | + | #' object is a vector of length 5. The first 3 components are |
|
101 | 101 | #' \code{c("lax", "chandwich", "name_of_package")}, where |
|
102 | 102 | #' \code{"name_of_package"} is the name of the package from which the input |
|
103 | 103 | #' object \code{x} originated. The remaining 2 components depend on the |
112 | 112 | #' \code{\link[lax]{POT}}, |
|
113 | 113 | #' \code{\link[lax]{texmex}}. |
|
114 | 114 | #' |
|
115 | - | #' Otherwise, \code{class(x)} is \code{c("lax", "chandwich", class(x))}. |
|
115 | + | #' Otherwise, the class of the returned object is |
|
116 | + | #' \code{c("lax", "chandwich", class(x))}. |
|
116 | 117 | #' |
|
117 | 118 | #' Objects returned from `aloglik` have `anova`, `coef`, `confint`, `logLik`, |
|
118 | 119 | #' `nobs`, `plot`, `print`, `summary` and `vcov` methods. |
Files | Coverage |
---|---|
POT.R | 85.71% |
POT_fitgpd.R | 94.59% |
POT_methods.R | 100.00% |
alogLik_methods.R | 100.00% |
anova.R | 87.72% |
estfun.R | 94.74% |
evd.R | 92.86% |
evd_fgev.R | 78.05% |
evd_fpot.R | 81.97% |
evd_methods.R | 72.73% |
evir.R | 90.24% |
evir_gev.R | 91.67% |
evir_gpd.R | 91.30% |
evir_methods.R | 94.12% |
evir_pot.R | 87.23% |
evir_repot.R | 80.00% |
extRemes.R | 93.10% |
extRemes_fevd.R | 77.18% |
extRemes_methods.R | 100.00% |
fExtremes.R | 85.71% |
fExtremes_gev.R | 90.48% |
fExtremes_gpd.R | 91.30% |
fExtremes_methods.R | 100.00% |
ismev.R | 92.86% |
ismev_gev_fit.R | 94.00% |
ismev_gpd_fit.R | 86.05% |
ismev_methods.R | 93.88% |
ismev_pp_fit.R | 93.62% |
ismev_refits.R | 81.85% |
ismev_rlarg_fit.R | 93.75% |
lax-internal.R | 96.15% |
lax_methods.R | 100.00% |
mev.R | 91.94% |
mev_egp.R | 92.31% |
mev_gev.R | 92.00% |
mev_gpd.R | 92.31% |
mev_pp.R | 94.29% |
mev_rlarg.R | 94.74% |
return_level.R | 77.00% |
texmex.R | 88.46% |
texmex_evm.R | 91.14% |
texmex_methods.R | 100.00% |
Folder Totals (42 files) | 87.31% |
Project Totals (42 files) | 87.31% |
f692e78
4757e33