search for: tibert

Displaying 11 results from an estimated 11 matches for "tibert".

Did you mean: gibert
2009 Nov 27
6
Learning R - View datasets
Hi All, I am making a serious effort to try to learn R, but one hurdle I am facing is that I need to "see" the data as I walk through the examples in the packages. For instance, many examples on the web start by a command like data("wines"). How can I actually view what the dataset looks like prior to transformations and analysis? I have tried to use edit() , print, and
2009 Jan 26
3
Tinn-R
Hi Everyone, I was hoping someone could help me with the settings for Tinn-R. I see in the screen shots that it has syntax help, or something similar (tips on what functions, etc). I can not seem to get this to turn on in the program, and I am wondering if I have to set up a few options. I quickly read through the help and could not figure it out. Many thanks! - Brock P.S. It appears as
2008 Mar 04
1
Error in Arules
Hi everyone, This is my first posting and I am just starting to fumble my way thru R. I have been working thru the Arules package, and I used to be able to use the image function and I get the following message: Error in image.default(basket2) : 'z' must be a matrix I used to be able to plot the image. I only started to get this error when I tried to add x and y axis labels.
2009 Dec 07
1
igraph plot - vertex colors
Hi everyone, I have successfully created and analyzed my network data. I am new to R, and Network Analysis too, but I want to color my vertex based on some of the centrality measures calculated. Can someone point me in the right direction? Again, I am new to R, but given how powerful R appears to be, I figure this is probably pretty easy to do, I just wish I could figure it out. Many thanks
2010 Apr 07
1
It This data viz possible in R?
Hi All, I am new to R, but it has been a lot of fun learning as I go and have been blow away by what it can do. Came across this example and wanted to see if ggplot2 or some other visualization package could make this sort of graphic.
2009 Jan 26
1
PCALG Package
Hi all, Can anyone help me setup this package so I can use it. I am getting errors with the Rgraphviz package and have tried a number of ways to get this to work. Any help will be greatly appreciated! I am sorta new to R but have been actively trying to get into using it as my main analysis software. Thanks, Brock [[alternative HTML version deleted]]
2009 Jul 23
1
RMySQL Error
Hi Everyone, I am relatively new to R, but I want to try to learn how to use it and potentially replace the other commercial packages I have learned to use over the years. That said, I need to get at data in databases, more specifically, MySQL. I installed the RMySQL package without error, but when I try to load it, I get the following error: > library(RMySQL) Loading required package: DBI
2009 Nov 28
1
Kohonen Package
Hi All, I am still learning R, but making, IMO, great strides. I learned about Kohonen/Self-Organizing Maps in class and I would like to try to replicate some of the things we have seen in class. Below is my code. I am trying to create a u-matrix. In the documentation on page 9 it appears the type of plot, dist.neighbours should do the trick, however, I am getting an error: (Error in
2009 Dec 01
1
Overlapping Plot Labels and Color Palette
Hi all, I am new to R, but with the help I have received thus,I have already been able to work through a bunch of questions on my own in just a few days. I imagine my questions are relatively simple, but here she goes. 1) I am using a package where one of the objects generated represents X/Y coordinates for each observation. I have been able to plot my row names onto the graph using text()
2010 Dec 16
0
Revolutions Blog: November Roundup
....ly/ev1WxP R co-creator Ross Ihaka wins a Lifetime Achievement Award in Open Source: http://bit.ly/9PdD5C Revolution has job openings for R programmers: http://bit.ly/hgtkSK We're looking for suggestions about useful R functions that more people should know about: http://bit.ly/i9w0FP Brock Tibert wrote some R code to scrape a website of election results and chart the returns in real time: http://bit.ly/hZPMbc We published the final installment of the "R is Hot" article series: http://bit.ly/hFKsAm We launched the free "Pretty R" tool for publishing highlighted R code t...
2009 Dec 04
0
Network Graph Add Labels
Hi Everyone, I am new to R and just trying my hand at plotting a network from my dataset. I am trying to teach myself network analysis, so this is probably an easy question. Using the package network, I have successfully plotted my network. I simply want to add labels to my vertices, with the label corresponding to the data I fed into the edgelist. For simplicity sake, my edgelist looks like