R/weights.R

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

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

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

Try the cocorresp package in your browser

Any scripts or data that you put into this service are public.

cocorresp documentation built on May 7, 2021, 9:06 a.m.