| print.gof | R Documentation |
Prints a summary of goodness-of-fit statistics.
## S3 method for class 'gof'
print(x, ...)
x |
An object of class |
... |
Additional arguments (not used). |
Invisibly returns the input object.
Other goodness-of-fit:
gof(),
ppplot.rga(),
qqplot.rga()
times <- c(5, 10, 15, 20, 25)
failures <- c(1, 2, 1, 3, 2)
fit <- rga(times, failures)
g <- gof(fit)
print(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.