If x is a psData object of type "P", i.e. it
relates to numbers of groups of glass, then a data.frame with a single variable
count will be return where count = rep(x$data$n + 1,
x$data$rn). The counts have one added to them because the zeta
distribution requires that the counts are greater than or equal to one. If
x is a psData object of type "P", i.e. it relates to
group sizes, then a data.frame with a single variable count
will be return where count = rep(x$data$n, x$data$rn).