R/amh_proc_methods.R

Defines functions amh_proc_methods

## File Name: amh_proc_methods.R
## File Version: 0.05


amh_proc_methods <- function(amh_summary, mcmcobj)
{
    coef1 <- amh_summary$MAP[-1]
    names(coef1) <- amh_summary$parameter[-1]
    vcov1 <- stats::var(mcmcobj)[-1,-1]
    #--- output
    res <- list( coef1=coef1, vcov1=vcov1)
    return(res)
}

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.