Learn R Programming

DriveML (version 0.1.0)

printautoMAR: Print Method for the autoMAR Class Print the result of autoMAR object

Description

Print Method for the autoMAR Class Print the result of autoMAR object

Usage

printautoMAR(x)

Arguments

x

[Object | Required] an object of class autoMAR

Value

Print summary of autoMAR output in console

Examples

Run this code
# NOT RUN {
## Missing at random features
marobj <- autoMAR (heart, aucv = 0.9, strataname = NULL, stratasize = NULL, mar_method = "glm")

## print summary in console
printautoMAR(marobj)
# }

Run the code above in your browser using DataLab