MCPAN (version 1.1-21)

summary.Simpsonci: Summary function for Simpsonci

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataCamp Workspace