Re: [R] Help in installing and loading the BradleyTerry add on package in R

2007-09-10 Thread Jim Lemon
ur path to the "library" directory is, and then hand edit the "packages.html" file in: C:\Program Files\R-2.5.1\doc\html to include the new package in your HTML listing. This will allow you to access the help files and use the package. Jim ___

Re: [R] Help in installing and loading the BradleyTerry add on package in R

2007-09-10 Thread Turner, Heather
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Lemon Sent: 10 September 2007 12:07 To: [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Help in installing and loading the BradleyTerry add on package in R Kalyan Roy (DEL/MSG) wrote: > How do I install and

[R] Help in installing and loading the BradleyTerry add on package in R

2007-09-10 Thread Kalyan Roy \(DEL/MSG\)
How do I install and load the BradleyTerry add on package in R 2.5.1 in MSWindowsXP environment? Kalyan Roy Indian Market Research Bureau (IMRB) International New Delhi, India [[alternative HTML version deleted]] __ R-help

Re: [R] Help with color coded bar graph

2007-09-08 Thread Jim Lemon
t;n",axes=FALSE) gradient.rect(-1,-0.1,1,0.1,col=grey(c(0.1,0.5,0.9))[A+2]) Jim __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help with color coded bar graph

2007-09-07 Thread Luis Naver
ensuring that the x >> and y >> axes are consistent with the second call. >> >> Alternatively, you can use barplot2() in the gplots CRAN package >> to do >> this in a single call, as it has an argument to color the plot >> region. > > Actually, here

Re: [R] Help with color coded bar graph

2007-09-07 Thread Marc Schwartz
in the gplots CRAN package to do > this in a single call, as it has an argument to color the plot region. Actually, here is an easier way: barplot(rep(1, length(A)), col = ifelse(A == 0, "black", grey(0.9)), space = 0, border = 0) Just set 'col' based upon the valu

Re: [R] Help with color coded bar graph

2007-09-07 Thread Achim Zeileis
e. barplot) to take advantage of labels and multiple > series. Any help would be appreciated. > > - Luis Naver > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posti

Re: [R] Help with color coded bar graph

2007-09-07 Thread Marc Schwartz
ing that the x and y axes are consistent with the second call. Alternatively, you can use barplot2() in the gplots CRAN package to do this in a single call, as it has an argument to color the plot region. HTH, Marc Schwartz __ R-help@stat.math.ethz.ch mai

[R] Help with color coded bar graph

2007-09-07 Thread Luis Naver
(0,0,0,0)) image(matrix(A), col=grey(c(0.1, 0.5, 0.9))) dev.off() However I would like to do this with one of the standard plotting tools (i.e. barplot) to take advantage of labels and multiple series. Any help would be appreciated. - Luis Naver __ R-help

Re: [R] help on replacing values

2007-09-07 Thread darteta001
ound a similar thread dated July 2006 that used > > replace() on iris dataset, but I have tried reproducing it obtaining > > same warning message > > > > iris$Species <- replace(iris$Species, iris$Species > > == "setosa","NewName") > > Warning me

Re: [R] help on replacing values

2007-09-07 Thread Gabor Grothendieck
setosa","NewName") > Warning message: > invalid factor level, NAs generated in: `[<-.factor`(`*tmp*`, list, > value = "NewName") > > Thanks in advance your help, > > David > > __ > R-

[R] help on replacing values

2007-09-07 Thread darteta001
actor`(`*tmp*`, list, value = "NewName") Thanks in advance your help, David ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help: how can i build a constrained non-linear model?

2007-09-05 Thread 维娜 缪
alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help on inverse distribution

2007-09-04 Thread Rolf Turner
# Attention:\ This e-mail message is privileged and confidenti...{{dropped}} __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/

Re: [R] Help on inverse distribution

2007-09-04 Thread Lisa Hu
ion, but I > could not find it, can anyone tell me which package I should install? > thanks > > > [[alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do re

[R] Help on inverse distribution

2007-09-04 Thread Lisa Hu
Dear All, I need to use the inverse of some distributions in R for simulation, but I could not find it, can anyone tell me which package I should install? thanks [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list

[R] Help: how can i build a constrained non-linear model?

2007-09-04 Thread 维娜 缪
Thanks&Regards, Vina _ [[alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented,

Re: [R] R-help Digest, Vol 54, Issue 30

2007-08-31 Thread David Duffy
,-_|\ | email: [EMAIL PROTECTED] ph: INT+61+7+3362-0217 fax: -0101 / * | Epidemiology Unit, Queensland Institute of Medical Research \_,-._/ | 300 Herston Rd, Brisbane, Queensland 4029, Australia GPG 4D0B994A v _____

[R] help with aggregate(): tables of means for terms in an mlm

2007-08-28 Thread Michael Friendly
l Friendly Email: friendly AT yorku DOT ca Professor, Psychology Dept. York University Voice: 416 736-5115 x66249 Fax: 416 736-5814 4700 Keele Streethttp://www.math.yorku.ca/SCS/friendly.html Toronto, ONT M3J 1P3 CANADA __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] R Help

2007-08-28 Thread Petr PIKAL
package 'akima' could not be loaded > > In addition: Warning message: > > there is no package called 'akima' in: library(pkg, character.only = TRUE, > > logical = TRUE, lib.loc = lib.loc) > > > > > > > > > > > > > -- > > This e-mail and any attachment may be confidential and m...{{dropped}} __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] R Help

2007-08-28 Thread Henrique Dallazuanna
no package called 'akima' in: library(pkg, character.only = TRUE, > logical = TRUE, lib.loc = lib.loc) > > > > > > > ------ > This e-mail and any attachment may be confidential and ma

Re: [R] outdated R and package dependencies; was: R Help

2007-08-28 Thread Uwe Ligges
e: akima > Error: package 'akima' could not be loaded > In addition: Warning message: > there is no package called 'akima' in: library(pkg, character.only = TRUE, > logical = TRUE, lib.loc = lib.loc) > > > > ---

[R] R Help

2007-08-28 Thread Ola Asteman
- This e-mail and any attachment may be confidential and may a...{{dropped}} ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do r

Re: [R] Help on coxph

2007-08-26 Thread Daniel Malter
du mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Wei Hu Gesendet: Sunday, August 26, 2007 9:49 PM An: r-help@stat.math.ethz.ch Betreff: [R] Help on coxph I am new to R. I just installed R2.5.1 in

[R] Help on coxph

2007-08-26 Thread Wei Hu
s a lot [[alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help with vector gymnastics

2007-08-23 Thread Eik Vettorazzi
,F,F,F,T,T,F) > over i = 1 to 7 > then the output of the function will be > answer = 5 5 5 5 25 30 30 > > Thank you. > > Phil, > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help >

Re: [R] Help with vector gymnastics

2007-08-22 Thread Erik Iverson
utput of the function will be > answer = 5 5 5 5 25 30 30 > > Thank you. > > Phil, > > ______ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://

Re: [R] Help with vector gymnastics

2007-08-22 Thread Felix Andrews
evious answer) > where as an initial condition > tf[1] <- TRUE > > > For example if, > tf <- c(T,F,F,F,T,T,F) > over i = 1 to 7 > then the output of the function will be > answer = 5 5 5 5 25 30 30 > > Thank you. > > Phil, > > __

[R] Help with vector gymnastics

2007-08-22 Thread Gladwin, Philip
ou. Phil, ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Help with optimization using GENOUD

2007-08-16 Thread Anup Nandialath
-- [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] help and Firefox

2007-08-15 Thread Erich Neuwirth
uter Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-39464 Fax: +43-1-4277-39459 __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide htt

[R] help and Firefox

2007-08-15 Thread Erich Neuwirth
e: +43-1-4277-39464 Fax: +43-1-4277-39459 ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help with npmc

2007-08-14 Thread Paul Fenner
king. Thanks, Paul ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] help with scatterplot3d

2007-08-13 Thread Ben Bolker
l="blue",type="h",pch=16) Look carefully at ?seq and you may understand what you've done wrong ... Ben Bolker __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] help with scatterplot3d

2007-08-13 Thread Duncan Murdoch
", pch=16) > > and got the following error message: > > Error in xyz.coords(x, y, z) : 'x', 'y' and 'z' lengths differ. > > Does anyone know how I can use this function in the scatterplot3d package? try my.3dplot$points3d(x=400, y=600, z=0.19,

[R] help with scatterplot3d

2007-08-13 Thread Ryan Briscoe Runquist
Runquist Population Biology Graduate Group University of California, Davis [EMAIL PROTECTED] ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help using gPath

2007-08-12 Thread hadley wickham
o edit? > What would probably be ideal would be a graphical interface to the > grid.ls()-type information (something like an object explorer) that > would make it easier to see which object is which and also make it > easier to add and remove objects. A nice student project perhaps :)

Re: [R] Help with cumsum function

2007-08-11 Thread Uwe Ligges
6 78 and so on > 3 5 6 10 10 13 14 16 18 > > When i=4 cumsum is the same as when i=3 (10) > Y <- cumsum(table(factor(x[,2], levels=0:40))) Uwe Ligges > I would really appreciate if anyone could help me with this one:) > > Jan Moberg > > _

[R] Help with cumsum function

2007-08-11 Thread Hectorman Hectorman
anyone could help me with this one:) Jan Moberg __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained

Re: [R] Help using gPath

2007-08-11 Thread Paul Murrell
nes are added as children of the gTree 'plot.gTree.113' and they have a vpPath to make sure they get drawn in the right viewport within that gTree. What would probably be ideal would be a graphical interface to the grid.ls()-type information (something like an object explorer) that would make it easier to see which object is which and also make it easier to add and remove objects. A nice student project perhaps :) Paul -- Dr Paul Murrell Department of Statistics The University of Auckland Private Bag 92019 Auckland New Zealand 64 9 3737599 x85392 [EMAIL PROTECTED] http://www.stat.auckland.ac.nz/~paul/ __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help wit matrices

2007-08-10 Thread Roland Rau
25)) > but that returns a 1:10 matrix. > I have also tried for loops, but they are grossly inefficient. > > THanks for all your help in advance. > > Lanre > > __ > R-help@stat.math.ethz.ch mailing list > https:

Re: [R] Help wit matrices

2007-08-10 Thread Ted Harding
]10010 Does this work OK for your big matrix? HTH Ted. E-Mail: (Ted Harding) <[EMAIL PROTECTED]> Fax-to-email: +44 (0)870 094 0861 Date: 10-Aug-07 Time: 19:50:37 -- XFMail

Re: [R] Help wit matrices

2007-08-10 Thread John Kane
ent. > > THanks for all your help in advance. > > Lanre > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal

Re: [R] Help wit matrices

2007-08-10 Thread Ravi Varadhan
mailto:[EMAIL PROTECTED] On Behalf Of Lanre Okusanya Sent: Friday, August 10, 2007 2:20 PM To: jim holtman Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Help wit matrices that was ridiculously simple. duh. THanks Lanre On 8/10/07, jim holtman <[EMAIL PROTECTED]> wrote: > Is this what yo

Re: [R] Help wit matrices

2007-08-10 Thread Henrique Dallazuanna
ssly inefficient. > > THanks for all your help in advance. > > Lanre > > ______ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-

Re: [R] Help wit matrices

2007-08-10 Thread jim holtman
0.25)) > but that returns a 1:10 matrix. > I have also tried for loops, but they are grossly inefficient. > > THanks for all your help in advance. > > Lanre > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.e

Re: [R] Help wit matrices

2007-08-10 Thread Lanre Okusanya
> > but that returns a 1:10 matrix. > > I have also tried for loops, but they are grossly inefficient. > > > > THanks for all your help in advance. > > > > Lanre > > > > __ > > R-help@stat.math.e

[R] Help wit matrices

2007-08-10 Thread Lanre Okusanya
tried for loops, but they are grossly inefficient. THanks for all your help in advance. Lanre ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.ht

Re: [R] Help using gPath

2007-08-10 Thread Emilio Gagliardi
ould allow you to see which viewport each grob was drawn in, which > would help you, for example, to know which viewport you had to go to to > replace a rectangle you want to remove. okie dokie, I'm ready to be amazed! hehe. emilio [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] help with counting how many times each value occur in each column

2007-08-10 Thread François Pinard
[Gabor Grothendieck] > table(col(mat), mat) Clever, simple, and elegant! :-) -- François Pinard http://pinard.progiciels-bpi.ca __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the post

Re: [R] help with counting how many times each value occur in eachcolumn

2007-08-10 Thread Gasper Cankar
day, August 10, 2007 2:02 PM To: r-help@stat.math.ethz.ch Subject: [R] help with counting how many times each value occur in eachcolumn Dear list, I have the following dataset and want to know how many times each value occur in each column. >data [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,

Re: [R] help with counting how many times each value occur in each column

2007-08-10 Thread François Pinard
ls(dataf))) colnames(result) <- levels(dataf) result If you want the columns sorted, you might decide the order of the levels on the "factor()" call, or explicitly reorder columns afterwards. -- François Pinard http://pinard.progiciels-bpi.ca

Re: [R] help with counting how many times each value occur in each column

2007-08-10 Thread Gabor Grothendieck
20 > [4] 17 > [5] 18 > [6] 18 > [7] 18 and so on > [8] > [9] > [10] > > How can I do this in R ? > Thanks alot for your help, > Tom > > > - > > Jämför pris på flygbiljetter och hotellrum: > http://sh

[R] help with counting how many times each value occur in each column

2007-08-10 Thread Tom Cohen
n R ? Thanks alot for your help, Tom - Jämför pris på flygbiljetter och hotellrum: http://shopping.yahoo.se/c-169901-resor-biljetter.html [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing l

Re: [R] Help using gPath

2007-08-09 Thread Paul Murrell
ot;, gp=gpar(col="green")) >> >> >> Again, it would really help to have some code to run. > > > My apologies, I thought the grobTree was sufficient in this case. Thanks > very much for your help. Sorry to harp on about it, but if I had your code I could sh

Re: [R] Help using gPath

2007-08-09 Thread Emilio Gagliardi
.. > > grid.gedit("geom_bar.rect", gp=gpar(col="green")) > > > Again, it would really help to have some code to run. My apologies, I thought the grobTree was sufficient in this case. Thanks very much for your help. emilio [[alternative HTML version dele

[R] Help with Filtering (interest rates related)

2007-08-09 Thread Bernardo Ribeiro
Dear, r-help, Long time reader, first time poster, I'm working on a paper regarding a term structure estimation using the Kalman Filter Algorithm. The model in question is the Generalized Vasicek, and since there are coupon-bonds being estimated, I'm supposed to make some changes on

Re: [R] Help using gPath

2007-08-09 Thread Paul Murrell
27;ve already done, right? > like to change the color of the lines that make up the boxplots. Plus, I'd Something like ... grid.gedit("geom_bar.rect", gp=gpar(col="green")) ...? Again, it would really help to have some code to run. Paul > like to change the m

Re: [R] Help on R performance using aov function

2007-08-09 Thread Prof Brian Ripley
ffelmann Engineering Data Analysis Group -- Crolles2 Alliance 860 rue Jean Monnet 38920 Crolles, France Tel: +33 438 92 29 84 Email: [EMAIL PROTECTED] ______ R-help@stat.math.ethz.ch mailing list https://stat

[R] Help on R performance using aov function

2007-08-09 Thread Francoise PFIFFELMANN
I don’t know if it’s a problem in my code or if there are some tips that I can use to optimise my treatment. Thanks a lot for your help. Françoise Pfiffelmann Engineering Data Analysis Group -- Crolles2 Alliance 860 rue Jean Monnet 38920 Crolles,

[R] Help using gPath

2007-08-08 Thread Emilio Gagliardi
uch, emilio [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] help on glmmML

2007-08-07 Thread Fluss
_ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] help on getting weekday

2007-08-06 Thread Uwe Ligges
ernative HTML version deleted]] > > ______ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commen

[R] help on getting weekday

2007-08-06 Thread Baoqiang Cao
Dear All, I'd like to know which weekday it is for any given date, such as, what is the weekday for 2006-06-01? Any help will be highly appreciated. Best, Baoqiang [[alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing

Re: [R] help with ROC curve

2007-07-30 Thread gyadav
nly PSA(variable) alone of the original cohort against the ROC of the Model of the original cohort. It would be really great if you could help me with this. Thanks Rithesh M Mohan [[alternative HTML version deleted]] ____

[R] help with ROC curve

2007-07-30 Thread Rithesh M. Mohan
e Model of the original cohort. It would be really great if you could help me with this. Thanks Rithesh M Mohan [[alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-h

Re: [R] Help with Dates

2007-07-26 Thread Jeffrey J. Hallman
"%d-%b-%y", dateCol = > > "Date", sep = "") > [[1]] >[,1] > 19860119 673.25 > 19860202 677.00 > 19860216 680.25 > 19860302 691.75 > 19860316 706.50 > 19860330 709.75 > class: tis > > Warning message: > number o

Re: [R] Help with Dates

2007-07-26 Thread Gabor Grothendieck
940 > > + 14-Feb-86 680.25157985 37955 2542512530 > > + 28-Feb-86 691.75162775 49760 1603033730 > > + 14-Mar-86 706.50163495 54120 2799526125 > > + 31-Mar-86 709.75164120 54715 3039024325 > > + "

Re: [R] Help with Dates

2007-07-26 Thread Gabor Grothendieck
06.50 19860330 709.75 class: tis Warning message: number of items to replace is not a multiple of replacement length in: x[i] <- value __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting gui

Re: [R] Help with Dates

2007-07-26 Thread Jeffrey J. Hallman
zoo is nice. 'tisFromCsv()' in the fame package is nicer. Jeff ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] Help with Dates

2007-07-23 Thread Hans-Peter
- Regards, Hans-Peter ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help on "looping problem" needed!

2007-07-23 Thread Dimitris Rizopoulos
kuleuven.be/~m0390867/dimitris.htm - Original Message - From: "Ing. Michal Kneifl, Ph.D." <[EMAIL PROTECTED]> To: "Rhelp" Sent: Monday, July 23, 2007 4:40 PM Subject: [R] Help on "looping problem" needed! >I am wondering if someone could help me o

[R] Help on "looping problem" needed!

2007-07-23 Thread Ing. Michal Kneifl, Ph.D.
se? Michael ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] Help in HMM

2007-07-22 Thread Regina Verghis
for these arguments.Howthe initial estimates are calculate... Thanking You.. With Regards, Regina -- [EMAIL PROTECTED] [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PL

Re: [R] Help with Dates

2007-07-20 Thread Achim Zeileis
uot;) > > or > > head(subset(df, Yr = c("00","01","02","03") > > I can't help but feeling that I am missing something and there is a simpler > route. > > I leafed through R newletter 4.1 which deals with dates and times

Re: [R] Help with Dates

2007-07-19 Thread jim holtman
=="00") > > But how can I subset for multiple periods e.g 00- 05? The following won't > work: > > head(subset(df, Yr =="00" & Yr=="01") > > or > > head(subset(df, Yr = c("00","01","02","03") &

[R] Help with Dates

2007-07-19 Thread Alex Park
feeling that I am missing something and there is a simpler route. I leafed through R newletter 4.1 which deals with dates and times but it seemed that strptime and POSIXct / POSIXlt are not what I need either. Can anybody help me? Regards Alex ________

Re: [R] help with heatmap - how to remove annoying "X" before numeric values?

2007-07-19 Thread Gabor Grothendieck
> >> value of all the labels of my columns. > > > > >> > > > > >> Let's say I have the following silly data, stored > > > > in > > > > >> "temp.txt" > > > > >> 19051910195019922011 > > > > 2020 > > > > >&

Re: [R] help with heatmap - how to remove annoying "X" before numeric values?

2007-07-19 Thread Suzanne Matthews
5019922011 > > > 2020 > > > >> Gnat0.080.290.290.370.39 > > > 0.43 > > > >> Snake 0.160.340.320.400.41 > > > 0.53 > > > >> Bat 0.400.540.520.60 0.60 > > > 0.63 > > > >> C

Re: [R] help with heatmap - how to remove annoying "X" before numeric values?

2007-07-18 Thread Moshe Olshansky
e my > heatmap: > >> heat <- read.table('temp.txt') > >> x <- as.matrix(heat) > >> > >> heatmap.2(x, keysize=1.2, dendrogram="none", > >> trace="none", Colv = FALSE, > >> main = "Silly Data&quo

Re: [R] help with heatmap - how to remove annoying "X" before numeric values?

2007-07-18 Thread Prof Brian Ripley
trace="none", Colv = FALSE, >> main = "Silly Data", labCol= >> NULL, margin=c(7,8)) >> >> This generates a very nice heatmap, but there is one >> thing I have an issue >> with: How do I get rid of the 'X' that seems to come >>

Re: [R] help with heatmap - how to remove annoying "X" before numeric values?

2007-07-18 Thread Moshe Olshansky
issue > with: How do I get rid of the 'X' that seems to come > automatically before my > numeric column values? I just want those columns to > be labeled 1905, 1910, > 1950, and so on. I cannot find anything in the > heatmap.2 documentation that > suggests how I shoul

Re: [R] help with heatmap - how to remove annoying "X" before numeric values?

2007-07-18 Thread Gabor Grothendieck
on. I cannot find anything in the heatmap.2 documentation that > suggests how I should do this. > > Thank you very much for your time, and patience in reading this! > > Sincerely, > Suzanne > >[[alternative HTML version deleted]] > >

[R] help with heatmap - how to remove annoying "X" before numeric values?

2007-07-18 Thread Suzanne Matthews
t find anything in the heatmap.2 documentation that suggests how I should do this. Thank you very much for your time, and patience in reading this! Sincerely, Suzanne [[alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing list h

Re: [R] HELP FOR BUGS

2007-07-15 Thread Mike Meredith
> for Multilevel Logistic modelling in R? > > Please guide in this regard. > > Thank You > > RAZA > > > - > Boardwalk for $500? In 2007? Ha! > > [[alternative HTML version deleted]] > >

Re: [R] HELP FOR BUGS

2007-07-14 Thread Uwe Ligges
- Boardwalk for $500? In 2007? Ha! > > [[alternative HTML version deleted]] > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the > posting gu

[R] HELP FOR BUGS

2007-07-14 Thread Ali raza
guide in this regard. Thank You RAZA - Boardwalk for $500? In 2007? Ha! [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] help with handling replicates before reshaping data

2007-07-13 Thread hadley wickham
lt;- rename(data, c("y" = "value")) # I think this is the format you want, which will average over the reps cast(d2, day + seq ~ patient, mean) Hadley __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-hel

[R] help with handling replicates before reshaping data

2007-07-13 Thread Tom Cohen
Tom - Jämför pris på flygbiljetter och hotellrum: http://shopping.yahoo.se/b/a/c_169901_resor_biljetter.html [[alternative HTML version deleted]] ______ R-help@stat.math.ethz.ch mailing list https

Re: [R] Help with write.foreign (exporting data to Stata)

2007-07-10 Thread Thomas Lumley
Stata") -thomas > see > ?write.dta once you have loaded the foreign package > > Stefan > > Original Message > Subject: [R] Help with write.foreign (exporting data to Stata) > From: kdestler <[EMAIL PROTECTED]> > To: r-help@stat.math.ethz.

Re: [R] Help with write.foreign (exporting data to Stata)

2007-07-10 Thread Stefan Grosse
I am not sure what you are doing there but what you need is library(foreign) and write.dta() see ?write.dta once you have loaded the foreign package Stefan Original Message Subject: [R] Help with write.foreign (exporting data to Stata) From: kdestler <[EMAIL PROTECTED]>

[R] Help with write.foreign (exporting data to Stata)

2007-07-10 Thread kdestler
/www.nabble.com/Help-with-write.foreign-%28exporting-data-to-Stata%29-tf4057346.html#a11525796 Sent from the R help mailing list archive at Nabble.com. ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do re

Re: [R] Help Needed!!

2007-07-10 Thread Henrique Dallazuanna
d function "aov". Is there something like this exists > for MANOVA? > > Thanks, > Deepa > > > - > > [[alternative HTML version deleted]] > > ______ > R-help@stat.math.e

[R] Help Needed!!

2007-07-10 Thread deepa gupta
on deleted]] ______ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] Help in installing rggobi in ubuntu linux

2007-07-09 Thread Dirk Eddelbuettel
t-get install r-omegahat-ggobi' On Debian, we are now at 2.1.5-* for both (and we renamed it r-cran-rggobi as it now resides on CRAN). Hth, Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Ediso

Re: [R] Help in installing rggobi in ubuntu linux

2007-07-09 Thread Michael Lawrence
'rggobi' had non-zero exit status in: > install.packages("rggobi") > > --- > > What am I doing wrong? > > Thank you for your help. >

Re: [R] help on fisher.test(stats)?

2007-07-09 Thread Stefan Grosse
Original Message Subject: [R] help on fisher.test(stats)? From: zhijie zhang <[EMAIL PROTECTED]> To: R-help@stat.math.ethz.ch Date: 09.07.2007 09:03 > Dear friends, > My dataset have many zeros, so i must use fisher exact test . > Unfortunately, the fisher.test(

[R] help on fisher.test(stats)?

2007-07-09 Thread zhijie zhang
*] oooO: (..): :\.(:::Oooo:: ::\_)::(..):: :::)./::: ::(_/ : [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://ww

[R] Help in installing rggobi in ubuntu linux

2007-07-08 Thread Kenneth Cabrera
ssage: installation of package 'rggobi' had non-zero exit status in: install.packages("rggobi") --- What am I doing wrong? Thank you for your help. -- Kenneth Roy Cabrera Torres Cel 315 504 9339 __ R-help@stat.math.ethz.ch mailing

Re: [R] help with vector construction

2007-07-05 Thread Greg Snow
reg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Juan > Pablo Fededa > Sent: Thursday, July 05, 2007 11:30 AM > To: r-h

  1   2   3   4   5   6   7   8   9   10   >