R/genOrd.R

Defines functions genOrd

Documented in genOrd

genOrd <-
function(no.rows, ordPmat, binObj){
ep0 = generate.binary( no.rows, binObj$pvec, binObj$del.next)
Mydata= BinToOrd(binObj$pvec, ordPmat, binObj$Mlocation, ep0)
return(Mydata)
}

Try the MultiOrd package in your browser

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

MultiOrd documentation built on March 6, 2021, 1:08 a.m.