linkCop {CopulaGAMM} | R Documentation |
Link to copula parameter
Description
Computes the copula parameters given a linear combination of covariates.
Usage
linkCop(th, family = "clayton")
Arguments
th |
vector of linear combinations |
family |
copula family: "gaussian" , "t" , "clayton" , "claytonR" , "frank" , "gumbel", "gumbelR". |
Value
cpar |
Associated copula parameters |
hder |
Derivative of link function |
Author(s)
Pavel Krupskii and Bruno N. Remillard, January 20, 2023
References
Krupskii, Nasri & Remillard (2023). On factor copula-based mixed regression models
Examples
out = linkCop(-1,"gaussian")
[Package CopulaGAMM version 0.4.1 Index]