Learn R Programming

tauProcess (version 2.1.3)

print.summaryTauFit: Print Method for "summaryTauFit" Objects

Description

user-friendly format to present the inference results obtained from summary.tauFit.

Usage

# S3 method for summaryTauFit
print(x, ...)

Value

None

Arguments

x

an object of class "summaryTauFit"

...

additional arguments passed to underlying printCoefmat method.

Examples

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

Run the code above in your browser using DataLab