Learn R Programming

boolean3 (version 3.1.6)

boolean-class: Boolean Model Class

Description

An object of class boolean as returned from boolprep.

Arguments

Value

A boolean class contains the following items:
call
call to estimate the model.
links
link functions used to estimate the model.
model
list, specifying the structure of the boolean model (used internally).
N
number of observations.
k
number of covariates.
coef.labels
preformatted labels for the estimated coefficients.
coef.idx
indicies for the coefficients in the model matrix (used internally).
response
response vector.
frame
model frame used to estimate the model.