Create a parameter object for the function fitSccsModel
Source:R/SettingsObjects.R
createFitSccsModelArgs.Rd
Create a parameter object for the function fitSccsModel
Arguments
- prior
The prior used to fit the model. See Cyclops::createPrior for details.
- control
The control object used to control the cross-validation used to determine the hyperparameters of the prior (if applicable). See Cyclops::createControl for details.
- profileGrid
A one-dimensional grid of points on the log(relative risk) scale where the likelihood for coefficient of variables is sampled. See details.
- profileBounds
The bounds (on the log relative risk scale) for the adaptive sampling of the likelihood function.