Simulate p-values from a goodness-of-fit test.
gof(object, nsim = 10, test = c("ks", "ad", "cvm"), ...) # S3 method for default gof(object, nsim = 10, test = c("ks", "ad", "cvm"), ...) # S3 method for gof plot(x, ...)
object | |
---|---|
nsim | Integer specifying the number of bootstrap replicates to use. |
test | Character string specifying which goodness-of-fit test to use.
Current options include: |
... | Additional optional arguments. (Currently ignored.) |
x | An object of class |
A numeric vector of class "gof", "numeric"
containing the
simulated p-values.
Under the null hypothesis, the distribution of the p-values should appear
uniformly distributed on the interval [0, 1]. This can be visually
investigated using the plot
method. A 45 degree line is indicative of
a "good" fit.
# See ?resids for an example ?resids#>