[R] Approximate taylor series

2016-04-27 Thread Anindya Sankar Dey
x27;s approximation to continuous function, to approximate a functional form using the given data. But failed to see a package in R thaat does that. Can anyone suggest a way to do it? -- Anindya Sankar Dey [[alternative HTML version deleted]] __ R-h

[R] Probable Error in fmsb package

2015-12-29 Thread Anindya Sankar Dey
olving the problem of multicollinearity during model building. And if I am right, what steps I should do about it. -- Anindya Sankar Dey [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more,

[R] Text Mining - Remove punctuation not removing quotes and dashes

2015-06-07 Thread Anindya Sankar Dey
;​ , etc. What can I do about it. I do not need this dahses and extra quotations. -- Anindya Sankar Dey [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/lis

[R] plm returning less number of variable than provided as input

2015-04-13 Thread Anindya Sankar Dey
Hi, I was trying a plm model with around 400 variables, but after passing that to the plm function I am getting coefficients for 265 variables. Can anyone explain me the reason? Is there a size restriction in plm? -- Anindya Sankar Dey [[alternative HTML version deleted

[R] Data transformation to list for event occurence

2013-11-12 Thread Anindya Sankar Dey
has occurred for A, followed by that of B. Can you help creating this? -- Anindya Sankar Dey [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] (no subject)

2013-08-23 Thread Anindya Sankar Dey
ity > New Delhi-67 > contact no: 09868320368 > mail id: rwho2...@gmail.com > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/pos

Re: [R] Combining two tables without going through lot of ifelse statement

2013-08-23 Thread Anindya Sankar Dey
ot;V2") > dt2 > # V1 V2 > #1: 1 10 > #2: 3 10 > #3: 2 10 > > > #or > > > > res<-with(as.data.frame(rbind(as.matrix(dat1),as.matrix(dat2))),aggregate(V2~V1,FUN=sum)) > res1<- res[res[,1]!=0,] > res1 > # V1 V2 > #2 1 10 > #3

[R] Combining two tables without going through lot of ifelse statement

2013-08-23 Thread Anindya Sankar Dey
. -- Anindya Sankar Dey [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented

[R] Apriori probabilities in naiveBayes function

2013-08-05 Thread Anindya Sankar Dey
, "versicolor", "virginica"), call = quote(naiveBayes.default(x = X, y = Y, laplace = laplace))), .Names = c("apriori", "tables", "levels", "call"), class = "naiveBayes") I'm unable to understand that the first elemen

[R] Plotting time data for various countries in same graph

2013-03-06 Thread Anindya Sankar Dey
ime,y-axis being he Values and 2 line graph , one for India and one for counry. I don't have great knowledge on graphics in R. I was trying to use, ggplot(data,aes(x=Time,y=Values,colour=Country)) But this does not help. Can anyone help me with this? -- Anindya Sankar Dey [[altern

Re: [R] improving/speeding up a very large, slow simulation

2013-02-11 Thread Anindya Sankar Dey
1 of 2", label="0% done", > min=0, max=100, initial=0) > > for (i in 1:combinations) { > > base[index[i,1]:index[i,2],1:permut.col] <- permut.grid[i,] > #progress bar > info <- sprintf("%d%% done", round((i/combinations)*100)) > setWinProgressBar(pb, (i/com

Re: [R] Unable to work with Rattle

2012-10-14 Thread Anindya Sankar Dey
t; Balaji > > > [[alternative HTML version deleted]] > > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-projec