Search Discussions
-
Dear Sir/Madam, If I have matrics as follows: How can I use R code to solve the equation ax^2+bx+c=0. thanks! yuying shi
Yuying Shi
Nov 5, 2005 at 7:38 pm
Nov 25, 2005 at 4:23 am -
29
[R] voronoi
Is there any pure r code to do delaunay or voronoi diagrams? Thanks! ---------------------------------Robert
Nov 13, 2005 at 5:12 am
Nov 15, 2005 at 2:04 pm -
I've been asked in private, (and am replying BCC to the asker), "of course" it is the way to go, don't get lost be going somewhere else :-) and try install.packages("fortune") fortune("go with R") ...
Martin Maechler
Nov 23, 2005 at 1:35 pm
Nov 28, 2005 at 2:41 pm -
I'm new to the list. I've used R and S-PLUS a bit for about 15 years but am now working to make R my main program for all numerical and statistical computing. I also use Octave for this kind of work ...
Mike Miller
Nov 8, 2005 at 1:52 am
Feb 7, 2006 at 4:44 pm -
Hi, I have an R programming problem and I havent found anything in the documentation yet: I have a data matrix, in which two neighbouring columns represent replicates of the same experiment, e.g ...
Georg Otto
Nov 28, 2005 at 5:47 pm
Nov 30, 2005 at 5:03 pm -
Dear list, I have a problem with a toy example: mtrx <- matrix(c(1,1,0,1,1,1,0,1,1,0,0,1), nrow=3) rownames(ma) <- letters[1:3] I would like to determine which is the minimum combination of rows that ...
Adrian DUSA
Nov 19, 2005 at 1:00 pm
Nov 19, 2005 at 8:09 pm -
Dear R experts, I have defined a class "myclass" and would like the slots to be extractable not only by "@" but also by "$". I now try to write a method for "$" that simply executes the request ...
Ulrike Grömping
Nov 18, 2005 at 2:37 pm
Nov 22, 2005 at 7:08 pm -
Hi there, Suppose mu is constant, and error is normally distributed with mean 0 and fixed variance s. I need to find a statistics that: Y_i = mu + beta1* I1_i beta2*I2_i + beta3*I1_i*I2_i + +error, ...
Gao Fay
Nov 9, 2005 at 8:56 pm
Nov 11, 2005 at 2:26 pm -
Dear List I am new to R and to the list and will try best as I can be clear and concise. My apologies if anything I write contravenes the posting code on this list. I would also like to say I have ...
Ronnie Babigumira
Nov 23, 2005 at 1:38 am
Nov 24, 2005 at 6:36 am -
Dear all, I noticed that a data.frame has four attributes: - names - row.names - class - variable.labels While one can use the first three (i.e. names(foo) or class(foo)), the fourth one can only be ...
Adrian DUSA
Nov 21, 2005 at 7:18 pm
Nov 23, 2005 at 5:29 pm -
Hello, I use t.test for normal distributed and wilcox.test for non-normal distributed samples. It is easy to write a function for t.test that calculates the effect size, because all parts of the ...
Claus Atzenbeck
Nov 14, 2005 at 4:01 pm
Nov 16, 2005 at 12:12 pm -
Hi, I am trying to apply two different functions on on a vector as follow: a<-c(NA,1,2,3,-3,-4,-6) if a 0 I would like to raise it by the power of 2: 2^a and if the a<0 I would like to have the ...
Ron Ophir
Nov 10, 2005 at 3:25 pm
Nov 11, 2005 at 5:25 pm -
Dear all, I'd like to change a point pattern to a grid of cells and use one of the variables as the output. e.g. The point pattern is of a window of (500*500) and several features such as pH, ...
Leaf Sun
Nov 17, 2005 at 9:13 pm
Nov 28, 2005 at 7:43 am -
Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not: chisq.test(rbind(c(79, 52, 69, 71, 82, 87, 95, 74, 55, 78, 49, ...
Bianca Vieru- Dimulescu
Nov 24, 2005 at 11:13 am
Nov 25, 2005 at 10:33 am -
Is there an element-by-element multiplication in R, like the .* operator in Matlab? eg: A (2x3) B (2x3) C=A.*B C (2x3) C = [[a11*b11 a12*b12 a13*b13]; [a21*b21 a22*b22 a23*b23]] I can't find one.. ...
Gates, Michael BGI SF
Nov 9, 2005 at 7:26 pm
Nov 9, 2005 at 9:20 pm -
I am trying to write a function that will solve a simple system of nonlinear equations for the parameters that describe the beta distribution (a,b) given the mean and variance. mean = a/(a+b) ...
Scott Story
Nov 30, 2005 at 3:14 pm
Dec 5, 2005 at 3:31 pm -
I am using the package nlme to fit a simple random effects (variance components model) with 3 parameters: overall mean (fixed effect), between subject variance (random) and within subject variance ...
Wassell, James T., Ph.D.
Nov 16, 2005 at 4:01 pm
Nov 21, 2005 at 7:07 pm -
Hi I have a function f() that I want to apply() to a matrix. I want the answer to be a list. However, sometimes all the vectors returned by f() are the same length and apply() returns a matrix. I do ...
Robin Hankin
Nov 21, 2005 at 8:16 am
Nov 21, 2005 at 2:29 pm -
Dear all, Is there any simple way in R that can I put the all the interactions of the variables in the OLS model? e.g. I have a bunch of variables, x1,x2,.... x20... I expect then to have interaction ...
Leaf Sun
Nov 6, 2005 at 8:10 am
Nov 7, 2005 at 11:35 pm -
On page 22 of the R-introduction guide it's written: the quadratic form x^{'} A^{-1} x which is used in multivariate computations, should be computed by something like x%*%solve(A,x), rather than ...
Alvarez Pedro
Nov 3, 2005 at 1:01 pm
Nov 3, 2005 at 5:27 pm -
write.table( tab, "file.txt", sep="", row.names=F) Can it do what you want? = = = = = = = = = = = = = = = = = = = = 2005-11-21 ------ Deparment of Sociology Fudan University My new mail addres is ...
Ronggui
Nov 21, 2005 at 1:03 pm
Jan 30, 2006 at 7:46 am -
Our main US mirror is cran.mirrors.pair.com, AKA cran.us.r-project.org. Pair.com keeps statistics on traffic on the mirror sites, and I got all excited when I looked at this page ...
Duncan Murdoch
Nov 28, 2005 at 11:52 pm
Dec 3, 2005 at 8:59 pm -
Hello, I read a book about statistics in psychology. The authors use SPSS. They talk about post hoc tests after ANOVA finds significant effects: - Gabriel's procedure (for equal or slightly different ...
Claus Atzenbeck
Nov 28, 2005 at 1:57 pm
Nov 30, 2005 at 4:00 pm -
Hi, Given ifelse(!is.na(sec00), sec00, NA )) We get [1] 2 NA 2 1 2 1 [1] "integer" I wonder why sec1 as above defined in not a factor, since it has been created from (logical operations and) ...
Dimitri Joe
Nov 27, 2005 at 12:52 am
Nov 27, 2005 at 12:26 pm -
Having finally updated from R 1.91 to R 2.2.0 with my installation of a new computer, I discovered that something has changed drastically about the way code for contributed packages is stored when ...
Brian S Cade
Nov 22, 2005 at 3:35 pm
Nov 23, 2005 at 6:29 pm -
How do I go about autoloading R Commander when I start R? Thanks in advance. -- Stephen P. Molnar, Ph.D. Life is a fuzzy set Foundation for Chemistry Stochastic and multivariant ...
Stephen P. Molnar, Ph.D.
Nov 19, 2005 at 3:35 pm
Nov 23, 2005 at 2:24 pm -
R-help, I have a function which is exporting the output to a file via write.table(df, file = "file name.xls" ) What I want is to paste the file name (above) by taking the argument to the function as ...
Luis Ridao Cruz
Nov 10, 2005 at 1:28 pm
Nov 23, 2005 at 9:26 am -
Hello list, A short time ago, I found http://johnhaller.com/jh/useful_stuff/portable_apps_suite/, which contains basically a complete set of office tools that can be run *entirely* from a USB key ...
David Mitchell
Nov 17, 2005 at 3:16 am
Nov 17, 2005 at 8:31 pm -
Hi, While installing precompiled packages I often get warnings like the one in the subject. I usually ignore them, but I still do not understand why windows packages are build with unreleased ...
Tuszynski, Jaroslaw W.
Nov 16, 2005 at 4:12 pm
Nov 17, 2005 at 1:32 pm -
I'm running an R script in Rterm and would like the user to be prompted for input as in: id <- readline("Please enter ID: ") myfunction(id) . . . etc. This works when I run one line at a time in ...
Mikkel Grum
Nov 2, 2005 at 5:03 pm
Nov 3, 2005 at 1:35 pm -
Hi, I wonder how well SPSS and R communicate, because I need SPSS but would like to do some data manipulations in R. However I am very afraid of never ending import-export-complications ? especially ...
Zorritillito-Secure
Nov 21, 2005 at 12:14 pm
Dec 5, 2005 at 12:33 pm -
Hi there, I'm a newbie, plesae bear with me. I have a dataset with about 10000 ~ 30000 data points. Would like fit to both Gamma and Normal distribution to see which one fits better. How do I do this ...
David Zhao
Nov 17, 2005 at 5:44 pm
Dec 3, 2005 at 9:05 pm -
Hi, New to R on Windows and also someone trying to learn how to use R in batch. My apologies if this posting is a little long but users may better understand the problems I'm having if I explain what ...
Ed Wang
Nov 29, 2005 at 5:50 pm
Dec 1, 2005 at 11:31 pm -
Hello to All. I'd want to use a one-way ANOVA. This means that I have only one factor, with, lets say, 5 levels. I made a dataframe, called "DATA", with two Columns: A, that is my response, and it is ...
Giuseppe Palermo
Nov 30, 2005 at 10:19 am
Nov 30, 2005 at 2:10 pm -
Hello, I try to define a global variable. My example: R a <- "old" R test <- function () { a <- "new" } R test() R a # shoud be "new" This doesn't work. I would like to modify the variable "a" in a ...
Svenknueppel
Nov 28, 2005 at 2:26 pm
Nov 28, 2005 at 3:24 pm -
Hellp! I would like to generate all possible partitions of length n with k clusters. It should be noted that the labels of the classes are irrelevant. Thanks for any suggestions! Best regards, Ales ...
Ales Ziberna
Nov 25, 2005 at 10:13 am
Nov 26, 2005 at 8:13 am -
Dear R - helpers, I am using the urca package to estimate cointegration relations, and I would be really grateful if somebody could help me with this questions: After estimating the unrestriced VAR ...
Carlo Fezzi
Nov 19, 2005 at 2:23 pm
Nov 22, 2005 at 1:28 pm -
Hi there I'm looking for a function to read PNG-bitmap-images from a file into R. I only found: - the pixmap-package which cannot import png or similar formats - the rimage-package which can only ...
Sydler, Dominik
Nov 21, 2005 at 10:36 am
Nov 21, 2005 at 8:53 pm -
Hello to everybody! I want to run R in batch mode but it doen't work (Error: syntax error) I've found this in R help: R CMD BATCH [options] infile [outfile] I have tried differents commands: (I have ...
Beatriz
Nov 18, 2005 at 3:20 pm
Nov 21, 2005 at 10:20 am -
Dear listers, As an exercise, I am trying to fit a logistic model with nlme. Blue tit pulli (youngs) were weighted occasionnally (for field reasons) along time in 17 nestboxes. Individuals where not ...
Patrick Giraudoux
Nov 7, 2005 at 7:27 pm
Nov 20, 2005 at 6:19 pm -
Yesterday, I installed R2.2.0 for Windows [Version 2.2.0 (2005-10-06 r35749)]. Unfortunately, 'install.packages("Matrix")' produced the following message: Warning in download.packages(pkgs, destdir = ...
Spencer Graves
Nov 11, 2005 at 1:38 pm
Nov 12, 2005 at 12:34 pm -
Hi, I have two problem with a for looping using R Version 2.1.1 (2005-06-20) on a Debian Linux Testing. The first problem: warnings messages Look: ycoord[indice] <- ycoord } Warning messages: 1 ...
Ronaldo Reis-Jr.
Nov 11, 2005 at 3:12 pm
Nov 11, 2005 at 8:23 pm -
hi all, i'm trying to get elements in a matrix into a vector. i need a "streamlined" way to do it as the way i'm doing it is not very serviceable. an example is a 3x3 matrix like 0 0 3 2 0 0 0 4 0 to ...
Mike Jones
Nov 9, 2005 at 4:14 pm
Nov 9, 2005 at 7:33 pm -
Greetings: I am looking for the source code for the frequency function. I grepped the following dirs but no luck. R-2.2.0/src/appl/* R-2.2.0/src/main/* R-2.2.0/src/nmath/* R-2.2.0/src/library/stats/* ...
Bob mccall
Nov 7, 2005 at 11:11 pm
Nov 9, 2005 at 6:18 pm -
Hi enthusiasts, Trying to create a single chart in lattice with different plotting definitions for the different series (two series should be drawn with lines and the other without them) I am using a ...
ManuelPerera-Chang
Nov 7, 2005 at 5:36 pm
Nov 9, 2005 at 10:49 am -
The first column in my Excel sheet has mostly numbers but I need to treat it as character data: [1] "Plasmid Number" "Plasmid" "Concentration" "Comments" "Lost" # How is the type decided? I need a ...
Earl F. Glynn
Nov 2, 2005 at 6:45 pm
Nov 5, 2005 at 7:04 am -
I swear I've scoured the help files and several texts before posting what feels like a dumb newbie question. How can I draw two kernel density plots in the same frame ? I have similar variables in ...
Alpert, William
Nov 3, 2005 at 4:45 pm
Nov 3, 2005 at 11:10 pm -
On the help page "DateTimeClasses {base}" it says: "One can add or subtract a number of seconds or a difftime object from a date-time object, but not add two date-time objects." However, [1] ...
Parlamis Franklin
Nov 23, 2005 at 8:02 pm
Nov 30, 2005 at 9:13 pm -
I run the following code and got a wrong message. Anyway to transform test1 to a 6 by 6 matrix? many thanks! 1 2 3 4 5 6 1 0.0000000 0.7760856 2.022222 0.6148687 3.0227028 3.2104434 2 0.7760856 ...
Robert
Nov 29, 2005 at 11:46 am
Nov 29, 2005 at 1:00 pm -
In the logistic regression model, there is no residual log (pi/(1-pi)) = beta_0 + beta_1*X_1 + ..... But glm model will return residuals What is that? How to understand this? Can we put some residual ...
Urania Sun
Nov 24, 2005 at 6:35 pm
Nov 25, 2005 at 3:07 pm
Group Overview
group | r-help |
categories | r |
discussions | 610 |
posts | 1,904 |
users | 571 |
website | r-project.org |
irc | #r |
571 users for November 2005
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)