Skip to contents

Select iterations from a posterior draws matrix

Usage

chlaa_fit_select_iterations(draws, burnin = 0.5, thin = 1)

Arguments

draws

Matrix of posterior draws (iterations x parameters).

burnin

Burn-in, either proportion in (0,1) or an integer count.

thin

Thinning interval (integer >= 1).

Value

A matrix subset of draws.