Data frame of factors with each predictor in columns.
y
Vector of response variables.
qJ
Matrix of logicals indicating which predictor combinations
are interacting.
weights
Vector of non-negative integer frequencies, recoding
the number of times each row of data must be repeated.
If NULL, assumed to be all 1. Fractional weights are not
supported.
xlevels
List of factor levels for predictors. If NULL,
will be inferred from data with factor levels ordered alphanumerically.
verbose
Verbosity level of output. Will be propagated to
mlestimate with one level down.
method
c('pseudo','mf'); inference method.
prior.count
Prior count for computing single predictor and pairwise
frequencies
List of named components h, J, lkh, and
lz; see bbl for information regarding these
components.
Details
This function would normally be called by bbl rather than
directly. Expects the predictor data x and response vector y
instead of formula input to bbl.