Cyclops (version 2.0.2)

createNonSeparablePrior: Create a Cyclops prior object that returns the MLE of non-separable coefficients

Description

createNonSeparablePrior creates a Cyclops prior object for use with fitCyclopsModel.

Usage

createNonSeparablePrior(maxIterations = 10, ...)

Arguments

maxIterations

Numeric: maxium iterations to achieve convergence

...

Additional argument(s) for fitCyclopsModel

Value

A Cyclops prior object of class inheriting from "cyclopsPrior" for use with fitCyclopsModel.

Examples

Run this code
# NOT RUN {
prior <- createNonSeparablePrior()

# }

Run the code above in your browser using DataLab