summary.gfit | R Documentation |
This function calculates the p-value of the goodness-of-fit test from an
object of class "gfit"
.
## S3 method for class 'gfit' summary(object, ...)
object |
an object of class |
... |
other parameters passed to |
It computes the P-value, call summary
on the vector of
statistics simulated under the null and returns the value of the
observed statistic.
A list of the following elements
pvalue |
P-value for goodness-of-fit. |
s.dist.sim |
the result of a call to the function |
dist.obs |
the observed value goodness-of-fit statistic. |
gfit
, abc
, plot.gfit
## see ?gfit for exemples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.