powered by
The function offers informative plots for an mdr object.
mdr
# S3 method for mdr plot(x, which=NULL, ...)
Object of class mdr.
Specifies for which association fold should the plot be created.
Additional plotting parameters.
This function plots the density of the precision of an mdr object.
# NOT RUN { # Perform the MDR # res <- mdr(X=temp,status=status,fold=3,top=20) # plot(res) # }
Run the code above in your browser using DataLab