ko.weights {AutoWMM} | R Documentation |
Estimation helper function: Calculating variance minimizing weights. Only assigns weights to informative paths
ko.weights(tree)
tree |
A makeTree object |
Returns vector of variance-minimizing weights on informative paths
data(treeData1)
tree <- makeTree(treeData1)
Zhats <- wmmTree(tree, sample_length = 3)
ko.weights(tree)