| 
           plot(<model.predict>)  
         | 
        Plot method for model.predict functions  | 
      
        
        | 
           scale_df()  
         | 
        Center or standardize variables in a data frame  | 
      
        
        | 
           minmax()  
         | 
        Calculate min and max before standardization  | 
      
        
        | 
           onehot()  
         | 
        One hot encoding of data.frames  | 
      
        
        | 
           predict_model()  
         | 
        Predict method for model functions  | 
      
        
        | 
           print_predict_model()  
         | 
        Print method for the model prediction  | 
      
        
        | 
           store(<model>)  
         | 
        Store residuals from a model  | 
      
        
        | 
           store(<model.predict>)  
         | 
        Store predicted values generated in model functions  | 
      
        
        | 
           render(<DiagrammeR>)  
         | 
        Method to render DiagrammeR plots  | 
      
        
        | 
           test_specs()  
         | 
        Add interaction terms to list of test variables if needed  | 
      
        
        | 
           var_check()  
         | 
        Check if main effects for all interaction effects are included in the model  | 
      
        
        | 
           write.coeff()  
         | 
        Write coefficient table for linear and logistic regression  |