Learn R Programming

bbl (version 1.0.0)

weights.bbl: Weights in BBL Fit

Description

This method returns weights used in BBL fit.

Usage

# S3 method for bbl
weights(object, ...)

Arguments

object

Object of class bbl.

...

Other arguments

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.