summary.prr.test {glmperm}R Documentation

Summary of the prr.test results.

Description

summary is a generic function used to produce result summaries of objects returned by prr.test

Usage

## S3 method for class 'prr.test':
summary(object, digits = max(3, getOption("digits") - 3), ...)

Arguments

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.

Details

summary.prr.test prints an overview of the main results of the permutation Likelihood Ratio Test of the prr.test.

Author(s)

Wiebke Werft

Examples

utils::data(anorexia, package="MASS")
LRtest <- prr.test(Postwt ~ Prewt + Treat, var="Prewt", data = anorexia, family = gaussian())
summary(LRtest)
  

[Package glmperm version 1.0-1 Index]