R/weights.R

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

`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 2, 2019, 5:16 p.m.