Learn R Programming

bdpopt (version 1.0-1)

print.sim.model: Print Status Of Simulation Model Object

Description

Print method for an object of class sim.model. Outputs some very concise information about the given model object.

Usage

"print"(x, ...)

Arguments

x
The simulation model object.
...
Not used.

Value

Returns NULL.

Details

Prints the JAGS model used. If a simulation over a grid has been performed, prints the number of simulation points. Prints a message stating whether or not regression has been performed. Prints the hyperparameters of a GPR regression if available.