ko.weights | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.