weights.bbl: Weights in BBL Fit
Description
This method returns weights used in BBL fit.
Usage
# S3 method for bbl
weights(object, ...)
Value
Vector of weights for each instance
Details
Note that weithts are integral
frequency values specifying repeat number of each instance in bbl
.
If no weights were used (default of 1s), NULL
is returned.