R/utils.R

make_decision <- function(x, cutoff)
  data.frame(x, Amyloid = factor(ifelse(x[["Probability"]] > cutoff, "yes", "no")))

Try the AmyloGram package in your browser

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

AmyloGram documentation built on May 1, 2019, 10:06 p.m.