| print.MDgof_test | R Documentation |
Printing, summarizing, and data-frame conversion methods for objects returned
by gof_test().
## S3 method for class 'MDgof_test'
print(x, ...)
## S3 method for class 'MDgof_test'
summary(object, ...)
## S3 method for class 'summary.MDgof_test'
print(x, ...)
## S3 method for class 'MDgof_test'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
An object of class |
... |
Further arguments passed to |
object |
An object of class |
row.names |
Ignored. |
optional |
Ignored. |
print.MDgof_test returns x invisibly.
summary.MDgof_test returns an object of class
"summary.MDgof_test".
print.summary.MDgof_test returns x invisibly.
as.data.frame.MDgof_test returns a data frame with columns
method, statistic, and p.value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.