| subset_result | R Documentation |
bdeconv_result objectSubset Methods for bdeconv_result object
## 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]
obj |
A |
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). |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.