R/coef.lca.R

coef.lca <-
function(object,...){
    # get the list of parameters
    lcoef <- with(object, list(ax=ax, bx=bx, kt=kt))
    return(structure(lcoef, class='coef'))
}

Try the ilc package in your browser

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

ilc documentation built on May 2, 2019, 5:07 a.m.