R/AICzinb.R

Defines functions AICzinb

AICzinb <-
function(a, N, L){
  -2 * a + 6 * {N + 1}  
}

Try the breakpoint package in your browser

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

breakpoint documentation built on May 1, 2019, 8:14 p.m.