is.qm_matching: Check qm_matching object

View source: R/qm_matching.R

is.qm_matchingR Documentation

Check qm_matching object

Description

is.qm_matching checks whether the provided object is a valid instance of the qm_matching class.

Usage

is.qm_matching(x)

Arguments

x

object to check.

Details

is.qm_matching does not check whether the matching itself is sensible or whether it satisfies some set of constraints. See check_clustering for that functionality.

Value

Returns TRUE if x is a valid qm_matching object, otherwise FALSE.


fsavje/quickmatch documentation built on Dec. 11, 2023, 5:09 a.m.