print.sad: Print method for objects of class 'sad'

View source: R/sadMethods.R

print.sadR Documentation

Print method for objects of class sad

Description

Print objects of class sad

Usage

## S3 method for class 'sad'
print(x)

Arguments

x

an object of class sad

Details

See examples

Value

Silently returns x.

Author(s)

Andy Rominger <ajrominger@gmail.com>

See Also

fitSAD

Examples

x <- rtpois(1000, 2)
sad1 <- fitSAD(x, models='tpois')
print(sad1[[1]])


ajrominger/pika documentation built on Nov. 13, 2022, 8:22 a.m.