briandk / granovaGG

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance
Other
15 stars 4 forks source link

granovagg.1w should print trimmed means #137

Closed briandk closed 3 years ago

briandk commented 12 years ago

@rmpruzek writes that in classic granova, the function granova.1w() can print trimmed means for each group:

A large thin green cross is used, printed at the end so it tends not to be overprinted. Easily seen if you run granova.1w and set tr=T. b

Here's what such a graphic (with trimmed means) looks like under classic granova:

library(ggplot2)
library(granova)
with(mpg, granova.1w(hwy, group = manufacturer, tr = TRUE))

One-way ANOVA graphic showing trimmed means as green crosses

rmpruzek commented 12 years ago

Brian, We had last day of classes today, so I'll be getting back to granovaGG this week if I can. No later than next. Your trimmed mean (green X's) is PERFECT! bob


From: Brian A. Danielak reply@reply.github.com To: rmpruzek rmpruzek@yahoo.com Sent: Monday, December 5, 2011 4:29 PM Subject: [granovaGG] granovagg.1w should print trimmed means (#137)

@rmpruzek writes that in classic granova, the function granova.1w() can print trimmed means for each group:

A large thin green cross is used, printed at the end so it tends not to be overprinted. Easily seen if you run granova.1w and set tr=T. b

Here's what such a graphic (with trimmed means) looks like under classic granova:

library(ggplot2)
library(granova)
with(mpg, granova.1w(hwy, group = manufacturer, tr = TRUE))

One-way ANOVA graphic showing trimmed means as green crosses


Reply to this email directly or view it on GitHub: https://github.com/briandk/granovaGG/issues/137

rmpruzek commented 10 years ago

Bob Pruzek sent you an invitation

Twitter helps you stay connected with what's happening right now and with the people and organizations you care about.

Accept invitation

https://twitter.com/i/d015569d-9865-48c0-9f94-16f93ae72d36

You can unsubscribe from receiving email notifications from Twitter at anytime. For general inquiries, please visit us at Twitter Support. Unsubscribe: https://twitter.com/i/o?t=1&iid=5d9f9b6b04884235be384d696755da80&uid=0&c=IuVwbCB3dgEvQuAlBAHucVe7YM3cBSaGGsN9JhGvni9s6H2G5Yjx0n2edSULGZ%2Bnn7XHY5X2jK90SPAQDnn8YjbSlobW0SkT8T2b0P5ZW6eQSU%2F6eHA%2FKQ%3D%3D&nid=9+26

Need help? https://support.twitter.com

briandk commented 3 years ago

For right now we ignore the value of the trmean argument.