similar to: FW: boxplot grouped by two variables: general issue

Displaying 20 results from an estimated 10000 matches similar to: "FW: boxplot grouped by two variables: general issue"

2000 Nov 21
3
boxplot grouped by two variables.
Is there a quick way to make boxplots groups by two variables? By that I mean, that if x axes have values ("A","B","C"), than at each value there would be a few boxplots each for a value of second variable (say ("1","2","3")). Thank You. -- Vadim Kutsyy http://www.kutsyy.com vadim at kutsyy.com The University of
2000 Nov 21
3
boxplot grouped by two variables.
Is there a quick way to make boxplots groups by two variables? By that I mean, that if x axes have values ("A","B","C"), than at each value there would be a few boxplots each for a value of second variable (say ("1","2","3")). Thank You. -- Vadim Kutsyy http://www.kutsyy.com vadim at kutsyy.com The University of
2003 Feb 18
1
coplot with boxplot panel function
I am attempting to construct a conditioning plot with a pair of boxplots within each panel. The resulting plot has panels misplaced. One misplaced panel is on top of the subcomponent describing ranges of the conditioning variable. This is what I did: X <- cut(rnorm(200), 2) Y <- runif(200) Z <- rnorm(200) given.Z <- co.intervals(Z, number = 4, overlap = .25) coplot(Y ~ X | Z,
2004 Nov 26
1
Coplot Given text
Greetings: I am unsuccessful in suppressing "Given : myvariable" from a coplot. There was such a question in the past but the thread breaks down. I am sure this is a "for dummies" question :-). I tried: coplot(myvar~myvar | myvar, show.given=FALSE, xlab="....", ylab="...", main=" ") and some other variations (including without main=" ")
2012 Dec 11
2
lattice question: how to change the dot on boxplot to line
Hi, How does one change the dot for the median in a boxplot drawn using lattice? I have been looking at > names(trellis.par.get()) [1] "grid.pars" "fontsize" "background" [4] "panel.background" "clip" "add.line" [7] "add.text" "plot.polygon"
2002 Mar 04
1
coplots
Hello list members, I am new to this list and don't know very much about what R can do or how to program it, but I am interested in plotting 4 variables as sequential contour plots (or surface plots), something like the conditioning plots for 4 variables (coplot(X1~X2|X3+X4)). To be more specific, I need a tool that will automatically create contour (orsurface) plots of X1 vs X2 vs X3 for
2006 Apr 13
1
bwplot vs boxplot$stats
Hi, can I find something comparable to boxplots$stats in the resulting trellis object of a bwplot() call? All I could find was a list named panel.args, which apears to be identical to the list I get calling xyplot(). This isn't helping very much since I would still have to compute the median/quantiles myself to use it for further statistical evaluation (such hierarchical clustering). All kind
2001 Jan 07
0
boxplot question
Hi All, As a follow-on from the mail below, it is possible to have boxplots based on means and variance for more than one input, i.e., bxp(input1,input2,....) Thanks in Advance, Dermot ******** Previous Mail on this subject *********** >I have a couple more questions about boxplots. In the books I've read on >statistics (I'm not a statistics expert but just a poor engineer
2000 May 16
4
How do I add fitted curves to coplots?
G''day I''ve been performing an analysis of some data by a follow the leader method (Bad I know but it seems to work and I think I understand all the steps now) and I''ve run into a problem. The analysis is for all practical purposes identical to the non-linear mixed effects analysis performed on Ludbrooks Rabbit data in the second edition of Venables & Ripley (page
2002 Apr 24
2
Changing the colour in boxplots using bwplot()
I've managed to find how to change trellis.settings$box.rectangle$col and trellis.settings$box.umbrella$col but I can't figure out how to change the colour of the point used to indicate outliers. There doesn't seem to be a general colour. What am I overlooking? best -- ************************************************************* ___ Patrick Connolly {~._.~}
2009 Nov 13
1
Trellis settings get lost when printing to pdf
Hi all, I've got some problems when changing the trellis settings for the lattice plots. The plots look exactly as I want them to when calling show.settings() as well as when plotting them in the graphical window. But when printing to a pdf file, none of the settings are used!? Does anyone know what might have happened? Because the when changing the trellis settings, these should remain in
2003 Nov 02
1
Boxplot with full x-range
Hi all, I'm new to R, and have the following problem: I wish to draw a boxplot of simple data in two columns. The x-axis (taken from first column) is grouped to intervals (using 'cut'). These intervals serve as x-value to the boxplot, and the data from the second column are the y-values. The problem is that I want to give an impression of the trend of the data in the x-range.
2012 Oct 30
3
create 3x2 panel boxplots
Hi, I would like to create a trellis plot (3x2) of 6 individual box plots. It would look like this: (Created semi-manually) <http://r.789695.n4.nabble.com/file/n4647878/Figure8.jpg> What would be the most elegant way to do this? Thank you! -- View this message in context: http://r.789695.n4.nabble.com/create-3x2-panel-boxplots-tp4647878.html Sent from the R help mailing list archive at
2009 Oct 22
3
Boxplot with grouped data
Dear All, Is there some way of drawing a boxplot, with R, when one does not have the original continuous data, but only the data grouped in classes? The function boxplot() can only deal with original data. Thanks in advance, Paul
2005 Jul 01
1
Setting lattice boxplot's lines to black
Hi R users. I'm using the lattice library and I need a print version for my graphics. How Set I my boxplot's lines to black ???? tpl<-trellis.par.get("plot.line") tpl$col<-"black" trellis.par.set("plot.line", tpl) Don't work. Boxplot's lines aren't black. Thanks a lot. This is my script. library(lattice) # I set background's
2000 Jul 18
5
X11 & dev2bitmap
Hi, I am trying to put some graphics I have generated from R on a webpage using dev2bitmap to create a bitmap, .BMP, file. When I look at my notes from 2 or 3 months ago I was successfully able to put the ACTIVE device plot result into a bitmap file using a command such as: dev2bitmap("InsectSpray.BMP") Job done! Now when I try the same command, I get the following: >
2000 Sep 15
1
Coplot Question (Unresolved)
Rers, I still have a question concerning the coplot function. I have written some code using the coplot: coplot(y ~ as.numeric(Base) | a * b) Where Base is a factor. And it works great! However, according to the way coplot works, Base is converted by "as.numeric" from Base values, A, C, G, and T to 1, 2, 3, and 4, which is not very helpful for data
2009 Nov 24
2
Grouped Boxplot
Hi R Users, I'm interested in plotting a grouped boxplot (please see attached file for sample). Can anyone suggest a function{package} which can help me achieve this. Thanks, Gary
2011 Feb 26
1
Boxplot for X Vs Y variable grouped by ID
Dear All, I am new to R. I amazed by this software. I have a question regarding boxplot. I have three columns say X, Y,ID (X is time from 0 to 12 hrs, Y is a variable dependent on X) I can plot a simple boxplot if it is just one group. But I have 10 groups and I want to plot all of them in one graphs. Something like multiple boxplots in one graph. I am not in R mailing list please reply to me
2009 Nov 26
1
{ggplot2} Adding Mean to (grouped) Boxplot.
Hi R Users, I am using following R code to plot a "grouped boxplot". I'm hoping if I can add MEAN to these boxplots. Data is copied below and attached as text file. install.packages("ggplot2") library(ggplot2) dta<-read.table("Sample.txt",header=T) attach(dta) p <- ggplot(dta, aes(factor(month), nail)) p + geom_boxplot(aes(fill = factor(trt))) Data: month