Learn R Programming

FBMS (version 1.1)

set.transforms: 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)

Value

No return value, just sets the gmjmcmc-transformations option

Arguments

transforms

The vector of non-linear transformations

Examples

Run this code
set.transforms(c("p0","p1"))


Run the code above in your browser using DataLab