setStoreS-set-mcmc-method: Setter method of 'mcmc' class.

Description Usage Arguments Value See Also Examples

Description

Sets the slot. Returns the none.

Usage

1
2
## S4 replacement method for signature 'mcmc'
setStoreS(object) <- value

Arguments

object

An mcmc object.

value

An integer defining the new value for the @storeS slot.

Value

None.

See Also

Examples

1
2
3
4
# Generate an mcmc object
f_mcmc <- mcmc()
# Set the slot
setStoreS(f_mcmc) <- as.integer(500)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.