Learn R Programming

ready4 (version 0.1.18)

characterizeSlot: Apply the characterize method to a model module slot

Description

characterizeSlot() is a convenience method that applies the characterize method to a specified slot of a model module.

characterizeSlot method applied to Ready4Module

Usage

characterizeSlot(x, slot_nm_1L_chr, ...)

# S4 method for Ready4Module characterizeSlot(x, slot_nm_1L_chr, ...)

Value

Either a model module (an instance of a class that inherits from Ready4Module) of the same class as that supplied to the method or a data.frame, tibble or other table class.

Either a ready4 model module (an instance of a class that inherits from Ready4Module) of the same class as that supplied to the method or a data.frame, tibble or other table class.

Arguments

x

An object of class Ready4Module

slot_nm_1L_chr

Slot name (a length one character vector)

...

Additional arguments