Summary of survFitTKTD object
This is the generic summary
S3 methode for the survFitTKTD
class.
It shows the quantiles of priors and posteriors on parameters.
## S3 method for class 'survFitTKTD' summary(object, quiet = FALSE, ...)
object |
an object of class |
quiet |
when |
... |
Further arguments to be passed to generic methods. |
The function returns a list with the following information:
Qpriors |
quantiles of the model priors |
Qposteriors |
quantiles of the model posteriors |
# (1) Load the data data(propiconazole) # (2) Create a survData object dat <- survData(propiconazole) ## Not run: # (3) Run the survFitTKTD function out <- survFitTKTD(dat) # (4) summarize the survFitTKTD object summary(out) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.