weights.bbl {bbl}R Documentation

Weights in BBL Fit

Description

This method returns weights used in BBL fit.

Usage

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

Arguments

object

Object of class bbl.

...

Other arguments

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.

Value

Vector of weights for each instance


[Package bbl version 1.0.0 Index]