R/mpm.R

Defines functions mpm

mpm <- function(x)
{
  if (mean(x) >= 0.5) {1}
  else {0}
}

Try the BayesQVGEL package in your browser

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

BayesQVGEL documentation built on April 27, 2023, 1:10 a.m.