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.
Hi list Recently, when starting up RStudio, the following warning is being displayed: "Error in tools:::httpdPort <= 0L : comparison (4) is possible only for atomic and list types" I think that this is specific to RStudio because starting R in...
Hi list I'm working through some exercises and did a while loop which raised an issue for me: I can write out the while loop so: > count <- 0 while(count < 10) { print(count) count <- count + 1 } And this works...
Hi list I've signed up for a Coursera course on exploratory data analysis, and the recommendation is to update to R base 3.1.1. I'm currently on 3.0.2. If I do upgrade, what is the...
On 23/04/15 13:41, Albin Blaschka wrote: > Hello > > Am 23.04.2015 um 09:57 schrieb Berend Hasselman: >> >>> On 23-04-2015, at 08:45, Sun Shine <phaedrusv at gmail.com> wrote: >>> >>> Hi list >>> >>> Recently, when starting up...
Hi list Using the tm package, part of the pre-processing work is to remove words, etc. from the corpus. I wish to remove people's names and also their initials which are peppered throughout the corpus. But, because some...
Hi list Although this query applies specifically to the tm package, perhaps it's something that others might be able to lend a thought to. Using tm to do some initial text mining, I want to include an external (to...
Hi list Can someone help me debug the following please: Having downloaded and installed the bioconductor packages and Rgraphviz, I am attempting to plot a network graph showing the relation among chosen words in the corpus of text data. I...
Brilliant Jim - that does the trick!! I guess then that the semi-colon rule works for any program or function that is being written on one line? Any reason why when writing this out in the RStudio source editor no...
On 29/12/13 10:45, YuHong wrote: > > In my opinion, the best usages of Python and R should be for different > type of tasks respectively. For example, Python is good for > automating miscellaneous tasks, while R is good for...
Hi Jim The name's come up on my radar, but that's about it. I'll look into it. Thanks for the reference. All the best S On 10/04/15 23:36, Jim Lemon wrote: > Hi Sun, > No...
Thanks Jeff. I'll add that to the ever-growing list my current studies are generating daily. :-) Cheers S On 10/04/15 14:32, Jeff Newmiller wrote: > "I suspect that it might have something to do with regular expressions...
Hello I am struggling with data frames and would appreciate some help please. I have a data set of 13 observations and 80 variables. The first column is the names of different political area boundaries (e.g. MHad, LBNW, etc...
Hi Ista On 28/12/13 23:06, Ista Zahn wrote: > Hi, > > <snip> > I don't see any nested conditions in the python code... A direct > translation in R looks almost the same, except that you need to group > using...
Hi list Closing this one off myself, this is what I did: The error seems to concern the update of tm to version 0.6: the conversion to lower case text should now be: > docs <- tm_map(docs, content_transformer...
Hi list I've been working my way through a tutorial on text mining ( http://onepager.togaware.com/TextMiningO.pdf ) and all was well until I came across this problem using tm (text miner): ++++++++++code+++++++++++++++++++ > docs <- tm_map(docs, content...
Thanks John: understanding it as a line return makes sense! Cheers Sun On 15/02/15 14:59, John Kane wrote: > Hi Sun, > Can you check the code in the one line command in RStudio? > > I tied it and got...
Hi Aurora I wonder if the problem you are having concerns the GCC (GNU c) compiler rather than R itself? I know it doesn't help you, but using the exact same rig as yourself, rmarkdown installed successful after pulling...
Thanks Jim. I thought that I was passing a vector, not realising I had converted this to a list object. I haven't come across the scan() function so far, so this is good to know. Good explanation - I'll...
Hi list I am using the 'tm' package to review meeting notes at a school to identify terms frequently associated with 'learning', 'sports', and 'extra-mural' activities, and then to sort any terms according to these three headers in a...
Thanks Jim Can you say more about a R spell checker, or were you thinking of opening the parsed documents in a word processor, e.g. LibreOffice? After stemming the documents, most of the words are mangled, e.g. 'people...
Can't find what you're looking for? Try searching with Google .