rot: rotation: 0 (default), 90, 180 (survival), or 270
dfC: degrees of freedom for student copula (default is NULL)
offset: offset for the margins (default is NULL)
Returns
y: Simulated factor
Examples
K=50#number of clustersn=5#size of each clusterN=n*K
set.seed(1)clu=rep(c(1:K),each=n)parC =2parM=matrix(c(1,-1,0.5,2),byrow=TRUE,ncol=2)xm = runif(N)y=SimMultinomial(parC,parM,clu,xm=xm,family="clayton",rot=90)