summary.Simpsonci {MCPAN} | R Documentation |
Produces a detailed print out of the results of function Simpsonci.
## S3 method for class 'Simpsonci': summary(object, ...)
object |
an object of class "Simpsonci" as obtained by calling Simpsonci |
... |
further arguments to be passed to print and round: currently only digits |
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.
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)