Learn R Programming

stppResid (version 1.1)

summary.supresid: Summary of a set of superposed residuals

Description

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

Usage

"summary"(object, ...)

Arguments

object
A “supresid” object.
...

Value

A list of
k
The superposition 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 supresid object.

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

See Also

supresid

Examples

Run this code
data(sresiduals1)
summary(sresiduals1)

data(sresiduals2)
summary(sresiduals2)

Run the code above in your browser using DataLab