R/mdmb_vcov2se.R

Defines functions mdmb_vcov2se

## File Name: mdmb_vcov2se.R
## File Version: 0.01

mdmb_vcov2se <- function(vcov)
{
    return( sqrt( diag( vcov ) ) )
}

Try the mdmb package in your browser

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

mdmb documentation built on March 7, 2023, 6:58 p.m.