Learn R Programming

covafillr (version 0.4.4)

loadJAGSModule: load JAGS module.

Description

Calls rjags::load.module with appropriate arguments to load the covafillr module.

Usage

loadJAGSModule()

Arguments

Value

Nothing

See Also

load.module

Examples

Run this code
# NOT RUN {
if(require("rjags") & covafillr:::.installed_with_jags)
   loadJAGSModule()
# }

Run the code above in your browser using DataLab