summary.batss: Summary function for 'BATSS' outputs

View source: R/summary.batss.R

summary.batssR Documentation

Summary function for 'BATSS' outputs

Description

Summary method function for objects of class 'batss'.

Usage

## S3 method for class 'batss'
summary(object, full = FALSE, ...)

Arguments

object

An object of class 'batss' (i.e., output of the function batss.glm).

full

A logical indicating if a standard (full = FALSE, default) or extended output (full = TRUE) should be returned.

...

Additional arguments affecting the summary produced.

Value

Prints a summary for objects of class 'batss'.

See Also

batss.glm(), the function generating S3 objects of class 'batss'.


BATSS documentation built on Aug. 28, 2025, 1:09 a.m.

Related to summary.batss in BATSS...