nested.tree {pda}R Documentation

draw nested tree

Description

draw nested tree based on model estimates/predictors

Usage

nested.tree(object, nesting=names(means),
means=nested.means(object, nesting[-1]), offset=0.05, small=0.02,
estimate="estimate", bar="stderr", jitter=offset/2, ...)

Arguments

object data frame
nesting character vector of nesting names for means
means list of means with names given by nesting
offset offset for accuracy bar
small smallest relative separation of names allowable (scalar, or vector withsame length as nesting)
estimate name of estimate or prediction column
bar name of column for accuracy
jitter jitter of names
... plotting parameters

Details

Either (nesting and object) or means must be specified.

Value

Examples

## Not run: 
nested.tree(means=wheatfix.means,bar="ci",small=c(0,0,.05))
## End(Not run)

[Package pda version 1.2-3 Index]