R/coef.immer.R

Defines functions coef.immer_latent_regression coef.immer_ccml coef.immer_cml

Documented in coef.immer_ccml coef.immer_cml coef.immer_latent_regression

## File Name: coef.immer.R
## File Version: 0.13

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

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


coef.immer_latent_regression <- function(object, ... )
{
    return( object$coef )
}

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.