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.

15 results for “from:Anna H. Pryor”

modulus operator?
Anna H. Pryor · May 19, 2003 · r-help

Is there a modulus operator in R? Anna

Post Hoc methods for anova in R
Anna H. Pryor · Aug 12, 2003 · r-help

Does anyone know of some methods already programmed up ( ie freeware : ) ) in R for the post hoc methods in anova. Particularly Scheffe's method or Tukey's? Anna

lines and legend
Anna H. Pryor · Jul 1, 2003 · r-help

When I am trying to put a legend on a plot where I am using "lines", R just ignores it. I can do it with boxplot or plot, but just not with lines. Am I doing something wrong? Maybe I...

anova
Anna H. Pryor · Jul 31, 2003 · r-help

I am totally confused as to how to use anova. I have three vectors and would like to use anova on them but I don't understand how lm or glm comes into play. In matlab, you just give the...

indexing into a list
Anna H. Pryor · Jun 11, 2003 · r-help

I am trying to make an array of lists. I don't think that I am doing it right however because I cannot access the individual elements of the lists once I have created the array of lists. Can someone...

calling files of commands in R
Anna H. Pryor · May 23, 2003 · r-help

Please excuse me if this is a very basic question and I am just misunderstanding the basic structure of R. Right now, I am writing everything in a buffer (emacs) and then copying it into R when it is correct...

plot vertical labels along x axis
Anna H. Pryor · May 7, 2003 · r-help

I know how to print my own labels along the x axis: plot(1:10,xlab = "My label", axes = FALSE) axis(1,at=seq(1,10,by=2),labels=c("first","second","third","fourth","fifth")) Is there a way to...

source vs. editor
Anna H. Pryor · Jun 17, 2003 · r-help

When I am trying to use the source function to read in some lines of code, I get an error. The code is simply a boxplot: boxplot(s$fitness2weightedSum,s$OffNader10xWeightweightedSum,s$OffNader5xWeightweightedSum,main="weightedSum",col=8) axis(1,at...

anova and tukeyHSD
Anna H. Pryor · Aug 13, 2003 · r-help

I would like to do a one way anova and then a tukeyHSD. I have three vectors A,B and C. In a previous help message, I was told to do the following for the anova: y = c(A,B...

labels
Anna H. Pryor · Apr 29, 2003 · r-help

I don't know how to retain my row labels. I read in a table with row labels, ie: Price Floor Area Rooms 52. 111. 830 5 54. 128. 710 5 47.4 101 1000 4 ... but then I need...

plots
Anna H. Pryor · Apr 29, 2003 · r-help

I have two separate questions. The first is when I use xlab, the labels on my tic marks disappear. Is there a way to make them reappear? Also, is there a way to make my own labels for the tick...

indexing into a list 2
Anna H. Pryor · Jun 12, 2003 · r-help

I didn't explain myself well. You are right about not needing a list on the right hand side of the equation below. What I end up with is a list of arrays. Now what i would like to do...

lines and legend
Anna H. Pryor · Jul 1, 2003 · r-help

Yes, I am using plot and then lines. The legend is just not appearing. I am using the coordinates of the legend (150,4) which work on boxplot and plot. I have not looked at the output of par (I...

anova
Anna H. Pryor · Aug 4, 2003 · r-help

I looked at the Introduction to R and am still confused. Would it be possible to ask a question in which I have three vectors and I want to perform an anova on them. Say A,B, and C. Is...

legend() with option adj=1
Anna H. Pryor · Jun 5, 2003 · r-help

Is there a simpler way then the solution to the one that was posted here? I'm not very proficient with legend, and I don't understand this solution. All I have is two or more lines on one plot...

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