Learn R Programming

stppResid (version 1.1)

summary.thinresid: Summary of a set of thinned residuals

Description

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

Usage

"summary"(object, ...)

Arguments

object
A “thinresid” object.
...

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.

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).

See Also

thinresid

Examples

Run this code
data(tresiduals1)
summary(tresiduals1)

data(tresiduals2)
summary(tresiduals2)

Run the code above in your browser using DataLab