barplot.anchors.rank: Barlot of distribution of non-parametric ranks
Description
Barplot of distribution of non-parametric ranks
Usage
"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
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