R/vcov.immer.R

Defines functions vcov.immer_latent_regression vcov.immer_cml vcov.immer_ccml

Documented in vcov.immer_ccml vcov.immer_cml vcov.immer_latent_regression

## File Name: vcov.immer.R
## File Version: 0.12

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

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

vcov.immer_latent_regression <- function(object, ... )
{
    return( object$vcov )
}
alexanderrobitzsch/immer documentation built on March 27, 2024, 5:48 a.m.