| continueSimulation {demest} | R Documentation |
WARNING - THIS FUNCTION IS STILL UNDER DEVELOPMENT
continueSimulation( filename, nBurnin = NULL, nSim = 1000, nThin = NULL, parallel = NULL, scaleNoise = 0, outfile = NULL, verbose = FALSE, useC = TRUE )
filename |
The name of a file where output is collected. |
nBurnin |
Number of iteration discarded before recording begins. |
nSim |
Number of iterations carried out during recording. |
nThin |
Thinning interval. |
parallel |
Logical. If |
scaleNoise |
Governs noise added to Metropolis-Hastings ratio when updating accounts. Should only be used non-zero when generating initial values. Currently experimental, and may change. |
outfile |
Where to direct the ‘stdout’ and ‘stderr’ connection
output from the workers when parallel processing. Passed to function
|
verbose |
Logical. If |
useC |
Logical. If |