summary.tauFit {tauProcess}R Documentation

Summarize the Inference Result of Tau Process at Last Specified Time

Description

This function summarizes the inference results obtained from tau.fit. The results under random grouping design (complete randomization design) and fixed grouping design (random allocation rule / urn model) would be almost the same with large sample size.

Usage

## S3 method for class 'tauFit'
summary(object, conf.int = 0.95, ...)

Arguments

object

an object of class "tauFit"

conf.int

the significance level of the confidence interval

...

additional arguments passed to underlying summary method

Value

an object of class "summaryTauFit"

Examples

fit <- tau.fit(data = pbc)
summary(fit)

[Package tauProcess version 2.1.3 Index]