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.

5 results for “from:djhurio”

Changing a logical matrix into a numeric matrix
djhurio · Jan 10, 2011 · r-help

Nice solution :) Another one: m <- matrix(c(T,T,F,T),nr=2) m matrix(as.integer(m), dim(m)) ----- -- http://djhurio.wordpress.com/ http://twitter.com/djhurio http://www.linkedin.com/in/martinsliberts http://www.csb.gov.lv/ -- View...

Shortcut key to get to beginniing of line in R?
djhurio · Jan 10, 2011 · r-help

Isn't Ctrl+a used for "select all" in R GUI (under Windows)? Ctrl+e does not work for me. What editor are you using? ----- -- http://djhurio.wordpress.com/ http://twitter.com/djhurio http://www.linkedin.com/in/martinsliberts http...

Decomposition of time series with forecast package
djhurio · Apr 14, 2009 · r-help

Hi! I am exploring the forecast package (http://www.robjhyndman.com/ index.php?option=com_content&task=view&id=55&Itemid=71). I am doing ARIMA modelling with auto.arima() function. Is it possible to get the decomposition of a...

How to get the source code for the assignment of a variable?
djhurio · Feb 11, 2010 · r-help

I believe there is not such thing as source code for a variable. I believe if you define x=y*y, x is keeping only the values of y*y, but not how they were computed. Am I right? ----- -- http...

to extract data
djhurio · Apr 20, 2009 · r-help

Hi, Try this one: beechworth.dt.2 <- beechworth.dt[beechworth.dt$Year>="1927" & beechworth.dt$Year<="2007",] Martins On Apr 20, 9:59?am, Roslina Zakaria <zrosl... at yahoo.com> wrote: > Hi R-users, > > I have a set of data...

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