summary.vectorIndex | R Documentation |
The functions provide more detail underlying the results from vectorIndex/VI
## S3 method for class 'vectorIndex'
summary(object, simple = FALSE, ...)
## S3 method for class 'VI'
summary(object, simple = FALSE, ...)
## S3 method for class 'summary.vectorIndex'
print(x, ...)
## S3 method for class 'summary.VI'
print(x, ...)
object |
an object of class |
... |
for additional arguments |
x |
an object of class |
simple |
logical. If TRUE return a data frame with groups and species-specific summaries used in computing the vector; if FALSE return a more complete description of the call. |
In addition to the estimates, details including the vector indices for the individual species by group.
The original vectorIndex
or VI
object with additional list elements
... |
future arguments |
and attributes class
and call
.
If simple = TRUE
, a data frame of the group and species-specific summary information is returned.
Brad Biggerstaff
See also pooledBin
, pIR
x <- c(1,0,0,0)
m <- c(50,25,10,5)
pb <- pooledBin(x,m)
summary(pb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.