Learn R Programming

dsmmR (version 1.0.7)

is.dsmm_parametric: Check if an object has a valid dsmm_parametric class

Description

Checks for the validity of the specified attributes and the inheritance of the S3 class dsmm_parametric. This class inherits methods from the parent class dsmm.

Usage

is.dsmm_parametric(obj)

Value

TRUE or FALSE.

Arguments

obj

Arbitrary R object.

See Also

is.dsmm, is.dsmm_fit_parametric, is.dsmm_fit_nonparametric, is.dsmm_nonparametric