plot.gfit {abc} | R Documentation |
Goodness-of-fit plot for ABC
Description
Plotting method for goodness-of-fit ABC objects.
Usage
## S3 method for class 'gfit'
plot(x, breaks="Freedman-Diaconis", main, ...)
Arguments
x |
an object of class |
breaks |
number of cells for the histogram. Defaults to "Freedman-Diaconis". |
main |
title for the plot |
... |
other parameters passed to |
Details
Plot the distribution of the statistic under the null hypothesis and indicate where is the observed value.
See Also
gfit
, abc
, summary.gfit
,
hist
Examples
## see ?gfit for examples
[Package abc version 2.2.1 Index]