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

constraint_inflR Documentation

Constraint influence of the model (if it has one)

Description

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

Usage

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

  • constraint_infl,Cort-method: Method for the class Cort

  • constraint_infl,CortForest-method: Method for the class CortForest

Examples

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


lrnv/cort documentation built on Dec. 11, 2023, 12:43 a.m.