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.

8 results for “from:behave”

filter data.frame
behave · Oct 7, 2010 · r-help

Thanks, works perfectly -- View this message in context: http://r.789695.n4.nabble.com/filter-data-frame-tp2966377p2966398.html Sent from the R help mailing list archive at Nabble.com.

qplot(model)
behave · Sep 15, 2011 · r-help

problem solved ?fortify -> examples thanks Michael -- View this message in context: http://r.789695.n4.nabble.com/qplot-model-tp3815060p3815113.html Sent from the R help mailing list archive at Nabble.com.

qplot(model)
behave · Sep 15, 2011 · r-help

hi R Community Is it possible to plot a model using the ggplot2 package. Something like: x<-rnorm(100) y<-rnorm(100) fit<-lm(y~x) plot(fit) but with ggplot2 qplot(fit)? thanks michael -- View this message in context...

"stepwise" sum
behave · Oct 5, 2011 · r-help

dear R-Community is there a function which sums data "stepwise" exp: 2 1 4 5 Desired result 2 = 2 2+1 = 3 2+1+4 = 7 2+1+4+5 = 12 Is there a built in function for this...

filter data.frame
behave · Oct 7, 2010 · r-help

hi all, how do I filter a dataframe. What I am looking for is something like: data<-data.frame(matrix(c(2,2,1,2,2,2,2,2,3),byrow=TRUE,ncol=3)) subset(data, subset=(X3=="3" && X2...

Configuring Proxy: Proxy Authentication Required with --internet2
behave · Aug 30, 2011 · r-help

That was my first guess as well, but unfortunately this doesn't solve the problem. I is remarkably that IE requires authentification for every new instance I open (even if another instance is already open)... Any other hints? -- View this...

Append data to vector form a column of a dataframe
behave · Oct 12, 2011 · r-help

Dear R-community, When doing this: > test<-data.frame(a=c(1,2,3)) > rbind(test$a, 3) I expect something like: > 1 > 2 > 3 > 2 but get: > [,1] [,2] [,3] >[1,] 1 2 3 >[2,] 2 2 2 the...

Configuring Proxy: Proxy Authentication Required with --internet2
behave · Aug 29, 2011 · r-help

Hi there I'm trying to configure R to get access to the internet. Using the Internet Explorer a proxy .pac script is used. Reading some older threads I found that I can use the --internet2 option. When choosing a...

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