[R] Approximate taylor series

2016-04-27 Thread Anindya Sankar Dey
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-help@r

[R] Probable Error in fmsb package

2015-12-29 Thread Anindya Sankar Dey
in solving 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-08 Thread Anindya Sankar Dey
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/listinfo/r-help PLEASE do

[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

[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

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

2013-08-23 Thread Anindya Sankar Dey
#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 2 10 #4 3 10 A.K. From: Anindya Sankar Dey anindy...@gmail.com To: arun

Re: [R] (no subject)

2013-08-23 Thread Anindya Sankar Dey
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, minimal, self-contained, reproducible code. -- Anindya Sankar Dey [[alternative HTML version deleted

[R] Apriori probabilities in naiveBayes function

2013-08-05 Thread Anindya Sankar Dey
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 guide http://www.R-project.org/posting-guide.html and provide commented

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

2013-03-06 Thread Anindya Sankar Dey
-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 [[alternative HTML

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

2013-02-11 Thread Anindya Sankar Dey
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, minimal, self

Re: [R] Unable to work with Rattle

2012-10-14 Thread Anindya Sankar Dey
://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Anindya Sankar Dey [[alternative HTML version deleted]] __ R