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.

9 results for “from:Joseph LeBouton”

removing intercept from lm() results in oddly high Rsquared
Joseph LeBouton · Aug 6, 2006 · r-help

Can anyone help me understand why an lm model summary would return an r.squared of ~0.18 with an intercept term, and an r.squared of ~0.98 without the intercept? The fit is NOT that much better, according...

Ordering boxplot factors
Joseph LeBouton · Jan 5, 2006 · r-help

Hi all, what a great help list! I hope someone can help me with this puzzle... I'm trying to find a simple way to do: boxplot(obs~factor) so that the factors are ordered left-to-right along the...

changing degrees of freedom in summary.lm()
Joseph LeBouton · Feb 26, 2006 · r-help

Hello all, I'm trying to do a nested linear model with a dataset that incorporates an observation for each of several classes within each of several plots. I have 219 plots, and 17 classes within each plot. data.frame...

aggregate vs tapply; is there a middle ground?
Joseph LeBouton · Feb 11, 2006 · r-help

Dear all, I'm wanting to do a series of comparisons among 4 categorical variables: a <- aggregate(y, list(var1, var2, var3, var4), sum) This gets me a very nice 2-dimensional data frame with one column per variable, BUT...

probability histogram question
Joseph LeBouton · Aug 19, 2004 · r-help

Hello, all; I get an unexpected result when trying to plot a probability histogram with R1.9.1 on windows xp: #with the following code: > x <- runif(100,0,1) > hist(x) > hist(x, freq=F) > h <- hist(x, freq...

SUMMARY: aggregate vs. tapply
Joseph LeBouton · Feb 12, 2006 · r-help

Hi all; Thanks for the responses to my query of how to make tapply into a table instead of an n-dimensional array. Summary of responses follows: Peter Dalgaard: as.data.frame(with(tmp,as.table(tapply(C,list(A...

aggregate vs tapply; is there a middle ground?
Joseph LeBouton · Feb 11, 2006 · r-help

Thanks, Phil! I've literally spent two hours on my own trying to find something that does exactly that. Thanks for another pair of functions added to my (slowly!) growing R vocabulary. -jlb Phil Spector wrote: > Joseph - > I'm sure...

probability histogram question
Joseph LeBouton · Aug 19, 2004 · r-help

Alec, Thanks for your reply. I guess what I'm getting at is that I to plot the histogram such that the HEIGHT of each bar represents the proportion of that class in the sample. From your reply I gather...

Ordering boxplot factors; thank you!
Joseph LeBouton · Jan 8, 2006 · r-help

Profs. Ripley and Schwartz, Thank you both very much for the suggestions! These are exactly what I was looking for. I'll re-read the boxplot help yet again; every time I read it something essential worms its way into...

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