Learn R Programming

bayescount (version 0.8.2)

testjags: ANALYSE THE SYSTEM TO CHECK THAT JAGS IS INSTALLED

Description

Test the users system to determine the operating system, version of R installed, and version of JAGS installed. Some information is collected from other functions such as .platform and Sys.info. Used by the bayescount, bayescount.single and call.jags functions.

Usage

testjags(jags=findjags(), silent=FALSE)

Arguments

Value

The following self-explanatory information is returned: os, JAGS.available (logical), JAGS.path, popen.support (internalisation of terminal output), JAGS.version, R.version, R.GUI, R.package.type, username.

See Also

bayescount run.jags findjags

Examples

Run this code
testjags()

Run the code above in your browser using DataLab