nested.tree: draw nested tree

Description Usage Arguments Details Examples

Description

draw nested tree based on model estimates/predictors

Usage

1
2
3
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.

Examples

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

## End(Not run)

byandell/pda documentation built on May 13, 2019, 9:27 a.m.