permutateSitePair {gdm} | R Documentation |
Permutate Site-Pair Table Rows, Internal Function
Description
A function which randomizes the rows of a given site-pair table. This function
is called from the gdm.varImp
function and not needed by the user.
be called directly by the user.
Usage
permutateSitePair(spTab, siteVarTab, indexTab, vNames)
Arguments
spTab |
A site-pair table. |
siteVarTab |
A site x variable table. |
indexTab |
A table of index values for the site-pair table. |
vNames |
Vector of variable names in both the site-pair and site x variable tables. |
Value
A new site-pair table with rows randomized.
Note
This function is called from the gdm.varImp
function
and not needed by the user.
See Also
[Package gdm version 1.6.0-4 Index]