update.bqr: Model update for a Bayesian quantile regression model

View source: R/update.bqr.R

update.bqrR Documentation

Model update for a Bayesian quantile regression model

Description

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

Usage

## S3 method for class 'bqr'
update(object, itNum, ...)

Arguments

object

Fitted model by the function bayesQR

itNum

Size of the chain that will be added to the current available chain.

...

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.