is.dsmm_fit_nonparametric {dsmmR}R Documentation

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)

Arguments

obj

Arbitrary R object.

Value

TRUE or FALSE.

See Also

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


[Package dsmmR version 1.0.5 Index]