Learn R Programming

rvinecopulib (version 0.7.2.1.0)

as.bicop: Convert list to bicop object

Description

Convert list to bicop object

Usage

as.bicop(object, check = TRUE)

Value

A bicop object corresponding to the specification in object.

Arguments

object

a list containing entries for "family", "rotation", "parameters", and "npars".

check

whether to check for validity of the family/parameter specification.

Examples

Run this code
as.bicop(list(family = "gumbel", rotation = 90, parameters = 2, npars = 1))

Run the code above in your browser using DataLab