R/model.precision.R

"modelPrecision" <-
function(prec)
#   Set the precision to which results are displayed
{
    if(!is.numeric(prec))
        stop("prec ", "must be numeric")
    prec <- as.integer(prec)
    options(BRugsPrec=prec)
#    command <- paste("BugsMappers.SetPrec(", prec, ")")
#    invisible(.CmdInterpreter(command))
}

Try the BRugs package in your browser

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

BRugs documentation built on May 31, 2023, 7:19 p.m.