R/starts_cov.R

Defines functions starts_cov

Documented in starts_cov

## File Name: starts_cov.R
## File Version: 1.03


starts_cov <- function(W, var_trait, var_ar, var_state, a )
{
    starts_deprecated( old="starts_cov", new="starts_uni_cov" )
    res <- starts_uni_cov(W=W, var_trait=var_trait, var_ar=var_ar, var_state=var_state,
                a=a)
    return(res)
}

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.