constraint_infl-methods: Constraint influence of the model (if it has one)

Description Usage Arguments Value Functions Examples

Description

Currently only implemented for Cort models. Compute the constraint influence of the model

Usage

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)

Arguments

object

the copula object

Value

The constraint influence statistic of the model

Functions

Examples

1
2
cop <- Cort(cort::recoveryourself_data[1:10,])
constraint_infl(cop)

cort documentation built on Jan. 13, 2021, 8:57 p.m.