search for: bhagwat

Displaying 7 results from an estimated 7 matches for "bhagwat".

2007 Dec 03
3
Please solve my query
hi my question is Start a POP3 server on rhel5 with a matching criteria 1) user jack must get mail 2 Allow your network lw.com 3)my133.org domain can not access your server Thanks And Regards Bhagwat Swarup NH India Ltd
2011 Jan 26
1
How to call subset in a for loop?
...o do this within a loop, it doesn't work, it returns everything, and not a subset for (currField in c("A", "B", "C")){ subset(myDf, myField=currField) } How should I modify the call of subset in the loop to make it work? Thanks for your help! Adi -- Aditya Bhagwat [[alternative HTML version deleted]]
2011 Jan 27
1
Increasing grayscale value in scatter plot with number of points on particular location
...he number of points that fall onto each other. If only one point falls on a particular location, make it gray, if many points fall, make it black. I tried to search the help archives, but didn't find any useful answers. Anyone has any suggestion? Many thanks for your help! Aditya -- Aditya Bhagwat [[alternative HTML version deleted]]
2011 Jun 29
1
Tell emacs to load new R version
Dear, How do I tell Emacs to update to the new R version I installed? It still loads the old R version. I already updated the the system path, but that didn't seem to work. Thanks for your help, Aditya -- Aditya Bhagwat [[alternative HTML version deleted]]
2012 Jan 12
2
using "list=" to force evaluation before execution
Dear all, I have noticed that the expression 'list =' is sometimes used to tell R to evaluate something before executing it. Two examples: rm(list=ls()) a = 3 myVarName = 'a' save(list=myVarName, file=...) I was wondering whether there is any documentation on this way of using "list". Which is a clearly different use than what ?list talks about, as the latter
2011 Jun 30
0
help with interpreting what nnet() output gives:
...;- lapply(stn, getMyStation) ##### END Cheers, Ben Ben Tupper Bigelow Laboratory for Ocean Sciences 180 McKown Point Rd. P.O. Box 475 West Boothbay Harbor, Maine 04575-0475 http://www.bigelow.org/ ------------------------------ Message: 4 Date: Wed, 29 Jun 2011 14:25:59 +0200 From: Aditya Bhagwat <bhagwataditya at gmail.com> To: r-help at r-project.org Subject: [R] Tell emacs to load new R version Message-ID: <BANLkTimDCf_JB12vwDM-FS=9NA7LGh6+nQ at mail.gmail.com> Content-Type: text/plain Dear, How do I tell Emacs to update to the new R version I installed? It still loads the...
2012 Jan 12
1
parallel computation in plyr 1.7
Dear all, I have a question regarding the possibility of parallel computation in plyr version 1.7. The help files of the following functions mention the argument '.parallel': ddply, aaply, llply, daply, adply, dlply, alply, ldply, laply However, the help files of the following functions do not mention this argument: ?d_ply, ?aply, ?lply Is it because parallel computation is not