Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

9 results for “from:Tanmoy Talukdar”

Some clarificatins of anova() and summary ()
Tanmoy Talukdar · Dec 14, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081214/0c806129/attachment.pl>

Some clarificatins of anova() and summary ()
Tanmoy Talukdar · Dec 14, 2008 · r-help

I think now I have got some understanding of the things. y ~ x1+x2 first adds x1 to the model and then adds x2 . But y~x2+x1 adds x2 first, so the value we get are different. please correct...

Standalone program from R script
Tanmoy Talukdar · Jul 14, 2009 · r-help

I have written a program which deals with median in 2-D plane and the property of it under rotation. The program takes the co-ordinates through mouse-click at any point of the co-ordinate plane and then does...

Standalone program from R script
Tanmoy Talukdar · Jul 14, 2009 · r-help

Thanks for the help, but that thread just gives some copy-pasted information from the FAQ, which I've already read. The R-Pad project is recommended there and that site seems to be down. Is there any way to...

Some clarificatins of anova() and summary ()
Tanmoy Talukdar · Dec 14, 2008 · r-help

[sorry for the repost. I forgot to switch off formatting last time] I have two assignment problems... I have written this small code for regression with two regressors . n <- 50 x1 <- runif(n,1,10) x2 <- x1 + rnorm(n,0...

Some clarificatins of anova() and summary ()
Tanmoy Talukdar · Dec 14, 2008 · r-help

anyone please explain why this happens.. I know this happens when x1 and x2 has different sizes. but here x1 and x2 have same dimension. On Sun, Dec 14, 2008 at 9:26 PM, Tanmoy Talukdar <tanmoy.talukdar at gmail...

Some clarificatins of anova() and summary ()
Tanmoy Talukdar · Dec 14, 2008 · r-help

running anova() on intact12 and intact 21 gives two different results!! > anova(intact12) Analysis of Variance Table Response: y Df Sum Sq Mean Sq F value Pr(>F) x1 1 663.18 663.18 203.065 < 2.2e-16 *** x2...

Some clarificatins of anova() and summary ()
Tanmoy Talukdar · Dec 14, 2008 · r-help

Why do you think that running lm() twice on those two models is going to help me? They are identical models and hence we get identical results.The second question is now alright. I had some misunderstanding about it. Please...

Some clarificatins of anova() and summary ()
Tanmoy Talukdar · Dec 14, 2008 · r-help

Why do you think that running lm() twice on those two models is going to help me? They are identical models and hence we get identical results.The second question is now alright. I had some misunderstanding about it. Please...

Can't find what you're looking for? Try searching with Google .