[,mlwinfitMCMC,ANY,ANY,ANY-method {R2MLwiN} | R Documentation |
Extract or Replace parts of "mlwinfitMCMC" objects
Description
Extract or Replace parts of "mlwinfitMCMC" objects
Usage
## S4 method for signature 'mlwinfitMCMC,ANY,ANY,ANY'
x[i, j, drop]
## S4 replacement method for signature 'mlwinfitMCMC,ANY,ANY,ANY'
x[i, j] <- value
## S4 method for signature 'mlwinfitMCMC'
x[[i, j, drop]]
## S4 replacement method for signature 'mlwinfitMCMC'
x[[i, j]] <- value
Arguments
x |
data frame |
i , j |
elements to extract or replace. For |
drop |
not used. |
value |
a suitable replacement value. |
[Package R2MLwiN version 0.8-9 Index]