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.

28 results for “from:Sun Shine”

Warning message when starting RStudio
Sun Shine · Apr 22, 2015 · r-help

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...

Noob question re: writing while loops on one line
Sun Shine · Feb 15, 2015 · r-help

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...

Updating to R 3.1.1. - impacts on existing packages
Sun Shine · Feb 2, 2015 · r-help

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...

Warning message when starting RStudio
Sun Shine · Apr 24, 2015 · r-help

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...

Removing words and initials with tm
Sun Shine · Apr 10, 2015 · r-help

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...

Using a text file as a removeWord dictionary in tm_map
Sun Shine · Feb 28, 2015 · r-help

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...

Rgraphviz and NA indices error
Sun Shine · Feb 26, 2015 · r-help

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...

Noob question re: writing while loops on one line
Sun Shine · Feb 15, 2015 · r-help

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...

Translating a basic Python script into R
sun shine · Dec 29, 2013 · r-help

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...

Removing words and initials with tm
Sun Shine · Apr 10, 2015 · r-help

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...

Removing words and initials with tm
Sun Shine · Apr 10, 2015 · r-help

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...

Working with data frames
Sun Shine · Dec 11, 2014 · r-help

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...

Translating a basic Python script into R
sun shine · Dec 29, 2013 · r-help

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...

Solved: Re: text miner error: Error in UseMethod("meta", x)
Sun Shine · Feb 26, 2015 · r-help

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...

text miner error: Error in UseMethod("meta", x)
Sun Shine · Feb 25, 2015 · r-help

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...

Noob question re: writing while loops on one line
Sun Shine · Feb 15, 2015 · r-help

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...

rmarkdown linux mint 17
Sun Shine · Apr 10, 2015 · r-help

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...

Using a text file as a removeWord dictionary in tm_map
Sun Shine · Mar 1, 2015 · r-help

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...

Cluster analysis using term frequencies
Sun Shine · Mar 24, 2015 · r-help

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...

Removing words and initials with tm
Sun Shine · Apr 10, 2015 · r-help

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 .