Learn R Programming

multiModTest (version 1.0)

summary.mglm.test: Summary method for objects of class "mglm.test"

Description

Summary method for objects of class "mglm.test"

Usage

# S3 method for mglm.test
summary(object, ...)

# S3 method for summary.mglm.test print(x, ...)

Value

An object with S3 class summary.mglm.test. The class has its own print method and contains the following list of elements.

sum.ERE

The summary table of point estimate and confidence interval of ERE for each modality.

sum.R2

The summary table of point estimate and confidence interval of pseudo-\(R^2\) for each modality.

conf.level

Level of confidence intervals.

sel.mod

Index of the most informative modality.

Arguments

object

An mglm.test object.

...

Additional arguments that could be passed to summary.mglm.test.

x

A summary.mglm.test object.