Description Usage Arguments Details Value Examples
Chooses the sequence of variables that link up with another variable
in the order of highest to lowest partial correlation, as approximated by
lm(). Intended to internal use. Use fitseq_rvine
if you want
the order to be chosen so that, when attached to a base rvine, you end
up with an rvine still (NOT FUNCTIONAL).
1 2 3 |
dat |
Matrix of data with Unif(0,1) margins |
var |
Integer; the variable you want to link. |
linkwith |
Integer vector; the variables you want to link up |
a |
Vector of a pre-specified vine array column, if you know
some of it. Should start with |
A |
Vine array matrix containing variables in |
All variables in linkwith
will be linked, despite what's in a
.
Vector of the variable sequence, with var
first.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.