extract-methods-mcmc: Extract or Replace parts of "mlwinfitMCMC" objects

[,mlwinfitMCMC,ANY,ANY,ANY-methodR 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 [ and [[, these are character.

drop

not used.

value

a suitable replacement value.


R2MLwiN documentation built on March 31, 2023, 9:17 p.m.