treeData2 {AutoWMM} | R Documentation |
Larger Tree Data
Description
Larger artificially generated toy data set to demonstrate package functionality
Usage
data(treeData2)
Format
An object of class "data.frame"
- from
A node label and started point of directed edge (parent node)
- to
A node label and endpoint of directed edge (child node)
- Estimate
A numerical value assumed to be survey count belonging to 'to' node (integer)
- Total
A numerical value assumed to be survey sample size (integer)
- Count
A numerical value for marginal count if leaf node (integer)
References
This data set was artificially created for the AutoWMM package.
Examples
data(treeData2)
head(treeData2)
[Package AutoWMM version 1.0.1 Index]