search for: sayan

Displaying 13 results from an estimated 13 matches for "sayan".

Did you mean: satan
2010 Feb 26
4
ClientAliveInterval
...eriod if it doesn't reply correctly to this 'keep-alive' no-op that is sent by the server. How is this no-op handled? I am using the libssh client library, and I could find no references on how to handle this. I'll be really grateful if you guys help me out with this! -- Regards, Sayan Chaliha Webyog Softworks Private Limited 2nd Floor, Novel Team Building #10, 100 Feet Ring Road BTM Layout 1st Stage Bangalore - 560068 +91-9743357501
2003 Dec 23
4
getting rid of "permission denied" partial transfer errors
...ide can read files (as root), but cannot create them on the receiving side. rsync -azSHe ssh --delete --numeric-ids /home backup@backup:/mnt/backup/ Is there an option to ignore only such errors? I have read the man page over and over but i could not find anything to suit my needs. thanks -- Sayan
2010 Nov 04
3
postForm() in RCurl and library RHTMLForms
...But it doesn't give me desired result Also I was trying to use the function getHTMLFormDescription from the package RHTMLForms but there we can't use the argument .opts=list(useragent = getOption("HTTPUserAgent")) which is needed for this particular website Thanks and Regards Sayan Dasgupta [[alternative HTML version deleted]]
2009 Oct 30
1
Package zelig
...2 + crisis, model = "weibull", data = coalition, cluster = "invest", robust = TRUE) *It is giving the following error *Error in rowsum.default(resid(fit, "dfbeta"), cluster) : 'x' must be numeric Please help where it is going wrong Thanks and Regards Sayan Dasgupta [[alternative HTML version deleted]]
2010 May 10
3
scope of a function + lazy evaluation
Hey guys, I have a doubt here , It is something simple I guess, what am I missing out here ?? f <- function(y) function() y tmp <- vector("list", 5) for (i in 1:5) tmp[[i]] <- f(i) tmp[[1]]() # returns 5; z <- f(6) tmp[[1]]() # still returns 5; it should return 6 "ideally" right ??? Even if I dont evaluate the function tmp[[1]] before i.e I do rm(list=ls()) f
2010 Mar 03
0
parallel computing--help
Hi Sayan, Just stumbled upon this email, three months old, since I was having the same problem, and noticed you hadn't been answered. I was able to solve this problem by noting that the "snow" library was not installed on the nodes--it has to be installed everywhere. So, you need to ssh t...
2010 Jul 13
2
Zoo - bug ???
Hi folks, I am confused whether the following is a bug or it is fine Here is the explanation a <- zoo(c(NA,1:9),1:10) Now If I do rollapply(a,FUN=mean,width=3,align="right") I get > rollapply(a,FUN=mean,width=3,align="right") 3 4 5 6 7 8 9 10 NA NA NA NA NA NA NA NA But I shouldn't be getting NA right ? i.e for index 10 I should get (1/3)*(9+8+7)
2012 Oct 17
0
postForm() in RCurl and library RHTMLForms
...;,url=" > http://www.bseindia.com/histdata/categorywise_turnover.asp") > > table = readHTMLTable(htmlParse(o, asText = TRUE), > header = TRUE, > stringsAsFactors = FALSE) > table > > > > > On 11/4/10 2:39 AM, sayan dasgupta wrote: > > Hi RUsers, > > > > Suppose I want to see the data on the website > > url <- "http://www.nseindia.com/content/indices/ind_histvalues.htm" > > > > for the index "S&P CNX NIFTY" for > > dates "FromDate"=...
2009 Dec 08
1
Serial Correlation in panel data regression
Dear R users, I have a question here library(AER) library(plm) library(sandwich) ## take the following data data("Gasoline", package="plm") Gasoline$f.year=as.factor(Gasoline$year) Now I run the following regression rhs <- "-1 + f.year + lincomep+lrpmg+lcarpcap" m1<- lm(as.formula(paste("lgaspcar ~", rhs)), data=Gasoline) ###Now I want to find the
2012 Jan 09
0
Analytics Consultant, Sr. Analytics Consultant and Principal Analytics Consultant (AC/SAC/PAC), Bangalore India
...e skills who is also strong in programming with R. Do get in touch with Prabhanshu (prabhanshu.pandey at 247customer.com) if you consider your experience and skills a good fit for the roles below. Location: *Bangalore, India* Let me know if you need any further clarification. Thanks and Regards, Sayan Dasgupta *Analytics Consultant, Sr. Analytics Consultant and Principal Analytics Consultant (AC/SAC/PAC)* Company Innovation Labs, 24/7 Customer, Bangalore India Type Full-time Experience: Junior to Mid Level Function: Analytics / Data Scien...
2010 Apr 23
0
A distance measure between top-k list
...ata.frame") Now we get the result topklist(df1,df2,matchby="name",rankby="pat",p=0.5) See the measure gives 0 for tqo exactly similar list topklist(df1,df1,matchby="name",rankby="pat",p=0.5) So what do you guys think about this ?? thanks and regards Sayan Dasgupta [[alternative HTML version deleted]]
2010 Nov 09
3
Row-wise recurive function call
Dear Group, I have a following dataset: > a A B C D 1 22 3 31 40 2 26 31 36 32 3 3 7 49 16 4 24 40 27 26 5 20 45 47 0 6 34 43 11 18 7 48 48 24 2 8 3 16 39 48 9 20 49 7 21 10 17 36 47 10 > dput(a) structure(list(A = c(22L, 26L, 3L, 24L, 20L, 34L, 48L, 3L, 20L, 17L), B = c(3L, 31L, 7L, 40L, 45L, 43L, 48L, 16L, 49L, 36L), C = c(31L, 36L, 49L, 27L, 47L, 11L, 24L,
2010 Jun 11
0
Correlation Matrix
Hi , you can try using cov2cor(vcov(lm(calorie~height))) to get the correlation matrix of estimated coefficients boltonboy999 wrote: > > Hi everyone, > > This is pretty urgent so if anyone can help that would be great. > > I have a table of information. The categories are weight, height, > calories and skinfold. There are 20 entries. I have had to carry out >