Learn R Programming

FBMS (version 1.0)

gen.params.gmjmcmc: Generate a parameter list for GMJMCMC (Genetically Modified MJMCMC)

Description

Generate a parameter list for GMJMCMC (Genetically Modified MJMCMC)

Usage

gen.params.gmjmcmc(data)

Value

A list of parameters to use when running the mjmcmc function.

Arguments

data

The dataset that will be used in the algorithm

Examples

Run this code
gen.params.gmjmcmc(matrix(rnorm(600), 100))


Run the code above in your browser using DataLab