R/adjcoef.R

Defines functions adjcoef

Documented in adjcoef

adjcoef <- function(process) {
    stopifnot(is.riskproc(process))
    tryCatch(expr  = process[['adjcoef']],
             error = function(e) NA_real_)
}

Try the sdprisk package in your browser

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

sdprisk documentation built on May 1, 2019, 7:50 p.m.