nmod.sgl {sglOptim} | R Documentation |
Returns the number of models used for fitting.
## S3 method for class 'sgl' nmod(object, ...)
object |
a sgl object |
... |
ignored |
Note that cv and subsampling objects does not conating any models even though nmod returns a positiv number.
the number of models in object
Martin Vincent