Learn R Programming

qrcm (version 3.1)

test.fit: Goodness-of-Fit Test

Description

Generic method for goodness-of-fit test.

Usage

test.fit(object, ...)

Value

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

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).

See Also

test.fit.iqr, test.fit.iqrL