Description Usage Arguments Details Author(s) See Also
Various functions used to manipulate results of the Metropolis Algorithm
| 1 2 3 4 5 | getParameterVector(resuParms, r)
nit(resuParms)
increaseBurnin(resuParms, newBurnin = attr(resuParms, "nburnin"))
 | 
| resuParms | an object of class  | 
| r | iteration to be extracted | 
| newBurnin | new size of the burnin sample (in number of
*performed* iterations: in other words, if the objects results from
a calculation which carried out 5000 iterations thinned every 5
iterations, with a 10 iterations burnin period, then the original
object will contain 990 stored iterations. Setting
 | 
getParameterVector extracts the parameter vector
corresponding to a given iteration.  increaseBurnin can be
used to increase a posteriori the size of the burnin
sample. nit returns the number of stored iterations in a
GSMetrop object.
Clement Calenge, clement.calenge@oncfs.gouv.fr
GeneralSingleMetropolis for examples of use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.