post_draws {spBPS}R 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


[Package spBPS version 0.0-4 Index]