gamVine {gamCopula} | R Documentation |
Construction of a gamVine Class Object
Description
Constructs an object of the class
gamVine
.
Usage
gamVine(Matrix, model, names = NA, covariates = NA)
Arguments
Matrix |
lower triangular d x d matrix that defines the tree structure. |
model |
list containing d x (d-1)/2 lists with three numeric items
(family, par and par2) and/or objects of the class
|
names |
vector of d names. |
covariates |
vector of names for the covariates. |
Value
An object of the class
gamVine
.
See Also
gamVine
,
RVineMatrix
, gamBiCop
gamVineSeqFit
, gamVineCopSelect
,
gamVineStructureSelect
and gamVineSimulate
.
[Package gamCopula version 0.0-7 Index]