R/r.mBYM.R

Defines functions r.mBYM

Documented in r.mBYM

#' @rdname Q.mBYM
#'
#' @export

r.mBYM <- function(n, graph, sigma, rho){
    Q_star <- Q.mBYM(graph, sigma, rho)
    sim.AR(n, Q_star)
}

Try the ar.matrix package in your browser

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

ar.matrix documentation built on May 1, 2019, 11:31 p.m.