grid.unique: Create a unique comparison matrix

Description Usage Arguments

Description

This function will take in 2 lists and return the unique set of combinations between them. This is necessary in HDM when you need to create the pairwise comparisons based on children of a node in the hierarchy. This is only used internally by getUniqueChildCombinations.

Usage

1
grid.unique(x, y, include.equals = FALSE)

Arguments

x

first list to compare

y

second list to compare

include.equals

not sure if we even need this anymore


cwhd/hdp-r documentation built on May 9, 2019, 4:57 a.m.