KSGFObj-class: Class "KSGFObj"

Description Objects from the Class Slots Methods References See Also Examples

Description

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

Objects from the Class

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

Slots

inputData:

A vector with the input variable.

ObsDelta:

The observed coverage statistic.

ExpectDelta:

The expected value of the coverage statistic.

VarDelta:

The variance of the coverage statistic estimated using resampling.

StandDelta:

The standardized t-statistic.

DeltaSkew:

The skewness of the t-statistic.

P_value:

The p-value of the observed statistic.

DoArc:

A logical indicating whether a circular distribution was used.

ArcInterv:

How many units describe the circular units of measure recorded.

NumCases:

The total number of observations used in the analysis.

Call:

The original function call.

Methods

print

signature(x = "KSGFObj"): Prints a terse summary of the Coverage test.

pvalue

signature(x = "KSGFObj"): Extracts the Pearson type III p-value.

show

signature(object = "KSGFObj"): Same as print.

summary

signature(object = "KSGFObj"): Prints a detailed summary of the Coverage test.

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

1
2
Out <- coverage(variable = rao$angl,interv = 360)
summary(Out)

Blossom documentation built on May 29, 2017, 10:55 p.m.