Learn R Programming

cort (version 0.3.2)

constraint_infl: 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 Cort constraint_infl(object)

# S4 method for 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

Run this code
# NOT RUN {
cop <- Cort(cort::recoveryourself_data[1:10,])
constraint_infl(cop)

# }

Run the code above in your browser using DataLab