R/dynOAB2.R

Defines functions dynOAB2

Documented in dynOAB2

dynOAB2 <- function(N, al){
    Rew <- dynOAB(N, al)
    out<-(Rew[N,1]+Rew[N,2])/2
    return(out)
    }

Try the mistat package in your browser

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

mistat documentation built on March 7, 2023, 6:43 p.m.