tests/testthat/_snaps/covlmc_metrics.md

metrics.covlmc objects print as expected without AUC

Code
  print(m_metrics)
Output
  VLMC with covariate context tree on low, typical, high 
   cutoff in quantile scale: 0.5
   Number of contexts: 5 
   Maximum context length: 2 
   Confusion matrix: 
            low typical high 
    low     129 39      0    
    typical 38  470     46   
    high    1   45      240  
   Accuracy: 0.8323 
   AUC: 0.9

metrics.covlmc objects print as expected

Code
  print(m_metrics)
Output
  VLMC with covariate context tree on low, typical, high 
   cutoff in quantile scale: 0.5
   Number of contexts: 5 
   Maximum context length: 2 
   Confusion matrix: 
            low typical high 
    low     129 39      0    
    typical 38  470     46   
    high    1   45      240  
   Accuracy: 0.8323 
   AUC: 0.9284


Try the mixvlmc package in your browser

Any scripts or data that you put into this service are public.

mixvlmc documentation built on June 8, 2025, 12:35 p.m.