Learn R Programming

stppResid (version 1.1)

summary.superthin: Summary of a set of super-thinned residuals

Description

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

Usage

"summary"(object, ...)

Arguments

object
A “superthin” object.
...

Value

A list of
k
The super-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 the superthin object.

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

See Also

superthin

Examples

Run this code
data(stresiduals1)
summary(stresiduals1)

data(stresiduals2)
summary(stresiduals2)

Run the code above in your browser using DataLab