update.twopartQR: Model update

View source: R/update.twopartQR.R

update.twopartQRR Documentation

Model update

Description

This function updates the chains for a model fitted by the function zitobitQR.

Usage

## S3 method for class 'twopartQR'
update(object, itNum, thin, sigmaGamma, ...)

Arguments

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)

Value

A list with the updated chains.

See Also

twopartQR

Examples

set.seed(1)


brsantos/baquantreg documentation built on Feb. 8, 2023, 8:18 a.m.