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.

164 results for “from:Dan Bolser”

Strange characters in 2.1.0?
Dan Bolser · Jun 6, 2005 · r-help

Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1 Signif. codes: 0 <80><98>***<80><99> 0.001 <80><98>**<80><99> 0.01 <80><98>*<80> <99> 0.05 <80><98>.<80><99> 0.1 <80...

Legend placement in barplot?
Dan Bolser · Nov 3, 2004 · r-help

This has been asked before, but all the answers are hidiously complex. The legend.text=TRUE option of barplot is almost exactly what I need, except I need a legend.placement='tl' (top left) option. This option would be in...

plot.default and open ended limits
Dan Bolser · Jan 9, 2005 · r-help

Hi, I would like to bound the lower limit of my y scale to zero, and let R chose an upper limit. Something like plot(x,ylim=c(0,)) or plot(x,ylim=c(0,na)) but nither of these...

R Graph Gallery : categorization of the graphs
Dan Bolser · Jun 7, 2005 · r-help

On Tue, 7 Jun 2005, David Forrest wrote: >On Tue, 7 Jun 2005, Dan Bolser wrote: >... >> I agree, but its hard to get people contributing without something >> centralized (some central autohrity). The problem with the existing wiki >> >> http://fawn.unibw...

Question about 'text'
Dan Bolser · Jul 24, 2005 · r-help

On Sun, 24 Jul 2005, John Wilkinson wrote: >Dan, > >Another tweak ! > >If you want the 'legend' to look pretty you can resize it by adding,say, > >'cex=0.6' into the legend code; try--- > >legend("topleft", #inset=-1, > legend = do...

Question about density()
Dan Bolser · Mar 3, 2005 · r-help

If I integrate over the result of the density() funcion, is the result 1? For example x <- rnorm(1000) plot(density(x)) Does the area under the curve I see sum to 1? What I really want to know is...

data(eurodist) and PCA ??
Dan Bolser · Oct 12, 2004 · r-help

If I perform PCA on the 'eurodist' data, should I get an accurate geographic layout of the cities with biplot? (barring inversions, i.e. their is no way to define north.. but you get the idea...) I have a complex...

hclust title and paste - messed up
Dan Bolser · Oct 11, 2004 · r-help

I use the following code to scan a (limited) parameter space of clustering strategies ... data <- read.table(... dataTranspose <- t(data) distMeth <- c("euclidean", "maximum", "manhattan", "canberra", "binary" ) clustMeth <- c("ward", "single", "complete", "average", "mcquitty", "median", "centroid" ) par(ask=TRUE) for...

hist function to give each cell equal area
Dan Bolser · Jan 7, 2005 · r-help

Hi, I want to use hist with non-equi-spaced breaks, picked such that the fraction of the data points falling in the cells (defined by 'breaks') is roughly equal accross all cells. Is there such a function that will...

documentation source diff...
Dan Bolser · Jun 3, 2005 · r-devel

Hi, I forgot the name of the function 'colSums', and expected to be able to find it through the 'see also' section of the documentation for the 'sum' function. Here is the diff I made of the altered documentation to...

camberra distance?
Dan Bolser · Jun 29, 2004 · r-help

On Tue, 29 Jun 2004, Wolski wrote: >Hi! > >Its not an R specific question but had no idea where to ask elsewhere. > >Does anyone know the orginal reference to the CAMBERA DISTANCE? > >Eryk. > >Ps.: >I knew that its an out...

R IRC channel?
Dan Bolser · Jun 3, 2005 · r-help

/server irc.freenode.net /join #R :) On Fri, 3 Jun 2005, Robert Citek wrote: > >Is there an IRC channel for R? > >I have a bunch of relatively simple questions that I can't find >answers to. So it'd be...

bootstrap proportions?
Dan Bolser · Jan 4, 2005 · r-help

Hello, I have several ordered groups (20), each with several observations. Each group has fewer observations roughly linearly from 30 to 0. Each observation is a proportion. As I know the max and min values for a proporion are 1...

barplot and missing values?
Dan Bolser · Jun 4, 2005 · r-help

On Sat, 4 Jun 2005, Uwe Ligges wrote: >Dan Bolser wrote: > >[all previous stuff deleted] > >I see, what comes out of this longish thread is: > > - barplot() and barplot2() both have deficiencies for you particular >examples, so it is time to...

way off topic
Dan Bolser · Jan 19, 2005 · r-help

Try one of the sci.* news groups (google groups) you should be able to find a specific group and ask this question there. On Wed, 19 Jan 2005, Erin Hodgess wrote: >Dear R People: > >Here is another off topic question...

highly biased PCA data?
Dan Bolser · Nov 4, 2004 · r-help

Hello, supposing that I have two or three clear categories for my data, lets say pet preferece across fish, cat, dog. Lets say most people rate their preference as being mostly one of the categories. I want to do pca...

print(cat(bleh)) shows up strange NULL
Dan Bolser · Jan 4, 2005 · r-help

I am trying the following code... for(i in 1:bins){ print(cat(c(i, length(var1[var1==i])))) } Where var1 is a vector with zero or more values = {1, 2, ..., bins} (or something like that). The result I get...

barplot names.arg
Dan Bolser · Mar 6, 2006 · r-help

Marc Schwartz (via MN) wrote: > On Mon, 2006-03-06 at 15:40 +0100, Roland Kaiser wrote: > >>How can i set a rotation for the names.arg in barplot? > > > > See R FAQ 7.27 How can I create rotated axis...

Simple 'frequency' function?
Dan Bolser · Jul 9, 2004 · r-help

Hi, I have designed the following function to extract count frequencies from an array of integers. For example... # Tipical array x <- cbind(1,1,1,1,1,2,2,2,2,3,3,3,3,4,5,6,7,22...

Binning question (binning rows of a data.frame according to a variable)
Dan Bolser · Mar 17, 2006 · r-help

Hi, I have tuples of data in rows of a data.frame, each column is a variable for the 'items' (one per row). One of the variables is the 'size' of the item (row). I would like to cut my...

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