post_draws: Sample R draws from the posterior distributions

View source: R/RcppExports.R

post_drawsR Documentation

Sample R draws from the posterior distributions

Description

Sample R draws from the posterior distributions

Usage

post_draws(poster, R, par, p)

Arguments

poster

list output from fit_cpp function

R

integer number of posterior samples

par

if TRUE only \beta and \sigma^2 are sampled (\omega is omitted)

p

integer if par = TRUE, it specifies the column number of X

Value

list posterior samples


spBPS documentation built on Oct. 25, 2024, 5:07 p.m.