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 |
---|---|
R | 87.31% |
Project Totals (42 files) | 87.31% |
f692e78
4757e33