Print of survFit object
This is the generic print
S3 method for the survFitCstExp
class.
It prints the underlying JAGS model and some information on the Bayesian
inference procedure.
## S3 method for class 'survFitCstExp' print(x, ...)
x |
An object of class |
... |
Further arguments to be passed to generic methods. |
# (1) Load the data data(propiconazole) # (2) Create an object of class 'survData' dat <- survData(propiconazole) ## Not run: # (3) Run the survFit function with TKTD model 'SD' or 'IT' out <- survFit(dat, quiet = TRUE, model_type="SD") # (4) Print the survFit object print(out) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.