createNonSeparablePrior: Create a Cyclops prior object that returns the MLE of...

View source: R/SpecialPriors.R

createNonSeparablePriorR Documentation

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: maximum iterations to achieve convergence

...

Additional argument(s) for fitCyclopsModel

Value

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

Examples

prior <- createNonSeparablePrior()


OHDSI/Cyclops documentation built on Feb. 9, 2024, 9:03 a.m.