search for: ajay

Displaying 20 results from an estimated 353 matches for "ajay".

Did you mean: ajax
2004 Aug 27
2
`its' questions
...that does not seem to work. How does one superpose multiple curves on one picture, where each of them is an its object? I will be most happy if someone can point me to more knowledge on its. It seems like a fascinating library but I'm not yet able to learn it using the standard docs. -- Ajay Shah Consultant ajayshah at mayin.org Department of Economic Affairs http://www.mayin.org/ajayshah Ministry of Finance, New Delhi
2011 Jan 22
6
Debian ?Ubuntu version of latest R using synaptic in Ubuntu 10.10
...tes ahead of Debian packages) This is also true for a lot of other packages as well My specific problem is while I can use sudo apt-get to update packages from Debian repository I get a permission denied when I am trying to update from CRAN from within R. I am a Linux newbie Please help Regards Ajay Websites- http://decisionstats.com [[alternative HTML version deleted]]
2011 Jan 22
6
Debian ?Ubuntu version of latest R using synaptic in Ubuntu 10.10
...tes ahead of Debian packages) This is also true for a lot of other packages as well My specific problem is while I can use sudo apt-get to update packages from Debian repository I get a permission denied when I am trying to update from CRAN from within R. I am a Linux newbie Please help Regards Ajay Websites- http://decisionstats.com [[alternative HTML version deleted]]
2009 Sep 03
2
to istall packages such as 'stats'
Dear All, I have to install 'stats' package in my windows machine, could you let me know how to install the package? Look forward to your assistance, Ajay. ------------------------------------------------------------- Ajay Singh, Ph.D. |Tel: +91-22 25764785 Research Scientist, |Fax: 091-22-25722872 S.J.M. School of Management, |Telex:011-71923 IITB IN INDIA. | See the Web's br...
2014 Oct 28
3
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
No. The gcc cross compiler being used (tilera-gcc) is indeed 64-bit. Thanks On Tue, Oct 28, 2014 at 11:01 AM, Anton Korobeynikov < anton at korobeynikov.info> wrote: > Looks like your gcc is 32-bit and you're trying to load 64-bit plugin. > > On Tue, Oct 28, 2014 at 8:27 PM, Ajay Panyala <ajay.panyala at gmail.com> > wrote: > > Hi Brian, > > > > Thanks for sharing your experience with dragonegg. > > I would like to use tilera-gcc as the compiler driver. native gcc would > not > > be able to > > handle things like tilera specif...
2007 Jul 12
3
multiple plots in a graph
Hi, I have to generate 10 cdfs in a graph. I need to compare the cdf's nature by plotting ten cdfs in a graph. Thus, I need multiple plots in a graph. I would appreciate if you could give some solution to the problem asap. Thanking you, Sincerely, Ajay. -- Ajay Singh Research Scientist, SOM, IIT-Bombay, Powai, MUMBAI-400076, MH (INDIA).
2008 May 01
3
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
...see Rdll.lib anywhere. Do I need to have the src for R as well ? Can anyone provide me a detailed instruction for building ROracle or is there a place where I can get a pre compiled binary for Oracle 10g ? I had sent an email to the maintainer of the package but have not got any response. Thanks, Ajay. ----------------------------------------------------------------------------- AVIS : Ce courrier et ses pieces jointes sont destines a leur seul destinataire et peuvent contenir des informations confidentielles appartenant a bioMerieux. Si vous n'etes pas destinataire, vous etes informe qu...
2004 Feb 19
6
R for economists (was: Almost Ideal Demand System)
...etrics so far. However, this does not mean that there is none (searching with google for "R" and "economics" gives many pages about economics and a name like Firstname R. Lastname on it ;-)). Does anybody in the list does know such a web page? If not, I will be happy if you, Ajay, could build and maintaine one. Best wishes, Arne On Sunday 15 February 2004 07:31, Ajay Shah wrote: > Anne, > > Please do make progress on packaging and releasing your R code for > demand analysis. Is there a web page titled "R for economists"! :-) If > there isn't,...
2009 Jan 07
2
R "Threatens" SAS According to The NYT
On Wed, Jan 7, 2009 at 11:05 AM, ajay ohri <ajayohri at yahoo.com> wrote: > > FYI..not a R -Help Topic, buy I dont know which list to post discussions like this. > Regards, > Ajay > > ---------- Forwarded message ---------- > From: ajay ohri <ajayohri at yahoo.com> > Date: Wed, Jan 7, 2009 at 10:46 A...
2008 Mar 17
4
How does one do simple string concatenation?
How does one convert objects c("a","b","c") and "d" into "abcd"? > paste(c("a","b","c"), "d") of course yields [1] "a d" "b d" "c d" -- Ajay Shah http://www.mayin.org/ajayshah ajayshah at mayin.org http://ajayshahblog.blogspot.com <*(:-? - wizard who doesn't know the answer.
2012 Jul 04
4
how to get list of files within a particular local file folder
Dear List, Say I can use getwd() and setwd() to change my working directory. How can I read in all the files within that directory using command line (like a ls() but for the path specified) Regards Ajay Websites- Technology http://decisionstats.com On Wed, Jul 4, 2012 at 3:30 PM, <r-help-request@r-project.org> wrote: > r-help@r-project.org [[alternative HTML version deleted]]
2010 Oct 03
4
Programmaticly finding number of processors by R code
Dear List Sorry if this question seems very basic. Is there a function to pro grammatically find number of processors in my system _ I want to pass this as a parameter to snow in some serial code to parallel code functions Regards Ajay Websites- http://decisionstats.com http://dudeofdata.com Linkedin- www.linkedin.com/in/ajayohri
2009 Aug 18
2
value of nth percentile
...percentile of precipitation time series.. The series is of daily precipitation value of 96 years, I have to to get 90the percentile value of daily precipitation each year. If you know the R code or command for this please let me know. I would appreciate your early response. Thanking you, Sincerely, Ajay. ------------------------------------------------------------- Ajay Singh, Ph.D. |Tel: +91-22 25764785 Research Scientist, |Fax: 091-22-25722872 S.J.M. School of Management, |Telex:011-71923 IITB IN INDIA. | Love Cricket? Check out li...
2008 May 19
1
Error in building library - R CMD build mypkg.
----- Forwarded by Ajay DAS/US/BMNA01 on 05/19/2008 03:11 PM ----- Ajay DAS...
2004 Mar 01
6
Find out the day of week for a chron object?
...ed nicely and read in using the chron() function. I need to identify fridays and treat them differently. So I need to run the day.of.week function. But day.of.week() doesn't eat a chron object, he insists he wants m,d,y. This seems quite odd. Any idea what I can do? Thanks, -ans. -- Ajay Shah Consultant ajayshah at mayin.org Department of Economic Affairs http://www.mayin.org/ajayshah Ministry of Finance, New Delhi
2008 Nov 20
2
R on Ubuntu Server
...ou guide me to a place where I can read about this ? This is research project for low cost analytical solutions for developing countries.It could also be volunteered if successful to the One Laptop per Child project. Kindly let me know, I apologize if I sent it to the wrong email list. Thanks, Ajay www.decisionstats.com [[alternative HTML version deleted]]
2010 Jul 28
1
2008 R2 Failover Clustering using Samba 4 AD
I am trying to see if Hyper-V 2008 R2 Failover Clustering will work with Samba 4 as the Active Directory server. Have installed Samba 4 (version alpha12) on CentOS 5.4. Anybody else tried this before? Please share your experiences here. Thanks, Ajay
2010 Feb 17
1
[LLVMdev] Open Projects on LLVM website
Dear All, I am Ajay Prabandham and have only recently subscribed to this mailing list. I hold a Bachelors degree in Computer Science and have over 6 years of experience in the IT industry. I am a resident of Hyderabad, India. I have always had interest and curiosity regarding how compilers work...unfortunately, i pas...
2006 Mar 06
3
Interleaving elements of two vectors?
...r and the next? In other words, one wants z <- c(x[1], y[1], x[2], y[2], x[3], y[3], x[4], y[4], x[5], y[5]) I couldn't think of a clever and general way to write this. I am aware of gdata::interleave() but it deals with interleaving rows of a data frame, not elems of vectors. -- Ajay Shah http://www.mayin.org/ajayshah ajayshah at mayin.org http://ajayshahblog.blogspot.com <*(:-? - wizard who doesn't know the answer.
2008 Apr 29
4
Finding Pool ID
Folks, How can I find out zpool id without using zpool import? zpool list and zpool status does not have option as of Solaris 10U5.. Any back door to grab this property will be helpful. Thank you Ajay