IR.fun | R Documentation |
Given the data and copula family, calculate the IR test statistic
IR.fun(u1, u2, d1, d2, copula.fam)
u1 |
a vector, the first pseudo-observations |
u2 |
a vector, the second pseudo-observations |
d1 |
a vector of indicators whether each observation in the first response is fully observed: |
d2 |
a vector of indicators whether each observation in the second response is fully observed: |
copula.fam |
a character indicating which one of the following copula families: "clayton", "frank", "joe", "gumbel", and "normal" |
a list of the following components: theta.est
, the PMLE of the copula parameter, and IR
, IR test statistic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.