R/coef.pmle.R

Defines functions coef.pmle

Documented in coef.pmle

## File Name: coef.pmle.R
## File Version: 0.04

coef.pmle <- 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.