View source: R/update.twopartQR.R
update.twopartQR | R Documentation |
This function updates the chains for a model fitted by the function zitobitQR.
## S3 method for class 'twopartQR'
update(object, itNum, thin, sigmaGamma, ...)
object |
Fitted model by the function twopartQR |
itNum |
Size of the chain that will be added to the current available chain. |
thin |
Thinning parameter for the chains. |
sigmaGamma |
Tuning parameter for the Metropolis-Hasting part of the algorithm. |
... |
other summary parameters (currently not used) |
A list with the updated chains.
twopartQR
set.seed(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.