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:miya”

Creating a directory for my data
miya · Mar 11, 2009 · r-help

Sorry, I did forget to add what it is I want to get. I wish to get a result like the following: Legend: ID Title 1 Article A 2 Article B 3 Article C 4 Article D ... i Article "N...

RQDA issue
Miya Draga · Jan 29, 2017 · r-help

Hello, Sincerest apologies if I am emailing the wrong person/people, but I had a hard time finding contact information that seemed relevant to the issue that I'm having. I hope someone can answer my question. I would like...

Time series
miya · Feb 15, 2009 · r-help

Hello everyone. I am trying to plot data from a time series in R and have run across some problems. I was wondering if someone could help. I have data taken every 15 minutes of a list of rankings of...

Zoo or TS
miya · Feb 21, 2009 · r-help

Hi everyone, I'm trying to plot some data across time. I have a list of articles, ranks, date/times, authors, etc. Someone suggested using zoo and someone suggested using ts. I'm pretty new at this and have been...

Creating a directory for my data
miya · Mar 10, 2009 · r-help

Hi everyone, I am currently working with a very large data set. It is data collected a few times a day, so there are repeated titles in the data set. I want to assign an id number to each different...

Zoo or TS
miya · Feb 22, 2009 · r-help

Sorry, forgot to attach the error it is giving me. > if(NYT["Title"]=="A") + plot(NYT["B"],ylim=c(0,50),xlim=c(0,50),ylab="B",xlab="A") Warning message: In if (NYT["Title"] == "A") plot(NYT["B"], : the...

Zoo or TS
miya · Feb 22, 2009 · r-help

Thank you Tony. I tried that, but still got an error. This is what I got. if(df["Title"]=="A") + plot(df["B"]) Error in `[.data.frame`(df, "Title") : undefined columns selected I Think there is something wrong with my...

Zoo or TS
miya · Feb 22, 2009 · r-help

Hello all, I've been able to separate the columns now so that when I call NYT[,9] it gives me just that column. I'm still trying to plot however. When I used the previous if()plot() statement it...

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