| samplesGet | R Documentation |
These low level functions can be used to get information on settings of begin, end, and thinning of chains, as well as the number of the first/last chain of the stored sample.
samplesGetBeg()
samplesGetEnd()
samplesGetThin()
samplesGetFirstChain()
samplesGetLastChain()
samplesGetBeg returns the first iteration of the stored sample used for calculating statistics.
samplesGetEnd returns the last iteration of the stored sample used for calculating statistics to end.
samplesGetThin returns the thin parameter, see samplesSetThin.
samplesGetFirstChain returns the number of the first chain of the stored sample used for calculating statistics.
samplesGetLastChain returns the number of the last chain of the stored sample used for calculating statistics.
samplesSetBeg, BRugs, help.WinBUGS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.