R/coef.R

Defines functions coef.cumres

##' @export
coef.cumres <- function(object,...) {
    res <- with(object, data.frame(KS, CvM))
    colnames(res) <- c("p-value(Sup)", "p-value(L2)")
    rownames(res) <- object$variable
    res
}
kkholst/gof documentation built on May 17, 2020, 3:33 p.m.