| march.Model-class {march} | R Documentation |
A basic and virtual march model.
Description
This class describe the basic and virtual model, that every model of the package will extend. This is a virtual class, which is not meant to be handled by user directly.
See Also
The classes that inherit from march.Model are : march.Indep-class, march.Mc-class, march.Mtd-class, march.Dcmm-class.
@section Slots:
ll:A
numericrepresenting the log-likelihood for this model w.r.t its construction dataset.y:The
march.Dataset-classused to construct the model.dsL:A
numericrepresenting the number of sample used to construct the model.nbZeros:A
numericrepresenting the number of zeros created during model construction.
[Package march version 3.3.2 Index]