R/coef.mlnormal.R

Defines functions coef.mlnormal

Documented in coef.mlnormal

## File Name: coef.mlnormal.R
## File Version: 0.03

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

Try the LAM package in your browser

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

LAM documentation built on May 18, 2022, 5:17 p.m.