barplot.anchors.rank: Barlot of distribution of non-parametric ranks

Description Usage Arguments Note Author(s) References See Also Examples

Description

Barplot of distribution of non-parametric ranks

Usage

1
2
3
  ## S3 method for class 'anchors.rank'
barplot(height, ...,
                                 ties = c("uniform","minentropy","omit","cpolr"))

Arguments

height

anchors.rank object

...

may include additional anchors.rank objects that will plotted beside x, but these MUST be listed in consecutive order immediately following x.

in addition, may list extra arguments for barplot function

ties

shows distribution of ranks by method for allocating ties/interval valued cases to a scalar value

"uniform": allocates in equal proportions among scalar values

"omit": drops cases with interval values

"cpolr": uses censored ordered probit model to allocate ties

"minentropy": allocates ties to produce minimum entropy

Note

Related materials and worked examples are available at http://wand.stanford.edu/anchors/

Author(s)

Jonathan Wand http://wand.stanford.edu

References

Wand, Jonathan; Gary King; and Olivia Lau. (2007) “Anchors: Software for Anchoring Vignettes”. Journal of Statistical Software. Forthcoming. copy at http://wand.stanford.edu/research/anchors-jss.pdf

Wand, Jonathan and Gary King. (2007) Anchoring Vignetttes in R: A (different kind of) Vignette copy at http://wand.stanford.edu/anchors/doc/anchors.pdf

See Also

anchors,plot.anchors.rank

Examples

1
## see demo(anchors.freedom3)  and demo(anchors.plot) for examples

anchors documentation built on May 2, 2019, 6:59 a.m.