Learn R Programming

Blossom (version 1.3)

KSGFObj-class: Class "KSGFObj"

Description

The KSGFObj class holds model specification and output from the coverage test. The summary.KSGFObj class represents the summary of these objects.

Arguments

Rdversion

1.1

docType

class

Objects from the Class

Objects can be created by calls of the form new("KSGFObj", ...) or, more commonly, via the coverage function.

References

Rao, J.S. 1976. Some tests based on arc-lengths for the circle. Sankhya, Series B 38, 329--338. Sherman, B. 1950. A random variable related to the spacing of sample values. Annals of Mathematical Statistics 21, 339--361.

See Also

coverage

Examples

Run this code
Out <- coverage(variable = rao$angl,interv = 360)
summary(Out)

Run the code above in your browser using DataLab