summary.Simpsonci: Summary function for Simpsonci

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## 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

1
2
3
4
5
6
7
8
9
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)

MCPAN documentation built on May 1, 2019, 8:04 p.m.