R/vcov.mlnormal.R

Defines functions vcov.mlnormal

Documented in vcov.mlnormal

## File Name: vcov.mlnormal.R
## File Version: 0.03


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

Try the LAM package in your browser

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

LAM documentation built on May 18, 2022, 5:17 p.m.