Re: [R] New member

2016-04-15 Thread John Kane
; From: kipkorirfrankli...@gmail.com > Sent: Thu, 14 Apr 2016 13:39:50 +0300 > To: r-help@r-project.org > Subject: [R] New member > > > Hello. I am Franklin from University of Eldoret. I really want to study > the R package. What should I first of all do? > [[al

Re: [R] New member

2016-04-14 Thread Adams, Jean
This is a good place to start ... https://cran.r-project.org/doc/manuals/R-intro.pdf Jean On Thu, Apr 14, 2016 at 5:39 AM, kipkorirfrankli...@gmail.com < kipkorirfrankli...@gmail.com> wrote: > > Hello. I am Franklin from University of Eldoret. I really want to study > the R package. What should

[R] New member

2016-04-14 Thread kipkorirfrankli...@gmail.com
Hello. I am Franklin from University of Eldoret. I really want to study the R package. What should I first of all do? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see

[R] tidbit about R-core member

2012-05-15 Thread Mark Leeds
Hi: I just wanted to let the R-community know that Thomas Lumley was elected Fellow of the American Stastistical Association. Congratulations Thomas. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] is member

2011-10-02 Thread Alaios
numbers) without the zeros!. How I can do that? B.R Alex From: William Dunlap wdun...@tibco.com Sent: Saturday, October 1, 2011 12:11 AM Subject: RE: [R] is member Someone already suggested that you use match(), which does what I think you want.  Read its help

[R] is member

2011-09-30 Thread Alaios
Dear all, I have a vector with number that some of them are part of the   seq(1,800,4). How can I check which of the numbers belong to the seq(1,800,4)   LEt's say that is called myvector the vector with the numbers. Is there in R something like this? is.member(myvector,seq(1,800,4))   I would

Re: [R] is member

2011-09-30 Thread David Winsemius
On Sep 30, 2011, at 12:25 PM, Alaios wrote: Dear all, I have a vector with number that some of them are part of the seq(1,800,4). How can I check which of the numbers belong to the seq(1,800,4) LEt's say that is called myvector the vector with the numbers. Is there in R something like

Re: [R] is member

2011-09-30 Thread Sarah Goslee
5 %in% seq(1,800,4) [1] TRUE 4 %in% seq(1,800,4) [1] FALSE or is.element(5, seq(1,800,4)) [1] TRUE is.element(4, seq(1,800,4)) [1] FALSE Sarah On Fri, Sep 30, 2011 at 12:25 PM, Alaios ala...@yahoo.com wrote: Dear all, I have a vector with number that some of them are part of the

Re: [R] is member

2011-09-30 Thread William Dunlap
: Friday, September 30, 2011 9:26 AM To: R-help@r-project.org Subject: [R] is member Dear all, I have a vector with number that some of them are part of the seq(1,800,4). How can I check which of the numbers belong to the seq(1,800,4) LEt's say that is called myvector the vector

Re: [R] is member

2011-09-30 Thread Alaios
: Friday, September 30, 2011 9:26 AM To: R-help@r-project.org Subject: [R] is member Dear all, I have a vector with number that some of them are part of the seq(1,800,4). How can I check which of the numbers belong to the seq(1,800,4) LEt's say that is called myvector the vector

Re: [R] is member

2011-09-30 Thread William Dunlap
2:07 PM To: William Dunlap; R-help@r-project.org Subject: Re: [R] is member Thanks a lot! This works. Now I want to do the opposite let's say that I have one sequence for example check in image http://imageshack.us/photo/my-images/4/unleduso.png/ column A (this is a seq(1,113,4) and I want when I

Re: [R] Accessing member

2009-12-28 Thread John Kane
Assuming the data set is called xx subset (xx, xx$V1==AB) or xx[1,] if you now AB is the first row of the data. --- On Mon, 12/28/09, Nick Torenvliet nick.torenvl...@gmail.com wrote: From: Nick Torenvliet nick.torenvl...@gmail.com Subject: [R] Accessing members To:

[R] SCOUR member invite from: muhammad faisal

2008-10-24 Thread SCOUR member invite: muhammad faisal
Did you hear about Scour? It is the next gen search engine with Google/Yahoo/MSN results and user comments all on one page. Best of all we get rewarded for using it by collecting points with every search, comment and vote. The points are redeemable for Visa gift cards. It's like earning credit

[R] New member with question on multiple comparisons in mixed effects models

2008-09-09 Thread Giuliano Matessi
Dear fellow R.users/.lovers, I am very new to both R and this list, so I hope you will be patient with me in the beginning if my enquiries are inappropriate/unclear. I am trying to perform some rather complex statistical modelling using mixed-effects models. I have, after a rather