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 ) ) )
}
alexanderrobitzsch/mdmb documentation built on July 18, 2024, 11:14 p.m.