powered by
Print Method for the autoMAR Class Print the result of autoMAR object
printautoMAR(x)
[Object | Required] an object of class autoMAR
Print summary of autoMAR output in console
# 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