R/vcov.srm.R

Defines functions vcov.srm

Documented in vcov.srm

## File Name: vcov.srm.R
## File Version: 0.01


vcov.srm <- function(object, ...)
{
    return(object$vcov)
}

Try the srm package in your browser

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

srm documentation built on Nov. 3, 2022, 5:06 p.m.