summary.prr.test {glmperm} | R Documentation |
summary is a generic function used to produce result summaries of objects returned by prr.test
## S3 method for class 'prr.test': summary(object, digits = max(3, getOption("digits") - 3), ...)
object |
a result object of the call prr.test. |
digits |
how many digits the values of the results should have. |
... |
... additional arguments affecting the summary produced. |
summary.prr.test prints an overview of the main results of the permutation Likelihood Ratio Test of the prr.test.
Wiebke Werft
utils::data(anorexia, package="MASS") LRtest <- prr.test(Postwt ~ Prewt + Treat, var="Prewt", data = anorexia, family = gaussian()) summary(LRtest)