family: family of the Archimedean copula. Either "clayton", "gumbel", "frank", "AMH" or "joe"
d: dimension of sample
theta: parameter of the Archimedean copula
Returns
a sample of dimension n by d from the Archimedean copula
Examples
#Sample from a Gumbel Archimedean copulararchi(n =100,"gumbel", d =4, theta =2)#Sample from the independence copulararchi(n =100,"gumbel", d =4, theta =1)