set.transforms {FBMS}R Documentation

Set the transformations option for GMJMCMC (Genetically Modified MJMCMC), this is also done when running the algorithm, but this function allows for it to be done manually.

Description

Set the transformations option for GMJMCMC (Genetically Modified MJMCMC), this is also done when running the algorithm, but this function allows for it to be done manually.

Usage

set.transforms(transforms)

Arguments

transforms

The vector of non-linear transformations

Value

No return value, just sets the gmjmcmc-transformations option

Examples

set.transforms(c("p0","p1"))



[Package FBMS version 1.0 Index]