shrink {rube} | R Documentation |
Thin and/or drop more burn-in iterations and/or drop parameters from a rube object.
shrink(rubeObject, n.thin = 1, drop=0, chainsDropped=NULL, ignore=NULL, keep=NULL, minimal=FALSE)
rubeObject |
A list of rube() objects. |
n.thin |
A thinning rate: every n.thin'th value is kept. |
drop |
Number of initial iterations to drop |
chainsDropped |
Chain numbers of chains to drop |
ignore |
A string vector of parameters to ignore (drop). |
keep |
A string vector of parameters to keep. If non-null, only these parameters are kept. |
minimal |
A logical value, where TRUE indicates dropping optional components from the result. |
Thin and/or drop more burn-in iterations and/or drop parameters and/or drop chains from a rube object.
Returns a new rube object.
Howard J. Seltman <hseltman@stat.cmu.edu>
http://www.stat.cmu.edu/~hseltman/rube/
cat("Need a good example!\n")