R/weights.R

Defines functions `weights.predcoca` `weights.symcoca`

`weights.symcoca` <- function(object, ...) {
    unname(object$weights)
}

`weights.predcoca` <- function(object, ...) {
    unname(object$R0)
}
gavinsimpson/cocorresp documentation built on Feb. 22, 2024, 2:40 a.m.