march.Indep-class {march} | R Documentation |
An independence model.
Description
This class describes an independence model, represented by the probability distribution indP of each event
and the number of data used to compute each member of the probability distribution. march.Indep inherits
from march.Model-class
and therefore inherits its slots.
Slots
indP
:A vector of
numeric
representing the model probability distribution.indC
:A vector of
integer
representing the number of data used to compute each member of the probability distribution.
See Also
march.indep.construct
, march.Model-class
.
[Package march version 3.3.2 Index]