Learn R Programming

tauProcess (version 2.1.3)

summary.tauFit: 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 tauFit
summary(object, conf.int = 0.95, ...)

Value

an object of class "summaryTauFit"

Arguments

object

an object of class "tauFit"

conf.int

the significance level of the confidence interval

...

additional arguments passed to underlying summary method

Examples

Run this code
fit <- tau.fit(data = pbc)
summary(fit)

Run the code above in your browser using DataLab