Learn R Programming

cort (version 0.3.2)

project_on_dims: Projection on smaller dimensions of a copula (if implemented)

Description

Currently only implemented for Cort models. Compute, as a Cort object, the projection on a smaller set of dimensions of a Cort object.

Usage

project_on_dims(object, dims)

# S4 method for Cort project_on_dims(object, dims)

Arguments

object

: the tree

dims

the set of dimensions

Value

other cort object

Functions

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

Examples

Run this code
# NOT RUN {
cop <- Cort(LifeCycleSavings[,1:3])
projection = project_on_dims(cop,c(1,2))

# }

Run the code above in your browser using DataLab