Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

18 results for “from:Evgeniy Kachalin”

Two factors -> nurical data dependency analyzing
Evgeniy Kachalin · Feb 19, 2006 · r-help

Hello, dear R users. What is the easiest and the most visualli understandable way to analize dependency of numerical variable on two factors? Is the boxplot(y~f1+f2) the good way? It seems that this formula does not work...

Impaired boxplot functionality - mean instead of median
Evgeniy Kachalin · Dec 1, 2005 · r-help

Wiener, Matthew ??????????: > interaction(A, B) will create a single factor made up of the combinations of > the two factors A and B. Perhaps that would let you use plotmeans. > > Hope this helps, > > Matt Wiener So you think plotmeans(num~interaction...

Impaired boxplot functionality - mean instead of median
Evgeniy Kachalin · Dec 1, 2005 · r-help

Austin, Matt ??????????: > Check your syntax on the bwplot call. > > fa <- data.frame(doz=sample(500:2000, size=500), fabp2=rep(1:20, 25)) > > bwplot(factor(fabp2) ~ doz, data=fa, panel=panel.bpplot) Yes, that's almost the same.... But there...

Two factors -> nurical data dependency analyzing
Evgeniy Kachalin · Feb 19, 2006 · r-help

Prof Brian Ripley ?????: > I carefully tested my suggestions in the current version of R, 2.2.1, > before posting. They DO work, and as you have not even told us your > version of R, we have no idea what you...

R-help Digest, Vol 35, Issue 7
Evgeniy Kachalin · Jan 7, 2006 · r-help

Hello, dear participants! Could you tip me, is there any simple and nice way to build scatter-plot for three different types of data (, and o and * - signs, for example) with legend. Now i can guess only that way: plot...

Mass 'identify' on 2d-plot
Evgeniy Kachalin · Dec 5, 2005 · r-help

Hello, dear R-users. I have 2-d dotplot with two variables: x, y. Dots on this dotplot are grouped in human-recogniseable areas. These areas are not round-shaped nor oval-shaped. They are free-form, but still recogniseable...

R-help Digest, Vol 36, Issue 21
Evgeniy Kachalin · Feb 21, 2006 · r-help

Hello, dear R users. I've already sent a question here, but I'm not sure that it had been read. I need to visualize classification of my numerical data based on 2-3 factors. As I suppose, the best...

Impaired boxplot functionality - mean instead of median
Evgeniy Kachalin · Dec 1, 2005 · r-help

Hello to all users and wizards. I am regulary using 'boxplot' function or its analogue - 'bwplot' from the 'lattice' library. But they are, as far as I understand, totally flawed in functionality: they miss ability to select what they would...

R-help Digest, Vol 36, Issue 21
Evgeniy Kachalin · Feb 21, 2006 · r-help

Evgeniy Kachalin wrote: > Hello, dear R users. > > I've already sent a question here, but I'm not sure that it had been read. > > I need to visualize classification of my numerical data based on 2-3 > factors. As I...

Two factors -> nurical data dependency analyzing
Evgeniy Kachalin · Feb 19, 2006 · r-help

Prof Brian Ripley ?????: > On Sun, 19 Feb 2006, Evgeniy Kachalin wrote: > >> Hello, dear R users. >> >> What is the easiest and the most visualli understandable way to analize >> dependency of numerical variable on two factors? > > interaction.plot() is a good start...

Impaired boxplot functionality - mean instead of median
Evgeniy Kachalin · Dec 1, 2005 · r-help

Marc Schwartz (via MN) ??????????: > On Thu, 2005-12-01 at 19:40 +0300, Evgeniy Kachalin wrote: > >>Martin Maechler ??????????: >>So I analize genetics data. I have some factor (gene variant, c(1,2,3)) >>and the quantitative variable corresponding to that...

Two factors -> nurical data dependency analyzing
Evgeniy Kachalin · Feb 19, 2006 · r-help

Prof Brian Ripley ?????: > On Sun, 19 Feb 2006, Evgeniy Kachalin wrote: > >> Hello, dear R users. >> >> What is the easiest and the most visualli understandable way to analize >> dependency of numerical variable on two factors? > > interaction.plot() is a good start...

Impaired boxplot functionality - mean instead of median
Evgeniy Kachalin · Dec 1, 2005 · r-help

Frank E Harrell Jr ??????????: > Evgeniy Kachalin wrote: > >> Marc Schwartz (via MN) ??????????: >> >>>> Marc Schwartz (via MN) ??????????: >> > > library(Hmisc) > library(lattice) > ?panel.bpplot > > bwplot(...., panel=panel.bpplot) > > By default, panel.bpplot shows the mean (dot) and median (line) plus > several quantiles. To...

Mass 'identify' on 2d-plot
Evgeniy Kachalin · Jan 7, 2006 · r-help

Barry Rowlingson Ð¿Ð¸ÑˆÐµÑ‚: > Evgeniy Kachalin wrote: > >> What is ability in R to graphically (per mouse) define some area and >> to select all the...

Mass 'identify' on 2d-plot
Evgeniy Kachalin · Dec 5, 2005 · r-help

Duncan Temple Lang Ð¿Ð¸ÑˆÐµÑ‚: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > > Barry Rowlingson wrote: > >>Evgeniy Kachalin wrote: >> >> >> >>>What is ability in R to graphically...

Impaired boxplot functionality - mean instead of median
Evgeniy Kachalin · Dec 1, 2005 · r-help

Martin Maechler ??????????: > Boxplots were invented by John W. Tukey and I think should be > counted among the top "small but smart" achievements from the > 20th century. Very wisely he did *not* use mean and standard deviations. > > Even though it's...

R-help Digest, Vol 35, Issue 7
Evgeniy Kachalin · Jan 8, 2006 · r-help

Uwe Ligges Ð¿Ð¸ÑˆÐµÑ‚: > Evgeniy Kachalin wrote: > >> Hello, dear participants! >> >> Could you tip me, is there any simple and nice way to build >> scatter...

Impaired boxplot functionality - mean instead of median
Evgeniy Kachalin · Dec 1, 2005 · r-help

Marc Schwartz (via MN) ??????????: >>Marc Schwartz (via MN) ??????????: >>So plotmeans is incapable of: boxplot(numerical~fact1+fact2). Is there >>any way further? > > > I think that somehow we are talking past each other here. > > plotmeans() does what it is designed to...

Can't find what you're looking for? Try searching with Google .