[R] anova.lm and F-test

2012-07-09 Thread Suresh Krishna
0.4 2 97 7345.7 1 -7255.3 Thanks, Suresh __ 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-contained, reproducible code.

[R] Grouped regression

2012-07-08 Thread Suresh Krishna
ze the subset structure: so I do not want to just reset the levels with F to TG and then examine the regression. Thanks much, Suresh __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guid

[R] unable to install "robust" in R 2.15 with g++ 4.7

2012-04-12 Thread Suresh Kumar
g? thanks suresh [[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, min

Re: [R] 3D-surface colour based on the values of X or Y data points

2010-11-26 Thread suresh
Ok. So, I assume that colours based on the value-range of independent variables would be similar. Will try.. -- View this message in context: http://r.789695.n4.nabble.com/3D-surface-colour-based-on-the-values-of-X-or-Y-data-points-tp3060018p3060162.html Sent from the R help mailing list archive

Re: [R] 3D-surface colour based on the values of X or Y data points

2010-11-26 Thread suresh
great ! looks good. I am sure, it'd work. Thanks a lot ! Regards, Suresh -- View this message in context: http://r.789695.n4.nabble.com/3D-surface-colour-based-on-the-values-of-X-or-Y-data-points-tp3060018p3060160.html Sent from the R help mailing list archive at Nabbl

[R] 3D-surface colour based on the values of X or Y data points

2010-11-26 Thread suresh
variables. Please help. Thank you. Regards, Suresh -- View this message in context: http://r.789695.n4.nabble.com/3D-surface-colour-based-on-the-values-of-X-or-Y-data-points-tp3060018p3060018.html Sent from the R help mailing list archive at Nabble.com

[R] projection of intersection of two planes

2010-11-26 Thread suresh
Dear R-experts, Using persp3d and surface3d, I have two surfaces. I would like to plot the projection of interesection of these two planes on X-Y plane --> such that I could see a vertical 3D plane. Any suggestions in this regard? Thank you. Regards, Suresh -- View this message in cont

[R] Namibia becoming NA

2010-07-17 Thread Suresh Singh
ad.csv("padded.csv",header = TRUE,as.is = c("code2")) thanks, Suresh [[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:

Re: [R] package for rank ordered logit

2010-07-16 Thread Suresh Singh
). We do not know apriori what the order is beforehand - these ranks are dependent because the same individual selects them I am calling the 1st situation - ordered logit and 2nd situation - rank ordered logit. Are these equivalent situations and is polr suited for both? Suresh On Fri, Jul 16

[R] package for rank ordered logit

2010-07-16 Thread Suresh Singh
Is there a package in R that can run rank-ordered logit? Thanks, Suresh __ 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] nls + quasi-poisson distribution

2010-07-05 Thread Suresh Krishna
any other option: specifically, any option that handled nonlinear fitting with quasi-Poisson distributions (to handle the overdispersion). This is a very new area for me, and I am still trying to figure out the best way to do this, so I would appreciate any and all pointers. Thanks mu

[R] XTFEVD implementation in R

2010-07-05 Thread Suresh Singh
Is there a package in R for XTFEVD procedure (Plümper & Troeger)? Also, are there any examples of Hausman-Taylor implementation in R? I understand that it can be done using plm package but could not find examples with actual data Thank you, Suresh Singh Fisher College of Business The Ohio S

[R] is there a way to do dense rank in R

2010-07-01 Thread Suresh Singh
I have not been able to find a way to do dense rank in R Here is an example of what I need rank() gives the following 5 rank 1 7 rank 2 7 rank 2 9 *rank 4* but I want 5 rank 1 7 rank 2 7 rank 2 9 *rank 3* * * thanks SS [[alternative HTML version deleted]]

[R] 2 x 2 x 10 x 2 binomial setup

2009-07-14 Thread Suresh Krishna
ssion) and so I guess I am throwing away a lot of information. Very best, Suresh __ 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 pr

[R] Question on implementing RandomForest

2009-06-02 Thread Nallan Suresh
printed out in R that I can directly implement in SQL? Or is the only way to do this is to use a wrapper and call R through SQL and predict the value? Thanks Suresh [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

Re: [R] locfit smoothing question (package maintainer not reachable)

2009-03-04 Thread Suresh Krishna
amily=gaussian option. Perhaps this is for normalized data ? Suresh __ 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 comm

Re: [R] locfit smoothing question (package maintainer not reachable)

2009-03-03 Thread Suresh Krishna
struggle with Catherine's Loader book in order to understand the above paragraph deeply enough that this behavior makes sense. Thanks again, Suresh __ 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-contained, reproducible code.

Re: [R] locfit smoothing question (package maintainer not reachable)

2009-03-03 Thread Suresh Krishna
understand why there is such a difference between the two. If there is a simple explanation or recommendation, I am eager to hear it. Thanks, Suresh On Tue, 03 Mar 2009 16:56:43 +0100, Suresh Krishna wrote: Dear list members, I am trying to understand this output from the smoothing package

[R] locfit smoothing question (package maintainer not reachable)

2009-03-03 Thread Suresh Krishna
Using band="local" gives results that seem to make "more sense". Could someone offer me some guidance ? Thanks, Suresh ps. The package maintainer, Catherine Loader, is no longer reachable at her Auckland address. __ R-help@r-projec

Re: [R] R and reading matlab compressed files

2007-11-21 Thread Suresh Krishna
One possibility is to save in ASCII format from Matlab (save -ascii) Suresh > On 17/11/2007, Prof Leslie Smith <[EMAIL PROTECTED]> wrote: >> Is there any way to read these files (standard .mat files, created by >> matlab version 7 onwards are compressed)? I know that R.m