Search Discussions
-
I have just started looking at R, and are getting more and more irritated at myself for not having done that before. However, one of the things I have not found in the documentation is some way of ...
Tom Backer Johnsen
Feb 9, 2006 at 2:41 pm
Feb 15, 2006 at 7:36 pm -
I've recently installed Ubuntu 5.10 on a desktop and need R installed, however, even after uncommenting the repos associated with universe, backports and multiverse, the packages available for Ubuntu ...
Clint Harshaw
Feb 16, 2006 at 4:56 pm
Feb 18, 2006 at 4:54 pm -
I declared the environment of the function myfun to be NULL as follows: environment(myfun) <- NULL Later on I called that myfun and got an error message because the function index() in the zoo ...
Fernando Saldanha
Feb 2, 2006 at 3:56 pm
Feb 3, 2006 at 1:09 pm -
[resent, plus small addition; I do not understand why gmail sent a weird charset.] Dear R wizards: I would love to write a general function that matches the slope of a plotted line in an xy-plot at a ...
Ivo welch
Feb 4, 2006 at 8:50 pm
Feb 11, 2006 at 11:17 pm -
There has been an incredible number of responses in a short time, with a number of different suggestions. With hindsight, I must admit I have not been quite clear, so additional (somewhat lengthy) ...
Tom Backer Johnsen
Feb 9, 2006 at 9:37 pm
Feb 11, 2006 at 9:40 am -
I am changing the title because this is really about the history of anova, and about strata in analysis of variance. As this kind of question has been arising very frequently, an extended comment may ...
John Maindonald
Feb 16, 2006 at 1:04 am
Feb 28, 2006 at 4:26 pm -
HI all, How to clear the screen in R-console? Thanks a lot@!
Michael
Feb 16, 2006 at 10:33 am
Feb 19, 2006 at 6:38 pm -
12
[R] R loop
I am not an R expert, but I think the R idea of this task is to work with a data frame (where you make a and b are columns), and then to iterate over the rows. data <- read.table( textConnection( "a ...Ivo welch
Feb 6, 2006 at 8:06 pm
Feb 9, 2006 at 4:43 pm -
Hello! I would like to get MLE for parameter lambda of Poisson distribution. I can use fitdistr() for this. After looking a bit into the code of this function I can see that value for lambda and its ...
Gregor Gorjanc
Feb 10, 2006 at 12:35 pm
Oct 28, 2009 at 1:52 pm -
I am making some tentative steps into using Linux (Mandriva at the moment) and notice that not all the Linux binaries on CRAN are the latest release. As R (plus Grass) will be key programs for me on ...
Graham Smith
Feb 19, 2006 at 3:59 pm
Feb 21, 2006 at 12:35 am -
Dear R People: I'm using R in a time series class. This class is being broadcast live to 2 remote sites via closed circuit TV. My people at the remote sites are having a terrible time seeing the ...
Erin Hodgess
Feb 14, 2006 at 6:46 am
Feb 15, 2006 at 7:08 pm -
I have a dataframe called "data" with 5 records (in rows) each of which has been scored on each of many variables (in columns). Five of the variables are named var1, var2, var3, var4, var5 using ...
Mtb954
Feb 21, 2006 at 12:41 am
Feb 24, 2006 at 1:51 pm -
This is the code: x<-matrix(rnorm(20),5) y<-list() for (i in seq(nrow(x))) y[[i]]<-t(x[i,,drop=F])%*%x[i,,drop=F] y[[1]]+y[[2]]+y[[3]]+y[[4]]+y[[5]] How can I do it without using for loops? Thank you ...
Ronggui
Feb 28, 2006 at 1:18 pm
Mar 8, 2006 at 5:50 pm -
Dear All, I have a question on overlaying a filled.contour (e.g. on soil properties data) and contour (by elevation) in one graph. Both have the same z matrix dimension. I'm able to overlay both ...
Abd Rahman Kassim
Feb 13, 2006 at 4:12 am
Feb 13, 2006 at 9:25 pm -
Hi R users This looks a simple question Is there any difference between between rnorm(1000,0,1) and running rnorm(500,0,1) twice in terms of outcome ? TM
Taka Matzmoto
Feb 8, 2006 at 3:21 am
Feb 8, 2006 at 3:34 pm -
Hi all, How do I visualize a contour of a tri-variate normal distribution? I just like to see the ellipsoid very much. I hope there is a easy way or existing method in R. Thank you a lot! Michael.
Michael
Feb 2, 2006 at 8:39 am
Feb 3, 2006 at 5:35 pm -
Hi I did a google search on this and came up with nothing. OK, in the latest release of R for windows, I want to change the gui to SDI mode. Edit - GUI preferences Choose SDI Apply I get the message ...
michael watson (IAH-C)
Feb 23, 2006 at 1:33 pm
Feb 23, 2006 at 4:54 pm -
Hello, I am a very new user of R. I've spent several hours trying to import data, so I feel okay asking the list for help. I had an Excel file, then I turned it into a "csv" file, as instructed by ...
Carl Klarner
Feb 21, 2006 at 1:52 pm
Feb 22, 2006 at 3:24 pm -
In R 2.2.0 under Windows, I want to be able to give it a filename such as "myFile.txt" without the quotes. But actually I mean: C:\Documents and Settings\Tom\My Documents\qpaper7\R Project Started 19 ...
Thomas L Jones
Feb 22, 2006 at 5:31 am
Feb 22, 2006 at 2:40 pm -
Dear listers, I am trying to fit a model using nlsList() using alternately a SSfol() selfstart function or its developped equivalent formulae. This preliminary trial works well ...
Patrick Giraudoux
Feb 12, 2006 at 7:44 am
Feb 17, 2006 at 6:25 pm -
I'm sure I'm being stupid so flame away... R2.2.1 on Windoze (boohoo) latest updates of packages. I'm exploring a dataset (land) with three variables looking at an narrowly unbalanced two group ...
Chris Evans
Feb 6, 2006 at 10:29 pm
Feb 11, 2006 at 7:05 pm -
Dear all, I try to compute some piece of my R code in C. My problem is about matrix. My code in R is the following: ============================================= ...
Depire
Feb 2, 2006 at 2:11 pm
Feb 3, 2006 at 3:15 pm -
Dear list members: I have the following data: group <- rep(rep(1:2, c(5,5)), 3) time <- rep(1:3, rep(10,3)) subject <- rep(1:10, 3) p.pa <- c(92, 44, 49, 52, 41, 34, 32, 65, 47, 58, 94, 82, 48, 60, ...
Christian Gold
Feb 27, 2006 at 3:15 pm
Mar 2, 2006 at 11:04 am -
Hi all, Could anybody recommend some easy-to-understand and example based notes/tutorials on how to use cubic splines to do filtering on multi-dimension data? I am confused by the 1-dimensional case, ...
Michael
Feb 27, 2006 at 10:32 am
Feb 28, 2006 at 9:19 am -
Dear All, I would like to make partial sums (or means or any other function) of the values in intervals along a sequence (spatial transect) where groups are defined. For instance ...
Patrick Giraudoux
Feb 26, 2006 at 1:24 pm
Feb 26, 2006 at 3:04 pm -
Hello, I have a very simple question about "2 barplots in the same graph". It seems quite easy, but I searched google for long time, haven't find solution. For example, I want one graph like ...
Jia ding
Feb 22, 2006 at 1:31 pm
Feb 24, 2006 at 11:58 am -
I am analyzing some data obtained after measuring some parameters at different times in samples obtained from many subjects. The model is quite simple: aov(parameter ~ Time + Error(Subject/Time)) Now ...
Felipe Martínez-Pastor
Feb 15, 2006 at 12:39 pm
Feb 16, 2006 at 10:27 am -
I have a file named "test.csv" with the following 3 lines: %y-%m-%d;VALUE 1999-01-01;100 2000-12-31;999 delivers: X.y..m..d VALUE 1 1999-01-01 100 2 2000-12-31 999 I would like to see the following ...
Diethelm Wuertz
Feb 14, 2006 at 1:04 am
Feb 14, 2006 at 7:34 pm -
the following code apprantely, for some grand old reason, induces a syntax error: if (seq[i] = "A") m <- trans[1,] where seq is a vector and trans is a matrix. I cannot for the life of me see why ...
Norman Goodacre
Feb 6, 2006 at 6:22 am
Feb 13, 2006 at 4:51 pm -
I want to write some text in a corner of my plot. Is it possible to get the xlim and ylim of an open window? Or is there anything similar like legend(x="bottomright", inset=0.01,legend=...) for ...
Thomas Steiner
Feb 9, 2006 at 4:18 pm
Feb 10, 2006 at 2:38 pm -
Hi R users I like to create a ASCII type file using cat() and paste() x <- round(runif(30),3) cat("vector =( ", paste(x,sep=""), " )\n", file = "vector.dat",sep=",") when I open vector.dat it was a ...
Taka Matzmoto
Feb 9, 2006 at 7:26 am
Feb 10, 2006 at 12:29 am -
R-help -- I built R-2.2.1 in my own directory on a sun (solaris). Now I would like the sysadmin to move the contents to /usr/local/lib and place the binary in /usr/local/bin. No problem. However, the ...
Daniel A. Powers
Feb 2, 2006 at 8:04 pm
Feb 4, 2006 at 2:58 am -
Hi all, I am using the "svm" command in the e1071 package. Does it have an automatic way of setting the "cost" parameter? I changed a few values for the "cost" parameter but I hope there is a ...
Michael
Feb 28, 2006 at 9:14 am
Mar 1, 2006 at 7:14 pm -
Hello list, I am dealing with a noisy function (gradient,hessian not available) with simple boundary constraints (x_i 0). I've tried constrOptim() using nelder mead to minimize it but it is way too ...
Weijie Cai
Feb 28, 2006 at 4:48 pm
Feb 28, 2006 at 9:14 pm -
I want to get the logLik to calculate McFadden.R2 ,ML.R2 and Cragg.Uhler.R2, but the value from multinom does not have logLik.So my quetion is : is logLik meaningful to multinomial logistic model ...
Ronggui
Feb 22, 2006 at 12:36 pm
Feb 24, 2006 at 10:29 am -
Hi. I have a factor and I want to extract just those elements that appear exactly once. How to do this? Toy example follows. [1] oak oak oak oak oak ash elm beech beech beech beech Levels: ash beech ...
Robin Hankin
Feb 22, 2006 at 9:11 am
Feb 22, 2006 at 12:57 pm -
Dear R People: Here is yet another strange problem. I'm using R in one of my classes. However, the computer lab has something called "Deep Freeze" and the students cannot save anything to the hard ...
Erin Hodgess
Feb 21, 2006 at 1:07 am
Feb 21, 2006 at 5:25 pm -
Dear Lister, I have a question about variable selection for regression. if the IV is not significantly related to DV in the bivariate analysis, does it make sense to include this IV into the full ...
Wensui Liu
Feb 18, 2006 at 4:06 pm
Feb 18, 2006 at 10:22 pm -
Hi! I have a problem of finding a specific value in a column. For example, I have a matrix with say 2 columns X Y 1 -2.0341602 9.036689e-05 2 -1.4287230 1.807338e-04 3 -1.1194402 2.711007e-04 4 ...
Ita Cirovic-Donev
Feb 13, 2006 at 12:30 pm
Feb 16, 2006 at 3:46 pm -
I have a dataframe with a column, say "x" consisting of values, each value appearing different times, e.g. x: 1,1,1,1,2,2,4,4,4,9,10,10,10,10,10 ... and a vector, including e.g.: y: 2,9,10,... I need ...
Bernhard Baumgartner
Feb 8, 2006 at 2:21 pm
Feb 8, 2006 at 3:19 pm -
Hi, Could you help me to install the rgl package on Solaris 10 x86? I tried and got the following error messages. When I compiled my R as 64bit, I used the SUN ProW compilers. However, gcc seems to ...
Dongseok Choi
Feb 3, 2006 at 11:37 pm
Feb 5, 2006 at 5:03 pm -
Hi R users I wrote a function that generates some character strings. generate.index<-function(n.item){ for (i in 1:n.item) { for (j in ((i+1):n.item)) { ...
Taka Matzmoto
Feb 4, 2006 at 11:46 pm
Feb 5, 2006 at 8:22 am -
Hey eveyone! I hope someone can help wiht this question. I have a matirux of all zeros and ones and I would like to indentify all unique patterns in the rows andthe number of times the pattern ...
Elizabeth Lawson
Feb 1, 2006 at 2:43 pm
Feb 2, 2006 at 1:31 pm -
Hello; I'm now using mainly R for windows, mainly because I'm writing a tcl/Tk interface for some people, and I've got two questions. I'm an absolute beginner with tctk or tcktk use under the R GUI ...
Javier Garcia-Pintado
Feb 24, 2006 at 10:00 am
Mar 4, 2006 at 1:59 pm -
Dear List, Would anyone know how to perform prepared queries with ROBC ? I had a shot with some of the internal (non-exported) functions of the package but ended up with a segfault, so I prefer ...
Laurent Gautier
Feb 27, 2006 at 2:38 pm
Mar 2, 2006 at 4:35 pm -
BACKGROUND: I use SAS on a daily basis and one of its most powerful features in a production environment is the use of LIBNAME and FILEREF statements, e.g.: PROC PRINTTO LOG = "&LOGDIR.\data ...
Greg Tarpinian
Feb 27, 2006 at 8:12 pm
Feb 28, 2006 at 6:36 pm -
Hi, Given a matrix like (z <- matrix(c( 1, 1, NA, NA, NA, NA, 1, NA, 1, NA, 1, NA, NA, 1, 1, 1, NA, NA), ncol = 3)) [,1] [,2] [,3] [1,] 1 1 NA [2,] 1 NA 1 [3,] NA 1 1 [4,] NA NA 1 [5,] NA 1 NA [6,] ...
John Gavin
Feb 27, 2006 at 7:33 pm
Feb 28, 2006 at 11:10 am -
Hello, I just started using the GNU R. I am having trouble plotting my data. I am tryin to plot the following data: TIMESTAMP LOGIN-TIME (hh:mm:ss) (s) 23:55:03 0.990972 23:55:03 0.990972 23:50:04 ...
Sangeetha Swaminathan
Feb 20, 2006 at 4:39 pm
Feb 25, 2006 at 3:45 pm -
Hello R-Experts, Currently I'm using "RBloomberg" package in R-2.2.1 in Windows machine ( XP). When I'm running one specific example using blpGetData given in help file I'm getting the following ...
Sumanta Basak
Feb 22, 2006 at 12:51 pm
Feb 24, 2006 at 7:50 am -
Hi All, What is the R function for computing multinomial distribution, e.g. f(2,1,3; 2/9, 1/6, 11/18, 6)? That is, a total of 6 trials, event 1's p1=2/9, x1=2, event 2's p2=1/6, x2=1, and event 3's ...
Li,Qinghong,ST.LOUIS,Molecular Biology
Feb 22, 2006 at 10:43 pm
Feb 23, 2006 at 12:14 am
Group Overview
group | r-help |
categories | r |
discussions | 640 |
posts | 1,920 |
users | 606 |
website | r-project.org |
irc | #r |
606 users for February 2006
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)