inst/unitTests/test_get_miss_perc.R

test_get_miss_perc <- function() {

  cutpoints <- 1:10
  ref_LP    <- 0:100
  miss_LP   <- 5.5
  probs     <- c(0, 0.25, 0.5, 0.75, 1)
  miss_perc <- 5

  ret       <- iCARE:::get_miss_perc(cutpoints, miss_LP) 

  checkEqualsNumeric(ret, 5, tolerance=1.0e-8)
  
}

Try the iCARE package in your browser

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

iCARE documentation built on Nov. 8, 2020, 5:25 p.m.