
"CoverageObj"
CoverageObj
class is used for the storage of coverage tests results.new("CoverageObj", ...)
or, more commonly, via the
coverage
function.coverage
Out <- coverage(variable = bgrouse$distance,group = bgrouse$sex)
summary(Out)
Run the code above in your browser using DataLab