is.dsmm_fit_parametric {dsmmR} | R Documentation |
Check if an object has a valid dsmm_fit_parametric
class
Description
Checks for the validity of the specified attributes and the
inheritance of the S3 class dsmm_fit_parametric
.
This class inherits methods from the parent class dsmm
.
Usage
is.dsmm_fit_parametric(obj)
Arguments
obj |
Arbitrary |
Value
TRUE or FALSE.
See Also
is.dsmm, is.dsmm_fit_nonparametric, is.dsmm_parametric, is.dsmm_nonparametric
[Package dsmmR version 1.0.5 Index]