barplot.anchors.rank {anchors} | R Documentation |
Barplot of distribution of non-parametric ranks
## S3 method for class 'anchors.rank': barplot(height, ..., ties = c("uniform","minentropy","omit","cpolr"))
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 |
Related materials and worked examples are available at http://wand.stanford.edu/anchors/
Jonathan Wand http://wand.stanford.edu
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 demo(anchors.freedom3) and demo(anchors.plot) for examples