Raw File
fitbernoulli.R

fit.bernoulli <- function(...) {
  stop("estimation of binary fields not programmed yet")
}
back to top