apply_thinning {penetrance} | R Documentation |
Apply Thinning
Description
Apply Thinning
Usage
apply_thinning(results, thinning_factor)
Arguments
results |
A list of MCMC chain results. |
thinning_factor |
The factor by which to thin the results (positive integer). The default thinning factor is 1, which implies no thinning. |
Value
A list of results with thinning applied.
[Package penetrance version 0.1.1 Index]