[R] Fw: how to use 97.5%,2.5% values of parameters for next calculation

2016-10-06 Thread abhishek pandey
Sent from RediffmailNG on Android From: abhishek pandeyabhishekpandey_1...@rediffmail.com Sent:Thu, 06 Oct 2016 13:24:39 +0530 To: r-help-ow...@r-project.org Subject: how to use 97.5%,2.5% values of parameters for next calculation Sir I request you to help me for completing my programm. SIZE

[R] FW: how to use by() ?

2010-11-29 Thread Jim Moon
Thank you for the suggestion, Bill. The result is not quite what I would like. Here's sample code for you or anyone else who may be interested: Al1 = c('A','C','C','C') Al2 = c('G','G','G','T') Freq1 = c(0.0078,0.0567,0.9434,0.9908) MAF = c(0.0078,0.0567,0.0566,0.0092) m1 = data.frame(Al1=Al1,

Re: [R] FW: how to use by() ?

2010-11-29 Thread William Dunlap
the data.frame. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Jim Moon Sent: Monday, November 29, 2010 10:37 AM To: r-help@r-project.org Subject: [R] FW: how to use

Re: [R] FW: how to use by() ?

2010-11-29 Thread David Winsemius
On Nov 29, 2010, at 1:36 PM, Jim Moon wrote: Thank you for the suggestion, Bill. The result is not quite what I would like. Here's sample code for you or anyone else who may be interested: Al1 = c('A','C','C','C') Al2 = c('G','G','G','T') Freq1 = c(0.0078,0.0567,0.9434,0.9908) MAF =

Re: [R] FW: how to use by() ?

2010-11-29 Thread Jim Moon
Thank you, Bill. That fixed it. Jim -Original Message- From: William Dunlap [mailto:wdun...@tibco.com] Sent: Monday, November 29, 2010 10:46 AM To: Jim Moon; r-help@r-project.org Subject: RE: [R] FW: how to use by() ? ifelse(cond,ifTrue,ifFalse) doesn't do what you want when ifTrue

Re: [R] FW: how to use by() ?

2010-11-29 Thread Jim Moon
Well-phrased, David. :-) Jim -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Monday, November 29, 2010 10:53 AM To: Jim Moon Cc: r-help@r-project.org Subject: Re: [R] FW: how to use by() ? On Nov 29, 2010, at 1:36 PM, Jim Moon wrote: Thank you