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 )
}

Try the immer package in your browser

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

immer documentation built on Aug. 22, 2022, 5:05 p.m.