test_GOF | R Documentation |
The GOF-test is performed for a fitted delay-model. There are different GOF-tests implemented:
Moran GOF is based on spacings, like the MPSE-criterion itself.
Pearson GOF uses categories and compares observed to expected frequencies.
test_GOF(delayFit, method = c("moran", "pearson"))
delayFit |
delay_model fit |
method |
character(1). which method to use for GOF. Default is 'moran'. |
An htest
-object containing the GOF-test result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.