librarypROC报Type citationpROC for a citation载入程辑包:‘pROC’The following objects are masked from ‘packagestats’ cov smooth var错
这个信息并不是错误,它是在加载pROC包时提示有一些函数与基础包stats中的函数名称相同,因此被覆盖(masked)。这些函数是cov、smooth和var。如果需要使用stats包中的这些函数,可以使用stats::cov、stats::smooth和stats::var来调用它们。
原文地址: https://www.cveoy.top/t/topic/fFJj 著作权归作者所有。请勿转载和采集!