post.simul.hist: Histogram of the posterior distribution of a regression...

Description Usage Arguments Details See Also Examples

View source: R/post.simul.R

Description

Postprocessing of MCMC simulation. Histogram of the posterior distribution of regression coefficient beta[vreg].

Usage

1
	post.simul.hist(out,vreg = 2)

Arguments

out

list of output objects of MCMC simulation

vreg

regression variable to map; default vreg=2

Details

Post-process analysis

See Also

cudaMultireg.slice, regpostsim, post.ppm, post.tseries

Examples

1
2
3
4
5
6
7
8
## Not run: 
## load MCMC simulation 
fsave <- paste(tempdir(),"/simultest1",fileext = ".sav", sep="")
load(fsave)
post.simul.hist(out=out, vreg=2)
post.simul.hist(out=out, vreg=4)

## End(Not run)

cudaBayesreg documentation built on May 29, 2017, 6:19 p.m.