dalmatian (version 0.3.0)

print.dalmatian.summary: Print Summary (dalmatian)

Description

Print Summary (dalmatian)

Usage

# S3 method for dalmatian.summary
print(x, digits = 2, ...)

Arguments

x

Object of class dalamtion.summary created by summary.dalmatian().

digits

Number of digits to display after decimal.

...

Ignored

Examples

Run this code
# NOT RUN {
## Load output from previously run model
load(system.file("Pied_Flycatchers_1","pfresults.RData",package="dalmatian"))

## Compute numerical summaries
print(summary(pfresults))

# }

Run the code above in your browser using DataLab