search for: duvvuru

Displaying 17 results from an estimated 17 matches for "duvvuru".

2008 Aug 20
4
Conversion - lowercase to Uppercase letters
I would like to know how to convert a string with characters to all uppercase or all lowercase? If anyone could let me know if there exists a function in R for the conversion, that will be very helpful. Regards, Suman [[alternative HTML version deleted]]
2009 Jul 08
3
Unix commands on R
I am using R on unix. While in R how do I execute the unix shell commands? Is there a way to do it? I am executing a function in R and the matrix resulting from the function has to be passed on as an input to unix command. Any directions will be helpful. Thanks, Suman [[alternative HTML version deleted]]
2008 Jul 18
6
Xen-3.2.1 Build Error
...rectory `/usr/src/xen-3.2.1/tools/check'' make[1]: *** [check] Error 2 make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' make: *** [install-tools] Error 2 ==================================================== Any Idea? Thx, Venkat ================================ Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) ================================ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Feb 18
4
Lustre-1.5.95 & Linux-2.6.18
Will lustre-1.5.95 build with 2.6.18-vanilla kernel? Which_patch doesn''t contain this kernel but I could see them in the series files. Do somebody have experience in building the same? I tried to do it but lot of errors after applying the patches in 2.6.18-vanilla series. Thanks, Venkat
2007 Jun 27
3
Correlation ratio
Hi, I wanted to know how to compute the correlation ratio (eta) between two variables using R. Is there any function to compute the correlation ratio. Any help will be very much appreciated. Thanks, Suman [[alternative HTML version deleted]]
2007 Jul 13
1
Subplot.
Hello All, I wanted to do many plots (in my case, wanted to get 6 histograms) on the same figure. Is there a method in R that analogous to 'subplot' in MATLAB? Any help will be very much appreciated. thanks, Suman [[alternative HTML version deleted]]
2008 Jan 08
1
correlation matrix - large dataset
Hello, I have a dataset with 20,000 variables.and I would like to compute a pearson correlation matrix which will be 20000*20000. The cor() function doesnt work in this case due to memory problem. If you have any ideas regarding a feasible way to compute correlations on such a huge dataset, please help me out. Please feel free to share your memory handling techniques in R. Thanks, Suman
2007 Jun 23
1
Creating different matrices in a loop
Hello, I have a big matrix of size (20,5) -bmat . I have to loop though the rows in the matrix and create DIFFERENT matrices each time I go through the loop. counts=c(4,6,10); p=1; for (i in 1:length(counts)) { smat=bmat[p:p+i-1,]; p=p+i; } The problem is smat overwrites itself each time inside the loop. I would like to have smat1, smat2, smat3 instead of a single vector smat.
2007 Jun 27
1
Timer
Hello, This might be a very basic question but I was not sure how to go about it. I just wanted to calcluate the time it takes to run my program. Basically I was to put a timer at the start and the end of the program in order to see how much time it takes to give the output (similar to tic-tac in MATLAB) . Any help will be appreciated. Thanks, Suman [[alternative HTML version deleted]]
2008 Aug 20
3
Grant Table Hyper Calls For Sharing Memory
...hink the memory is shared using grant table mechanism and we would need Hypercall support related to grant tables to make this possible. Correct me if I am wrong. Or is there any other way of sharing memory or Inter domain communication? Thx, Venkat ================================ Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) ================================ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Mar 11
2
lsmeans in R
I need help with calculating lsmeans (adjusted means) of different terms in a linear model including the main effect and the interaction effect terms. I use lm to run the linear models...I previously noted from literature that that "effects" package can be used to generate lsmeans. But I tried to use it but could not figure out which option to use to get means. If anyone can give an
2008 Aug 05
18
RE: Xen-3.2.1 VT-d Support (NOT SURE WHETHER IT''S A BUG OR...)
...t: 2008年8月5日 14:37 To: Cui, Dexuan; xen-devel@lists.xensource.com Subject: RE: [Xen-devel] Xen-3.2.1 *VT-d* Support (NOT SURE WHETHER IT''S A BUG OR...) If you don''t mind can you send me the BIOS version you are using? Thx, Venkat ================================ Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) ================================ ________________________________ From: Cui, Dexuan [mailto:dexuan.cui@intel.com] Sent: Tuesday, August 05, 2008 12:03 PM To: Kumar, Venkat; xen-devel@lists.x...
2008 Jun 20
2
pci passthrough on RHEL 4.5
Hi there, I have a Dell T3400 Workstation with CentOS5.1 as dom0. I have hidden a network interface in dom0 to pass it to domU. The domU can come up with the NIC when it''s OS is CentOS5.1 or RHEL5. But when it comes to RedHat4.5 , the NIC can not be found. As I type the command "lspci" in RHEL4.5 domU, it returned: pcilib: Cannot open /proc/bus/pci
2008 Aug 05
3
Xen-3.2.1 VT-d Support (NOT SURE WHETHER IT''S A BUG OR ...)
After building Xen-3.2.1 I could successfully boot into it if I avoid giving vtd=1 as the boot parameter. If I pass vtd=1 as the boot parameter to xen, the system hangs while booting. The system hangs after the following messages ============================ Boot messages [XEN]..... [Xen] Brought up 2 CPUs... ========================= My chipset DQ35 series is having VT-d support and is enabled in
2007 Jun 18
1
Histogram using frequency data
Hello, I wanted to know how to plot a histogram using a vector of frequencies rather than the data vector as a whole. So I have two vectors: a vector of labels V1= c("A","B","C","D") and vector B which is a vector of frequencies of A, B, C and D respectively V2=c(20,50,60,30). I wanted to plot a histogram of the labels using the frequencies. I could not
2008 Jun 11
1
Para virtualized guest on Xen
...ed. Kernel panic - not syncing: Attempted to kill init! ========================================================================================================================= Looks like it is not able to find root file system to mount. Thx, Venkat ================================ Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) ================================ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Jul 09
2
How to Populate List
...hwartz)   94. Re: What is cast telling me? (rmailbox@justemail.net)   95. Re: heatmap.2: question regarding the "raw z-score"       (James W. MacDonald)   96. Re: What is cast telling me? (Mark Knecht)   97. Re: Reading from Google Docs (Gabor Grothendieck)   98. Unix commands on R (suman Duvvuru)   99. rgtk2 colorbutton (Justin Donaldson)   100. Re: R2WinBUGS under Linux/WINE fails (Uwe Ligges)   101. Re: Unix commands on R (Godmar Back)   102. Re: Unix commands on R (Emmanuel Charpentier)   103. Re: system() how to make a program run a specific file - RUN       and    Output directory iss...