Learn R Programming

mifa (version 0.2.1)

stop_constants: A wrapper for a call to mice that throws an error if there are constants in the data

Description

A wrapper for a call to mice that throws an error if there are constants in the data

Usage

stop_constants(f)

Value

The result of calling the provided function or an Error if there is a constant in one of the columns.

Arguments

f

a call to mice::mice()