test.fit {qrcm}R Documentation

Goodness-of-Fit Test

Description

Generic method for goodness-of-fit test.

Usage

test.fit(object, ...)

Arguments

object

an object of class “iqr” or “iqrL”.

...

additional arguments to be supplied to test.fit.iqr or test.fit.iqrL.

Details

This function will simply call test.fit.iqr or test.fit.iqrL depending on class(object).

Value

The test statistic(s) and the associated p-values evaluated with Monte Carlo.

See Also

test.fit.iqr, test.fit.iqrL


[Package qrcm version 3.1 Index]