subset.MCmcmc {MethComp} | R Documentation |
Subset an MCmcmc object
Description
Subset an MCmcmc object
Usage
## S3 method for class 'MCmcmc'
subset(x, subset = NULL, allow.repl = FALSE, chains = NULL, ...)
Arguments
x |
object to be subsetted. |
subset |
Numerical, character or list giving the variables to keep.
If numerical, the variables in the |
allow.repl |
Logical. Should duplicate columns be allowed in the result? |
chains |
Numerical vector giving the number of the chains to keep. |
... |
further arguments to be passed to or from other methods. |
[Package MethComp version 1.30.0 Index]