search for: ramya

Displaying 20 results from an estimated 45 matches for "ramya".

2011 Jan 31
5
Finding a Diff within a Dataframe columns
Hi, I have a Dataframe. A B C D 0.1 0.7 0.9 0.8 0.20 0.60 0.80 0.70 0.40 0.80 0.70 0.76 I need a resultant dataframe (A-B) (C-D) -0.6 0.1 -0.40 0.1 -0.40 -0.06 Any suggestion would be of a great help Thanks Ramya -- View this message in context: http://r.789695.n4.nabble.com/Finding-a-Diff-within-a-Dataframe-columns-tp3247943p3247943.html Sent from the R help mailing list archive at Nabble.com.
2009 Dec 07
3
Regular expression help
...a regular expresion \d+ by which i can only make it to see 7 and returns. This type of number(9831019) appears in any part of the string and is definitely more than 5 digits all the time and i want to give that as a condition UV7C11-F9-E1 MCS#9831019 MCS Lot #9512516" how do i go abt it Ramya -- View this message in context: http://n4.nabble.com/Regular-expression-help-tp954834p954834.html Sent from the R help mailing list archive at Nabble.com.
2008 Sep 17
5
inserting values for null
...the coulmn 1 in D.F.sub.2 is a subset of D.F1.I have to insert the values in D.F1 in other fields while the coulmn 1 in both the main table and sub table matches. Ih short i have to insert a dataframe (D.F.sub.2) into the main D.F1 using the column1 that hold similar values. Kindly plz help me. Ramya -- View this message in context: http://www.nabble.com/inserting-values-for-null-tp19535742p19535742.html Sent from the R help mailing list archive at Nabble.com.
2008 Jun 24
9
R help
Dear Sir/Madam, I found your email address and your correspondence with R-users. I hope you could help me with this question about the function "ur.ers" in the package of "urca". It is an improved unit root test (Elliott et al. 1996 Econometrica). Do you know how to extract the value of the test statistic from the output? The only thing I can get is the print-out of all
2008 Sep 05
3
comparing two files
...have two object on is a vector T and the other is dataframe C. vector T has more no of rows when comapred with a dataframe Ccolumn[,2].I want to find the the missing rows in dataframe C.That is those values that are not matchig in dataframe C[,2] Kindly give me suggestion on how to go about it. Ramya -- View this message in context: http://www.nabble.com/comparing-two-files-tp19337486p19337486.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 21
3
vector help
...quot;Geneset=HSA04910_INSULIN_SIGNALING_PATHWAY-157- 20". how can i do it. > class(test) [1] "character" > test [1] "Geneset=HSA04910_INSULIN_SIGNALING_PATHWAY" "157" [3] "20" Ramya -- View this message in context: http://www.nabble.com/vector-help-tp18575055p18575055.html Sent from the R help mailing list archive at Nabble.com.
2011 May 20
3
Adding a numeric to all values in the dataframe
Hi there I just want to add 2 to all the values in dataframe. I tried using sapply but it seem to die all the time. Any help would be appreciated. Thanks Ramya -- View this message in context: http://r.789695.n4.nabble.com/Adding-a-numeric-to-all-values-in-the-dataframe-tp3537594p3537594.html Sent from the R help mailing list archive at Nabble.com.
2008 Oct 09
3
LIST HELP
...p q r dce e g h l k m kpo a d c also i have a vector of list names. abc,dce similarly i have 22 elements. I wanna delete or want a list without the list elements whoes name match up the vector. my result should be kpo a d c. i tried lapply it is in working in the way i want. Kindly help me Ramya -- View this message in context: http://www.nabble.com/LIST-HELP-tp19905212p19905212.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 11
3
List help
...P_A-1928826" "1" [10,] "HIGD1C" "SNP_A-1938145" "1" [11,] "HIGD1C" "SNP_A-1889970" "1" [[6]] [,1] [,2] [,3] I have 386 list elements I need to remove these empty martix.([[1]],[[2]],[[3]],[[4]].[[6]]) do help me Ramya -- View this message in context: http://www.nabble.com/List-help-tp18411519p18411519.html Sent from the R help mailing list archive at Nabble.com.
2009 Dec 03
2
Dataframe help
Hi there I have two dataframes Dataframe_1 column_1 colum_2 121 12345 145 1675 167 2765 Dataframe_2 column_1 column2 121 abc 345 lmn 167 efg I want a resulting dataframe 121 12345 abc 167 2765 efg how do i go abt it Ramya -- View this message in context: http://n4.nabble.com/Dataframe-help-tp947934p947934.html Sent from the R help mailing list archive at Nabble.com.
2008 Aug 05
4
PDF append help
hi there, Is there any function to append the pdf file. I want to write in a pdf file some 100 plots(in one single pdf containing 100 plots) while all the plot are created using a for loop. I can create 100 pdf one for each for each plot using a for loop but i want only one pdf with 100 plots. Ramya -- View this message in context: http://www.nabble.com/PDF-append-help-tp18835069p18835069.html Sent from the R help mailing list archive at Nabble.com.
2008 Sep 17
3
selecting dataframe values that are not nulls
Hi, I have a dataframe with 14319rows and 9 colums. for some rows there are null values.I want a dataframe without these null values.I wanna select only those that have values !=NA. kindly let me know how to do that. Ramya -- View this message in context: http://www.nabble.com/selecting-dataframe-values-that-are-not-nulls-tp19537093p19537093.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 28
2
writing the plots
...ylab="gene.number.per.geneset") lines(loess.smooth(c(1:1000),as.numeric(lapply(resultgenes,length)), span = 2/3, degree = 1, family = "gaussian", evaluation = 50),col=2, lwd=3) i want this graph in the pdf and some notes regarding the graph in a notepad. Kindly help me Ramya -- View this message in context: http://www.nabble.com/writing-the-plots-tp18689539p18689539.html Sent from the R help mailing list archive at Nabble.com.
2009 Nov 24
2
Re moving white space help
Hi there I am trying to remove the white space and replace it with nothing but didnt have any luck with that x <- and fgh- i can replace the comma using gsub gsub("\\-","",x) but i cant replace the white space with nothing. Ramya -- View this message in context: http://old.nabble.com/Removing-white-space-help-tp26503431p26503431.html Sent from the R help mailing list archive at Nabble.com.
2011 Feb 18
1
Find peaks in dataset(x,y) and area for each peak
...es and peak function but they return me a list of values which when computed from area turns out to be huge nnumbers. In the dataset I know there are 4 peaks but i couldnt find through R. getPeaks method was kind of promising but i am not sure how to use it. Any help would be appreciated. Thanks Ramya -- View this message in context: http://r.789695.n4.nabble.com/Find-peaks-in-dataset-x-y-and-area-for-each-peak-tp3312061p3312061.html Sent from the R help mailing list archive at Nabble.com.
2013 Mar 13
2
How to add a new line at a particular place in a file..
...ess=true" JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone.xml" This a part of file and i want to add -- -Djboss.socket.binding.port-offset=900" -- after 3600000 in the 3rd line..through puppet ode..how can i do that?? Can some one please help me?? Regards Ramya Y -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegrou...
2008 Nov 05
3
Sort help
...rame information. i need to sort the entire dataframe based on the 3rd colum. in decending order. I tried using order information[order(information[,3])] but it gives me only the ordered first coulmn that too i am not sure that it really works. Kindly let me know with any suggestions. Regards Ramya -- View this message in context: http://www.nabble.com/Sort-help-tp20346314p20346314.html Sent from the R help mailing list archive at Nabble.com.
2003 Nov 08
2
help with hierarchical clustering
...ng error > hc <- hclust(dist(mldata),"ave") Error: cannot allocate vector of size 622668 Kb In addition: Warning messages: 1: NAs introduced by coercion 2: Reached total allocation of 479Mb: see help(memory.size) Can anyone please point where I'm going wrong ? Thank you, Ramya --------------------------------- [[alternative HTML version deleted]]
2008 Nov 21
3
list of list objects
...be there just a simple list is wat i need. [1].0 "ABC" "DEF""LMN" [1].1 "WER" "ERT" "TRY" [2].0 "ASD","wer""qwe" [2].1 "wdv""ghj""ggj" kindly let me know hoe to go abt it regards ramya -- View this message in context: http://www.nabble.com/list-of-list-objects-tp20628759p20628759.html Sent from the R help mailing list archive at Nabble.com.
2008 Jun 24
1
R help on for loop
hi, I have a data stored in table format. The data is stored in the name map. 500545 rows and 3 columns. I want to use a for loop to scan through till the end of the row. can i use like this. for ( i in 1:row(map) { } Kindly clarify me Cheers Ramya -- View this message in context: http://www.nabble.com/R-help-on-for-loop-tp18098661p18098661.html Sent from the R help mailing list archive at Nabble.com.