survBayes.control {survBayes}R Documentation

Package options for survBayes

Description

These function checks and packages the fitting options for survBayes

Usage

survBayes.control(n.inter = 100, delta.taylor = 0.1, sigma.lbh.0 = 100, sigma.lbh.1 = 100, 
prec.beta.init = 1e-04, rate.wishart.beta = 1e-04, shape.wishart.beta = 1e-04, 
rate.sigma.lbh.0 = 1e-04, rate.sigma.lbh.1 = 1e-04, shape.sigma.lbh.0 = 1e-04, shape.sigma.lbh.1 = 1e-04,
beta.init=NULL)

Arguments

n.inter number of intervals to display
delta.taylor bandwidth for Taylor approximation
sigma.lbh.0 initialization of sigma.lbh.0
sigma.lbh.1 initialization of sigma.lbh.0
prec.beta.init initialization of the precision of the prior of beta
rate.wishart.beta initialization of rate of the wishart prior of cov.beta
shape.wishart.beta initialization of shape factor of the wishart prior of cov.beta the matrix is 1 at the diagonal and 0.05 at the off diagonal elements
rate.sigma.lbh.0 initialization of rate of the gamma prior of sigma.lbh.0
rate.sigma.lbh.1 initialization of rate of the gamma prior of sigma.lbh.1
shape.sigma.lbh.0 initialization of shape of the gamma prior of sigma.lbh.0
shape.sigma.lbh.1 initialization of shape of the gamma prior of sigma.lbh.1
beta.init initialization of beta

Value

A list with the same elements as the input

Author(s)

V. Henschel, Ch. Heiss, U. Mansmann

Examples



[Package survBayes version 0.2.0 Index]