R/get.W.R

`get.W` <-
function(x,m){
  matrix(unlist(lapply(1:m,function(k) pbeta(x,k,m-k+1))),ncol=m)
  }

Try the bisoreg package in your browser

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

bisoreg documentation built on June 25, 2018, 9:03 a.m.