data1 {JAGStree}R Documentation

Simple Tree Data 1

Description

Small, artificially generated toy data set to demonstrate package functionality

Usage

data(data1)

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)

Population

A boolean value for if survey size is entire population (logical)

Description

A string describing 'to' node (string)

References

This data set was artificially created for the JAGStree package.

Examples

data(data1)
head(data1)


[Package JAGStree version 1.0.1 Index]