Analyzes the score construction and model
     
    
    Usage
    disectModel(mod, X, y, clf, plot = TRUE)
 
     
    
    Arguments
    - mod:
 
a model object where the score will be computed
 
- X:
 
the data matrix with variables in the rows and observations in the columns
 
- y:
 
the class vector
 
- clf:
 
an object containing the different parameters of the classifier
 
- plot:
 
plot graphical interpretation of if TRUE, (default:TRUE)
 
 
    
    Value
    
an object containing statistics on a given model