search for: mitra

Displaying 20 results from an estimated 33 matches for "mitra".

Did you mean: mitre
2009 Jun 07
2
Need some help in R : value more than equals to a row.
...for example > values[1,2] [1] 0.3611111 and > values[1,] [1] 0.7777778 0.3611111 0.2222222 0.1388889 0.0000000 0.8611111 So there are two numbers more than equals to values[1,2] So > values.new[1,2]= 2/length(values[1,]) With best regard, Suparna ---------------------------- Ms Suparna Mitra Eberhard-Karls-Universität Tübingen Wilhelm-Schickard-Institut Algorithmen der Bioinformatik Sand 14, 72076 Tuebingen Germany Tel. ++49-7071-29 70453 (0) Fax ++49-7071-29 5148 (0) Phone: ++49-176-20361469 (M) ++49-7071-1477169 (R) Alternative e-mail: mitra@informatik.uni-tuebingen.de...
2012 Aug 19
1
radarchart axis scaling
...trix I am using is as follows: x<-c(c(rep(4.5,7),c(rep(0,7)), 3.34, 3.28, 1.37, 1.12, 3.52, 4.07, 3.66)); a<-matrix(x,nrow=3, ncol=7,byrow=T) I would like to show the range of c(0,5) on the axis instead of c(0,100) or c(0,1). I really appreciate it if any body can guide me. Best regards, Mitra Rahmati
2011 Jul 12
3
Help in error removal
...="double"), as.vector(as.matrix(a)[y,], mode="double"))$p.value) } } } r[x,y]==r[y,x] } return(r) } However whenever I run it,I get the error:- > pearson(a) Error in matrix[x, y] : object of type 'closure' is not subsettable Please help! Best Regards Sumona Mitra
2011 Apr 06
1
Creating a symmetric contingency table from two vectors with different length of levels in R
...group Bacteria [5] Epsilonproteobacteria Epsilonproteobacteria Epsilonproteobacteria and so on .......... 105 Levels: Acidobacteria Aconoidasida Actinobacteria (class) .... Now I want to create a symmetric contingency table. Any quick idea will be really helpful. Best regards, Mitra [[alternative HTML version deleted]]
2008 Nov 27
1
Help processing large data
...2 9 100 and so on... In words: I want to divide the 3rd column by 100 to keep the length 100 and increasing no of rows needed, where no will be same for all increased rows, but the read will be changed like 2_1,2_2 and so on.. Please let me know if any one can help. Thanks a lot in advance. Best, Mitra. -- View this message in context: http://www.nabble.com/Help-processing-large-data-tp20716564p20716564.html Sent from the R help mailing list archive at Nabble.com.
2011 Sep 21
3
RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4
Is anyone can help me with this ? I'm really desperate. Thx in ad. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ikka - Mitra Kreasindo Sent: Wednesday, September 14, 2011 5:02 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Mixmonitor command parameter problem on Asterisk 1.8.4 Dear all. I'm using MixMonitor command in my dialplan, and I used the "comman...
2009 Apr 13
1
value of strptime in R 1.8.0
...e(version.one[,61]) x<-strptime(t.s.one,format="%H:%M") x y<-strptime(t.s.two ,format="%H:%M") y z<-difftime(y,x, units = "mins") z But now in my z object i have negative numbers. Would you please let me know why? And how can I get rid of this problem? Thanks Mitra [[alternative HTML version deleted]]
2011 Apr 14
1
Error is assocplot
...n.table,space = 0.3, + main = NULL, xlab = NULL, ylab = NULL) Error in plot.window(xlim, ylim, log = "") : need finite 'ylim' values And also I would like to know if I can use jaccard measure from the same contingency table. Thank you very much in advance, Best wishes, Mitra. [[alternative HTML version deleted]]
2011 Oct 24
1
nonlinear model
...tor 0.000488281 reduced below 'minFactor' of 0.000976562 /I suppose that the used model is wrong, specialy Amax. I studied somewhere I should use "plinear" model but I did not know. If you can guide me, any advices would be realy appreciated. Thank you in advance,/ Best regards, Mitra RAHMATI/ [[alternative HTML version deleted]]
2013 May 22
1
Rplot save problem after using "identify" with R version 3.0.0
...rticular data samples identified with names [1] 1 2 3 4 5 12 14 24 25 26 27 28 29 30 31 32 34 #identified properly. > Error: first argument must be a string (of length 1) or native symbol reference #This error appears after I try to save the image. Any help will be really great. Thanks, Mitra [[alternative HTML version deleted]]
2013 May 17
1
Problem with ordiellipse coloured factor in Vegan
...y, kind = "sd", label = T,col=groupz[i], show.groups=groupz[i]) } Now here I get the error Error in text.default(...) : no coordinates were supplied (But sometimes same code works. I am not sure what am I doing wrong.) Data files are attached. Any help will be really great. Thanks, Mitra
2017 Jun 26
3
Request for help - adding text files to a data frame
Hello Everyone, I have a data frame which looks something like this: V1 <-c(1,2,3) V2 <-c(5,6,7) V3 <-c(9,10,11) df <- data.frame(V1,V2,V3) I want to add couple of text files at the beginning of df and save the df as a csv file. The csv file should look something like this: "AAAAAAAA" "BBBBBBBBB" "CCCCCCCCC" V1 V2 V3 1 5 9 2
2020 Nov 18
1
LTO with Linker Scripts
On 2020-11-18, Teresa Johnson via llvm-dev wrote: >AFAIK this effort stalled when Tobias changed jobs. Adding Sergei who may >know the current status of the support within Qualcomm. > >Teresa > >On Wed, Nov 18, 2020 at 11:12 AM Mitra, Gaurav via llvm-dev < >llvm-dev at lists.llvm.org> wrote: > >> Hello All, >> >> >> >> I’d like to pick up on an RFC about “(Thin)LTO with Linker Scripts” >> proposed by Tobias von Koch ( >> http://lists.llvm.org/pipermail/llvm-dev/2018-May/1232...
2009 Jun 10
1
R: Best way to plot a Matrix of all possible pair combinations
Hallo R Users, Please help I have some distance matrix data like > M[1:10,] [,1] [,2] [,3] [,4] [,5] [,6] [1,] 0.8750000 0.5000000 0.5000000 0.3750000 0.6250000 0.00000000 [2,] 0.8928571 1.0000000 0.0000000 0.8928571 0.1071429 0.00000000 [3,] 0.8928571 1.0000000 0.0000000 0.8928571 0.1071429 0.00000000 [4,] 0.8928571 1.0000000 0.0000000 0.8928571
2011 Jul 20
3
Coercing Logical array to Numeric array
Dear all, Coercing a logical vector to a numeric one is easy. The as.numeric function is used. However what do we use when we have a matrix or an array? Sumona
2013 Aug 30
1
package seriation- how to manage font size and label margin
...+ gp = gpar(fontsize = 8))) but didn't work for the font with bertinplot. Also for hmap I need to arrange the margin so that all the labels are visible. I tried with par(mai=c(3,2,2,2)), but also with no luck. Sample figure which I got is attached. Any help will be really great. Thanks a lot, Mitra. -------------- next part -------------- A non-text attachment was scrubbed... Name: Rplot-cluster-Top50Family.pdf Type: application/pdf Size: 520309 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130830/d3c9654f/attachment.pdf>
2020 Nov 18
2
LTO with Linker Scripts
Hello All, I'd like to pick up on an RFC about "(Thin)LTO with Linker Scripts" proposed by Tobias von Koch (http://lists.llvm.org/pipermail/llvm-dev/2018-May/123252.html) a couple years back. Has this work been upstreamed or implemented in any toolchains? We're looking at bringing LTO support to our TI Arm Clang Compiler tools and would appreciate any information about similar
2006 Nov 22
1
Probit analysis
...messages are coming. Please suggest some functions on R or the method by which I can do the calculations. I am not at all used to programming language so a detailed solution would be very much helpful. Thanking you in anticipation. Sincerely yours. -- Dipjyoti Chakraborty C/o Dr Adinpunya Mitra Natural Products Biotechnology Lab Agriculture & Food Technology Depart. IIT-KGP Kharagpur-721 302-India [[alternative HTML version deleted]]
2013 Jun 22
1
metaMDS Error, Nan similar or negative values
...> 0) / 2 Dij[Dij <= 0] <- minDij But still I don't understand how can I modify the NaN values. In my data I don't have any NA values. All the cells are either +ve or zero. Please help me with this. Should I just replace all the NaN values with zero? Please advice. Thanks a lot, Mitra [[alternative HTML version deleted]]
2009 Jun 17
3
Problem in 'Apply' function: does anybody have other solution
Dear All, I am having some problem in apply function. I have some data like below. I want to get a range vector (which is max-min value for each row , ignoring NA values.) > Species.all[1:10,] V2 V3 V4 V5 V6 V7 V8 V9 1 57543 55938 47175 54922 36032 5785 29497 7286 2 42364 40472 29887 40107 19723 2691 14445 3258 3 19461 19646 18538 22392 6744 794