print.survFitVarExp: Print of 'survFitVarExp' object

View source: R/print.survFitVarExp.R

print.survFitVarExpR Documentation

Print of survFitVarExp object

Description

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

Usage

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

Arguments

x

An object of class survFitVarExp

...

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_pulse_exposure)

# (2) Create a survData object
dataset <- survData(propiconazole_pulse_exposure)


# (3) Run the survFit function with TKTD model 'SD' or 'IT' 
out <- survFit(dataset, model_type="SD")

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



morse documentation built on Oct. 29, 2022, 1:14 a.m.