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"))An htest-object containing the GOF-test result
delay_model fit
character(1). which method to use for GOF. Default is 'moran'.