Learn R Programming

VIM (version 7.3.0)

vimpute_methods: List the imputation methods registered for vimpute()

Description

List the imputation methods registered for vimpute()

Usage

vimpute_methods()

Arguments

Value

Character vector of registered method names (built-ins plus any methods added via register_vimpute_method()).

See Also

register_vimpute_method(), unregister_vimpute_method()

Other vimpute method registry: register_vimpute_method(), unregister_vimpute_method()

Examples

Run this code
vimpute_methods()

Run the code above in your browser using DataLab