Summary {morseDR}R Documentation

Summary of FitTT object

Description

This is the generic summary S3 method for the FitTT class. It shows the quantiles of priors and posteriors on parameters and the quantiles of the posteriors on the ECx and LCx estimates.

Summary function on PPC object

Usage

## S3 method for class 'BinaryFitTT'
summary(object, quiet = FALSE, ...)

## S3 method for class 'ContinuousFitTT'
summary(object, quiet = FALSE, ...)

## S3 method for class 'CountFitTT'
summary(object, quiet = FALSE, ...)

## S3 method for class 'PPC'
summary(object, quiet = FALSE, ...)

Arguments

object

an object of class FitTT

quiet

when TRUE, does not print

...

Further arguments to be passed to generic methods

Value

The function returns a list with the following information:

Qpriors

quantiles of the model priors

Qposteriors

quantiles of the model posteriors

QLCx

quantiles of LCx estimates


[Package morseDR version 0.1.2 Index]