summary.Simpsonci {MCPAN}R Documentation

Summary function for Simpsonci

Description

Produces a detailed print out of the results of function Simpsonci.

Usage

## S3 method for class 'Simpsonci'
summary(object, ...)

Arguments

object

an object of class "Simpsonci" as obtained by calling Simpsonci

...

further arguments to be passed to print and round: currently only digits

Value

A print out, comprising a table of the (possibly aggregated) data used for estimation, the sample estimates for the Simpsons index, and its variance estimates, the used contrast matrix, and the confidence intervals.

Examples


data(HCD)

HCDcounts<-HCD[,-1]
HCDf<-HCD[,1]

SimpsonS<-Simpsonci(X=HCDcounts, f=HCDf, type = "Sequen",
 alternative = "greater", conf.level = 0.95, dist = "MVN")

summary(SimpsonS)


[Package MCPAN version 1.1-21 Index]