descriptive(X, dfreq=FALSE, dtype=c("hist","nbcap"), t)
## S3 method for class 'descriptive':
print(x, \dots)
## S3 method for class 'descriptive':
plot(x, main="Exploratory Heterogeneity Graph", \dots)
Rcapture-package
for a description of the accepted formats).X
has one row per unit. If TRUE, it indicates that the matrix X
contains frequencies in its last column.X
contains complete observed capture histories. "nbcap" means that X
contains numbers of captures (see
dtype="nbcap"
. A numeric specifying the total number of capture occasions in the experiment.descriptive
function, to print or to plot.print.default
and plot.default
).plot.descriptive
function produces an exploratory heterogeneity graph. In the absence of heterogeneity, the relation(s) presented in the graph should be almost linear. Convex fonctions indicate heterogeneity.
If dtype="nbcap"
, only the the number of units captured $i$ times, fi, can be computed.data(hare)
hare.desc<-descriptive(hare)
hare.desc
plot(hare.desc)
data(catb)
catb.desc<-descriptive(catb,dfreq=TRUE,dtype="nbcap",t=11)
plot(catb.desc)
Run the code above in your browser using DataLab