Description Usage Arguments Value Functions Examples
Currently only implemented for Cort models. Compute the constraint influence of the model
1 2 3 4 5 6 7 | constraint_infl(object)
## S4 method for signature 'Cort'
constraint_infl(object)
## S4 method for signature 'CortForest'
constraint_infl(object)
|
object |
the copula object |
The constraint influence statistic of the model
constraint_infl,Cort-method
: Method for the class Cort
constraint_infl,CortForest-method
: Method for the class CortForest
1 2 | cop <- Cort(cort::recoveryourself_data[1:10,])
constraint_infl(cop)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.