R/r.lCAR.R

Defines functions r.lCAR

Documented in r.lCAR

#' @rdname Q.lCAR
#'
#' @export

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

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.