PIOS.fun | R Documentation |
Given the data and copula family, calculate the PIOS test statistic.
PIOS.fun(u1, u2, d1, d2, copula.fam, yes.exact = F)
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", "gumbel", and "normal" |
yes.exact |
a logical value indicating whether to calculate the exact test statistic; if |
a list of the following components: theta.est
, the PMLE of the copula parameter, and PIOS
, PIOS exact test statistic if yes.exact=TRUE
or PIOS approximate test statistic if yes.exact=FALSE
(default).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.