print.reproFitTT: Print of 'reproFitTT' object

View source: R/print.reproFitTT.R

print.reproFitTTR Documentation

Print of reproFitTT object

Description

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

Usage

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

Arguments

x

An object of class reproFitTT

...

Further arguments to be passed to generic methods

Value

print the model text and the Jags Computing information

Examples

# (1) Load the data
data(cadmium1)

# (2) Create an object of class 'reproData'
cadmium1 <- reproData(cadmium1)


# (3) Run the reproFitTT function with the log-logistic
# model
out <- reproFitTT(cadmium1, ecx = c(5, 10, 15, 20, 30, 50, 80),
quiet = TRUE)

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



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