Learn R Programming

dsmmR (version 1.0.7)

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

Description

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

Usage

is.dsmm_fit_nonparametric(obj)

Value

TRUE or FALSE.

Arguments

obj

Arbitrary R object.

See Also

is.dsmm, is.dsmm_fit_parametric, is.dsmm_nonparametric, is.dsmm_parametric