stop_condition: Evaluate stop condition of imputation procedure

Description Usage Arguments Value See Also

View source: R/stop_condition.R

Description

Trivial evaluation of two measures of the inter-iteration relationship between completed data sets. Evaluates to T if all of the measurements at the current iteration are comparable to and (strictly) less than the measurements at the previous iteration, otherwise returns F.

Usage

1
stop_condition(previous_measure, measure)

Arguments

previous_measure

numeric; values of a measure of the relationship between the second most recent completed data set and that of iteration prior to it.

measure

numeric; values of a measure of the relationship between the most recent completed data set and that of the iteration prior to it.

Value

logical; T if all values of previous_measure are greater than or equal to corresponding value of measure.

See Also

measure_correlation measure_stekhoven_2012


stephematician/miForang documentation built on July 23, 2019, 5:11 p.m.