summary.thinresid: Summary of a set of thinned residuals

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/summary.thinresid.R

Description

Outputs and prints a summary of a set of thinned residuals.

Usage

1
2
## S3 method for class 'thinresid'
summary(object, ...)

Arguments

object

A “thinresid” object.

...

Details

Outputs and prints a summary of thinresid object.

Printed to the screen are the thinning rate, k, the number of thinned residuals, n, the expected number of residuals, n.exp, and the p-value for observing n residuals (p.val).

Value

A list of

k

The thinning rate.

n

The number of residuals.

n.exp

The expected number of residuals.

p.val

The p-value for n.

Author(s)

Robert Clements

See Also

thinresid

Examples

1
2
3
4
5

stppResid documentation built on May 29, 2017, 3:48 p.m.