Search Discussions
-
Hi all, My main Dell melted down a month ago and I need to buy a new workstation. It will be Win7 64 bit and fast graphics card with large RAM. For GIS (ArcGis) I am opting for 6 GB RAM. Is there any ...
Neotropical bat risk assessments
Mar 22, 2012 at 3:26 pm
Mar 28, 2012 at 5:19 pm -
I am having trouble reading this CSV file in R. There are six attributes that I need to read - CVar1, CVar2, Location, Year, Nvar3, Nvar4. Can somebody help in reading this file? On line 10 it has ...
Ashish Agarwal
Mar 16, 2012 at 11:03 am
Mar 26, 2012 at 7:27 am -
Here's the raw data I'm working with (will be available temporarily): http://dl.dropbox.com/u/41922443/dataout_2471_843.csv Next, here's the code I want to impose (error that I'm seeing SHOULD ...
Knavero
Mar 14, 2012 at 11:57 am
Mar 14, 2012 at 10:39 pm -
Dear all, I created a bivariate normal distribution: set.seed(138813) n<-100 x<-rnorm(n); y<-rnorm(n) and plotted a scatterplot of it: plot(x,y) Now I'd like to add the 2D-standard deviation. I found ...
Drflxms
Mar 3, 2012 at 2:54 pm
Mar 4, 2012 at 1:19 am -
Hi R-users, I am trying to automate the daily running of a simple R script from Windows 7. scheduler. I can schedule my laptop to automatically open R at a certain time, but not to execute a script ...
Vincent.deluard
Mar 5, 2012 at 4:55 pm
Jul 4, 2012 at 8:47 am -
Hi all, I am trying hard to do the following and have already spent a few hours in vain: I wanted to do the scatter plot. But given the high dispersion on those dots, I would like to bin the x-axis ...
Michael
Mar 10, 2012 at 12:37 am
Mar 12, 2012 at 12:25 am -
Dear R wizards: is there a clean way to assign to elements in a list? what I would like to do, in pseudo R+perl notation is f <- function(a,b) list(a+b,a-b) (c,d) <- f(1,2) and have c be assigned 1+2 ...
Ivo welch
Mar 30, 2012 at 10:40 pm
Apr 4, 2012 at 5:21 am -
Hello, I have two different dataset, and wanted to join the two. For example I have a table of codes of cities, and other with with the codes of travels, [source for the destine]. what he wanted was ...
MSousa
Mar 26, 2012 at 9:41 am
Mar 27, 2012 at 4:30 pm -
hi I plot a series of observation data every minutes in a day as the attachment below plot(wnd,type='l',lty=1,col='red',lwd=1,xlab=xxlab,ylab=yylab,ylim=YY) In the figure, the x-axis tickment is the ...
Jie Tang
Mar 8, 2012 at 3:25 am
Mar 18, 2012 at 10:34 am -
Dear all, suppose I have a vector with elements as: Vec <- c(2,3,4,5,6) Now I want to have all possible combination of length 3 using those elements and without any repetition. Like, I want to have 1 ...
Somnath Dhar
Mar 28, 2012 at 7:17 pm
Mar 29, 2012 at 1:55 pm -
When using a gtkDrawingArea as a Cairo device I very often encounter the error: "figure margins too large" Even for the below "getting started" example from http://www.ggobi.org/rgtk2/ this is the ...
Mark Heckmann
Mar 8, 2012 at 7:27 pm
Mar 27, 2012 at 2:07 am -
Hello I am developing a small program that to calculate the maximum, minimum and average. The data.frame v is POS DIF 4 - 4 56 4 - 3 61 3 - 3 300 3 - 3 27 3 - 3 33 3 - 3 87 3 - 4 49 4 - 4 71 4 - 3 ...
RMSOPS
Mar 13, 2012 at 9:45 am
Mar 19, 2012 at 9:24 pm -
After a long and winding road (sorry but I'm a novice) I get to a final result which is quite close to what I need; nevertheless I would like to tweak a little further the xyplot so that I can get ...
Maxbre
Mar 28, 2012 at 10:21 am
Apr 12, 2012 at 6:42 am -
Hi all! I'm trying to save an output of the HEXBIN process... is so much data (105k), and I need to export to an ASCII file. I tried to use: write.table() ---- Error in as.data.frame.default(x[[i]], ...
Fco.pch
Mar 22, 2012 at 4:31 pm
Mar 23, 2012 at 5:32 pm -
Hi all: I'm attempting to create a faceted plot with ggplot2 and I'm having issues with a factor's order that is used to define the facet_grid(). The factor (named total.density) has three levels - ...
Justin Montemarano
Mar 21, 2012 at 2:26 pm
Mar 21, 2012 at 5:22 pm -
Hello, Does anyone know of a way I can speed this up? Basically I'm attempting to get the data item on the same row as the report date for each report date available. In reality, I have over 11k of ...
Ben quant
Mar 5, 2012 at 8:53 pm
Mar 9, 2012 at 8:31 pm -
Hi, I need to sample randomly my dataset for 1000 times. The sample need to be the 80%. I know how to do that, my problem is that not only I need the 80%, but I also need the corresponding 20% each ...
Oritteropus
Mar 7, 2012 at 4:41 pm
Mar 8, 2012 at 2:00 pm -
Dear list, Sorry, but I cannot get my head around how and I could pass arguments along to high-level functions. What I have is a function that would benefit from me using ddply from the plyr ...
Fredrik Karlsson
Mar 3, 2012 at 10:46 pm
Mar 6, 2012 at 2:59 pm -
Hello R users I am searching for a descriptive summary of the use of POSIXlt as compared to POSIXct date/time formats. I have been using them extensively for different purposes, but still can't quite ...
Steven R Corsi
Mar 28, 2012 at 2:06 pm
Mar 31, 2012 at 5:04 pm -
Good Morning ??? I have a small question regarding the function subset. I am copying data from one table but I just want to collect data from a user. When do I take the view, presents the results I ...
RMSOPS
Mar 7, 2012 at 10:24 am
Mar 30, 2012 at 8:24 am -
Hi everybody, I have a data set with a value and a status (positive or negative case) and I want make a ROC Analysis. So, with ROCR Package, I have got the ROC curve (True Positive Fraction [tpf] ...
Camille Leclerc
Mar 13, 2012 at 2:30 pm
Mar 26, 2012 at 5:32 am -
Hi all, Using the XML package, I'm not able to parse some html webpages. Here is my code and the error message: library("XML") url <- "http://www.huffingtonpost.com/social/GraniteSkyline?action=fans" ...
Julien Velcin
Mar 22, 2012 at 4:20 pm
Mar 23, 2012 at 5:51 pm -
Dear all, I have made a function that given a number of list elements plot them to the same window. The first element is plotted by using plot and all the rest are plotted under the same window by ...
Alaios
Mar 19, 2012 at 6:40 pm
Mar 22, 2012 at 5:17 pm -
Hi everyone. Based on a dependent variable (y), I'm trying to generate some independent variables with a specified correlation. For this there's no problems. However, I would like that have all my ...
Filoche
Mar 15, 2012 at 5:48 pm
Mar 16, 2012 at 12:33 pm -
I'm trying to copy the results of a dataframe to another within a cycle for but I am not able to implement the rbind, because give th d<-Null df<-NULL for(r in 2: nrow(x)) { val_user<-x.name[[r]] ...
RMSOPS
Mar 8, 2012 at 4:26 pm
Mar 9, 2012 at 11:09 pm -
Hi there, I wish to read a 9.6GB .DAT file into R (64-bit R on 64-bit Windows machine) - to then delete a substantial number of rows & then convert to a .csv file. Upon the first attempt the computer ...
RHelpPlease
Mar 8, 2012 at 6:19 pm
Mar 9, 2012 at 2:28 pm -
Hi, I would like to use the effect() function (actually a slightly modified version of it) on the output of the lmer() function in the lme4 package. But the effects package requires the nlme ...
Michael Kubovy
Mar 8, 2012 at 1:53 am
Mar 9, 2012 at 2:17 am -
i run like ,but it giving other than what i expect i also want to capture output & print it [1] 127 ---------------------------------------------------------------------------- [1] 127 -- View this ...
Sagarnikam123
Mar 6, 2012 at 11:56 am
Mar 8, 2012 at 9:29 am -
Friends I have an xts that I wish to access. Browse[2] DATA.ba[[p]]["2012-03-20 00:59:57","bid"] bid 2012-03-20 00:59:57 1.4993 So far so good. Now putting the index into a variable: Browse[2] Time ...
Worik R
Mar 25, 2012 at 8:15 am
Dec 10, 2012 at 7:06 pm -
Hi, I d like to simulate 9 variables; 3 binary, 3 categorical and 3 continuous with a known covariance matrix. Using mvtnorm and later dichotimize/categorize variables is not efficient. Do you know ...
Burak Aydin
Mar 29, 2012 at 6:31 pm
Apr 4, 2012 at 4:23 pm -
Hi, I got a stack overflow error when training a glm model with a very long formula. Regards, Xiaobo Gu
Xiaobo Gu
Mar 30, 2012 at 1:16 am
Apr 2, 2012 at 4:53 pm -
Hi. I need a bit of help. I'm running Windows 7 and "out of the box" versions of Rtools and R (version 2.14.2) and am trying to compile a package that worked before. When I run the command: i get a ...
Stephen Eick
Mar 22, 2012 at 5:33 pm
Mar 29, 2012 at 8:02 pm -
Hello, I have a 32 GB RAM Mac Pro with a 2*2.4 GHz quad core processor and 2TB storage. Despite this having so much memory, I am not able to get R to utilize much more than 3 GBs. Some of my scripts ...
Kurinji Pandiyan
Mar 22, 2012 at 9:22 pm
Mar 27, 2012 at 4:40 pm -
I have a box set up with Kubuntu as the OS.? I didn't perform the R install but was told the version of R available via the apt-get command was 2.13.1.? Is there any way to get 2.14.0 in that same ...
Scott Raynaud
Mar 7, 2012 at 5:03 pm
Mar 17, 2012 at 6:14 pm -
hi everyone . Now I want to draw several lines in one frame.And it seems needs more colors except for blue red,black .Where can i found these color name or define some new color ?thank you . -- TANG ...
Jie Tang
Mar 14, 2012 at 2:55 pm
Mar 17, 2012 at 12:00 pm -
Hello, I have a vector {a, b1, b2, b3, b4}. How can I calculate the following matrix: var(a) cov(a, b1) cov(a, b2) cov(a, b3) cov(a, b4) cov(a, b1) var(b1) cov(a, b2) cov(a, b3) cov(a, b4) ... .. ...
Huang jialin
Mar 12, 2012 at 3:42 pm
Mar 12, 2012 at 4:32 pm -
Hello All, i've a set of observations that is in the form : a, b, c, d, e, f 67.12, 4.28, 1.7825, 30, 3, 16001 67.12, 4.28, 1.7825, 30, 3, 16001 66.57, 4.28, 1.355, 30, 3, 16001 66.2, 4.28, 1.3459, ...
Massimo Di Stefano
Mar 8, 2012 at 12:41 pm
Mar 10, 2012 at 8:51 am -
Good Afternoon, ?? I have a small problem with the following code. # The x.sub$Time[[1]] 2006-10-31 19:03:01 EST # when put in variable star give-me star<-x.sub$Time[[1]] print(star) ...
RMSOPS
Mar 7, 2012 at 3:15 pm
Mar 8, 2012 at 4:33 pm -
Dear List, I am struggling with the trellis graphic. A similar problem was mentioned here ...
Sluedtke
Mar 2, 2012 at 10:15 pm
Mar 7, 2012 at 8:50 am -
Hi all, I'm having a strange error that prevents me from installing new packages, or updating packages after reinstalling. The error message is Warning: unable to move temporary installation ...
Drew Tyre
Mar 31, 2012 at 2:15 pm
Apr 5, 2012 at 3:46 pm -
Hi, I wrote a function with three inputs fun(x,y,z). x is a matrix of three vectors combined with cbind. e.g. x1<-(1,2,3,4) x2<-(2,3,4,5) x3<-(3,4,5,6) x<-cbind(x1,x2,x3) y is a vector e.g ...
Stella
Mar 22, 2012 at 3:43 pm
Mar 29, 2012 at 1:04 pm -
Hi All, Here is the case. I want to build classification model (SVM). Some of variables for this model are categorical attributes which represent words (usually 3-10 words - query for search in ...
Alekseiy Beloshitskiy
Mar 27, 2012 at 10:05 am
Mar 28, 2012 at 1:56 pm -
Dear Sir/Madam, I'm getting a problem with a R-code which converts a data frame to a matrix. It first generate a (m^(n-m) * m) matrix A and then regenerate another matrix B having less dimension than ...
Ritwik_r
Mar 23, 2012 at 6:53 am
Mar 26, 2012 at 2:02 pm -
I am using anova.lm to compare 3 linear models. Model 1 has 1 variable, model 2 has 2 variables and model 3 has 3 variables. All models are fitted to the same data set. anova.lm(model1,model2) gives ...
Msteane
Mar 20, 2012 at 8:09 pm
Mar 21, 2012 at 5:03 pm -
Say I fit a logistic model and want to calculate an odds ratio between 2 sets of predictors. It is easy to obtain the difference in the predicted logodds using the predict() function, and thus get a ...
Dominic Comtois
Mar 19, 2012 at 2:32 am
Mar 21, 2012 at 4:11 pm -
Dear R-help Members, I am wondering if anyone think of the optimal way of computing for several numeric variable the difference between 2 levels of a factor. To be clear let's generate a simple data ...
Wphantomfr
Mar 21, 2012 at 8:48 am
Mar 21, 2012 at 2:16 pm -
Hi, I would like suggestions as to how to perform rolling regressions with the window extended one period at a time. That is, an initial sample period is passed to estimation and that very sample is ...
Pie'
Mar 13, 2012 at 8:49 pm
Mar 19, 2012 at 6:10 pm -
Dear All, I have a seemingly very simple question, but I just cannot figure out the answer. I attempted to run the following:a=0.1*(1:9);which(a==0.3);it returns integer(0). But obviously, the third ...
Dajiang Liu
Mar 18, 2012 at 9:43 pm
Mar 19, 2012 at 3:30 pm -
I am working on a simulation where I need to count the number of matches for an arbitrary pattern in a large sequence of binomial factors. My current code is for(indx in 1:(length(bin.05)-3)) if ...
Walter Anderson
Mar 16, 2012 at 4:59 pm
Mar 18, 2012 at 8:48 pm -
Hello can anyone help please? i read two words "cell1", "cell2" into a list. I want to turn this list into a factor. [[1]] [1] "cell1" "cell2" Error in sort.list(y) : 'x' must be atomic for ...
Sybil kennelly
Mar 13, 2012 at 11:29 am
Mar 15, 2012 at 12:27 am
Group Overview
group | r-help |
categories | r |
discussions | 979 |
posts | 3,368 |
users | 831 |
website | r-project.org |
irc | #r |
831 users for March 2012
Archives
- June 2016 (491)
- May 2016 (794)
- April 2016 (832)
- March 2016 (803)
- February 2016 (850)
- January 2016 (688)
- December 2015 (770)
- November 2015 (693)
- October 2015 (894)
- September 2015 (997)
- August 2015 (724)
- July 2015 (1,035)
- June 2015 (832)
- May 2015 (887)
- April 2015 (937)
- March 2015 (918)
- February 2015 (1,015)
- January 2015 (478)
- December 2014 (706)
- November 2014 (704)
- October 2014 (897)
- September 2014 (875)
- August 2014 (853)
- July 2014 (1,023)
- June 2014 (875)
- May 2014 (1,222)
- April 2014 (1,222)
- March 2014 (1,222)
- February 2014 (1,028)
- January 2014 (1,087)
- December 2013 (1,069)
- November 2013 (1,365)
- October 2013 (1,295)
- September 2013 (1,450)
- August 2013 (1,557)
- July 2013 (1,527)
- June 2013 (1,641)
- May 2013 (1,716)
- April 2013 (2,034)
- March 2013 (2,131)
- February 2013 (1,781)
- January 2013 (2,113)
- December 2012 (1,821)
- November 2012 (2,880)
- October 2012 (2,804)
- September 2012 (1,960)
- August 2012 (2,744)
- July 2012 (3,128)
- June 2012 (2,549)
- May 2012 (3,067)
- April 2012 (2,949)
- March 2012 (3,368)
- February 2012 (2,978)
- January 2012 (2,704)
- December 2011 (2,219)
- November 2011 (2,905)
- October 2011 (2,994)
- September 2011 (2,623)
- August 2011 (3,231)
- July 2011 (2,915)
- June 2011 (2,766)
- May 2011 (2,976)
- April 2011 (3,071)
- March 2011 (3,357)
- February 2011 (3,089)
- January 2011 (2,869)
- December 2010 (2,607)
- November 2010 (3,540)
- October 2010 (3,541)
- September 2010 (3,495)
- August 2010 (3,509)
- July 2010 (3,393)
- June 2010 (3,363)
- May 2010 (3,489)
- April 2010 (3,419)
- March 2010 (3,833)
- February 2010 (3,688)
- January 2010 (3,153)
- December 2009 (2,880)
- November 2009 (3,489)
- October 2009 (3,298)
- September 2009 (3,457)
- August 2009 (3,359)
- July 2009 (3,672)
- June 2009 (2,986)
- May 2009 (3,013)
- April 2009 (3,334)
- March 2009 (3,590)
- February 2009 (3,294)
- January 2009 (2,992)
- December 2008 (2,409)
- November 2008 (2,733)
- October 2008 (3,034)
- September 2008 (2,998)
- August 2008 (2,815)
- July 2008 (3,285)
- June 2008 (2,781)
- May 2008 (2,512)
- April 2008 (2,497)
- March 2008 (2,751)
- February 2008 (2,583)
- January 2008 (2,483)
- December 2007 (2,030)
- November 2007 (2,591)
- October 2007 (2,713)
- September 2007 (2,022)
- August 2007 (2,244)
- July 2007 (2,147)
- June 2007 (2,306)
- May 2007 (2,211)
- April 2007 (2,146)
- March 2007 (2,189)
- February 2007 (1,908)
- January 2007 (1,728)
- December 2006 (1,444)
- November 2006 (2,118)
- October 2006 (2,327)
- September 2006 (1,899)
- August 2006 (1,892)
- July 2006 (1,784)
- June 2006 (1,810)
- May 2006 (2,030)
- April 2006 (1,814)
- March 2006 (2,256)
- February 2006 (1,920)
- January 2006 (2,076)
- December 2005 (1,507)
- November 2005 (1,904)
- October 2005 (1,814)
- September 2005 (1,706)
- August 2005 (1,778)
- July 2005 (1,868)
- June 2005 (2,048)
- May 2005 (1,903)
- April 2005 (2,054)
- March 2005 (1,700)
- February 2005 (1,723)
- January 2005 (1,753)
- December 2004 (1,477)
- November 2004 (1,900)
- October 2004 (1,714)
- September 2004 (1,531)
- August 2004 (1,494)
- July 2004 (1,616)
- June 2004 (1,715)
- May 2004 (1,565)
- April 2004 (1,649)
- March 2004 (1,954)
- February 2004 (1,581)
- January 2004 (1,116)
- December 2003 (1,158)
- November 2003 (1,604)
- October 2003 (1,568)
- September 2003 (1,446)
- August 2003 (1,209)
- July 2003 (1,347)
- June 2003 (1,317)
- May 2003 (1,271)
- April 2003 (1,477)
- March 2003 (1,212)
- February 2003 (1,137)
- January 2003 (1,017)
- December 2002 (744)
- November 2002 (1,038)
- October 2002 (1,058)
- September 2002 (705)
- August 2002 (820)
- July 2002 (921)
- June 2002 (926)
- May 2002 (1,056)
- April 2002 (966)
- March 2002 (880)
- February 2002 (696)
- January 2002 (886)
- December 2001 (530)
- November 2001 (824)
- October 2001 (657)
- September 2001 (678)
- August 2001 (563)
- July 2001 (616)
- June 2001 (549)
- May 2001 (548)
- April 2001 (473)
- March 2001 (650)
- February 2001 (585)
- January 2001 (561)
- December 2000 (420)
- November 2000 (434)
- October 2000 (420)
- September 2000 (429)
- August 2000 (360)
- July 2000 (294)
- June 2000 (414)
- May 2000 (509)
- April 2000 (377)
- March 2000 (374)
- February 2000 (356)
- January 2000 (205)
- December 1999 (218)
- November 1999 (313)
- October 1999 (229)
- September 1999 (204)
- August 1999 (149)
- July 1999 (180)
- June 1999 (186)
- May 1999 (161)
- April 1999 (186)
- March 1999 (198)
- February 1999 (145)
- January 1999 (226)
- December 1998 (105)
- November 1998 (184)
- October 1998 (95)
- September 1998 (95)
- August 1998 (64)
- July 1998 (110)
- June 1998 (105)
- May 1998 (90)
- April 1998 (101)
- March 1998 (114)
- February 1998 (78)
- January 1998 (135)
- December 1997 (58)
- November 1997 (61)
- October 1997 (74)
- September 1997 (42)
- August 1997 (37)
- July 1997 (41)
- June 1997 (47)
- May 1997 (34)
- April 1997 (94)