subset_result: Subset Methods for 'bdeconv_result' object

subset_resultR Documentation

Subset Methods for bdeconv_result object

Description

Subset Methods for bdeconv_result object

Usage

## S3 method for class 'zi_res'
obj[i]

## S3 method for class 'nc_res'
obj[i]

## S3 method for class 'mv_res'
obj[i, j]

Arguments

obj

A bdeconv_result object.

i

An integer row index (or indices) to select some specific MCMC iterations.

j

And integer column index (or indices) to select some specific set of variables (For multivariate case only).

Value

A bdeconv_result object containing the selected iterations of posterior samples for the specified variables (in the multivariate case), suitable for further analysis and visualization.


BayesDecon documentation built on March 15, 2026, 1:06 a.m.