R/AICnb.R

Defines functions AICnb

AICnb <-
function(a, N){
  -2 * a + 4 * {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.