R/coef.starts_uni.R

Defines functions coef.starts_uni

Documented in coef.starts_uni

## File Name: coef.starts_uni.R
## File Version: 0.02

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

Try the STARTS package in your browser

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

STARTS documentation built on May 20, 2022, 1:08 a.m.