print.survFitTKTD {morse}R Documentation

Print of survFitTKTD object

Description

This is the generic print S3 method for the survFitTKTD class. It prints the underlying JAGS model and some information on the Bayesian inference procedure.

Usage

## S3 method for class 'survFitTKTD'
print(x, ...)

Arguments

x

An object of class survFitTKTD

...

Further arguments to be passed to generic methods.

Value

print the model text and the Jags Computing information

Examples

# (1) Load the data
data(propiconazole)

# (2) Create an object of class 'survData'
dat <- survData(propiconazole)


# (3) Run the survFitTKTD function
out <- survFitTKTD(dat, quiet = TRUE)

# (4) Print the survFitTKTD object
print(out)



[Package morse version 3.3.2 Index]