Skip to content
Back to formatted view

Raw Message

Message-ID: <2E6D86B4C46444939BD55FD27DB788B4@sbm.fox.temple.edu>
Date: 2008-09-26T21:45:26Z
From: Richard M. Heiberger
Subject: Dot plot - equivalent of MINITAB
In-Reply-To: <19677009.post@talk.nabble.com>

I suggest the panel.dotplot.tb in the HH package.
It is a lattice panel function and therefore works
with standard trellis formulas including conditioning
variables and grouping variables.

library(HH)
example(panel.dotplot.tb)

Since you define what you want in terms of Minitab, I mention
that this is available in the Graphs menu with Rcmdr when you
install the RcmdrPlugin.HH package.

Rich