[R] How are R version types named ? Any convention (like Hurricanes etc)

2013-04-25 Thread Ajay Ohri
With reference to R News

News:

R version 3.0.0 (Masked Marvel) has been released on 2013-04-03.
R version 2.15.3 (Security Blanket) has been released on 2013-03-01
R version 2.15.2 (Trick or Treat) 
R version 2.15.1 (Roasted Marshmallows) ...
R version 2.15.0 (Easter Beagle)
R version 2.14.0 (Great Pumpkin)

Dear R help List,


How are these version types named? Masked Marvel comes after Security
Blanket comes after Trick or Treat comes after Roasted Marshmallows.
Is it some convention like that for Hurricanes in the West.

It is totally incomprehensible to me as I am in India.


Sincerely,

Ajay Ohri

Author-
R for Business Analytics
http://www.amazon.com/R-Business-Analytics-A-Ohri/dp/1461443423
Founder-
Decisionstats.com
http://decisionstats.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/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] APIs and R

2012-07-30 Thread Ajay Ohri
Dear List,

I am compiling a list of R packages that work with social media APIs. Uptil
now I have found that

1- Most of these are based on RCurl, XML, rjson

2- Even though the API format is standardized for REST- there seems to be
many differences within the APIs, leadinbg to multiple packages that do the
required API call -

3- I am specific issues with the following

Google +API access through R
Linkedin API access through R
Twitter +API access through ROAuth
and Datasift API (basically a firehose for all social media) within R

Again most of the APIs I find have libraries supported by java,
ruby,python,curl- but there seems to be some overlooking of R within
various API vendors.

Has anybody been working with R for social media- I am specifically looking
for use cases that avoid rate limiting of free api- and specifically OAuth
and APis for LinkedIn, Google + and Datasift using R.

Many Thanks,

Ajay ohri

Websites-
Technology
http://decisionstats.com

[[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-contained, reproducible code.


[R] how to get list of files within a particular local file folder

2012-07-04 Thread Ajay Ohri
Dear List,

Say I can use getwd() and setwd() to change my working directory. How can I
read in all the files within that directory using command line (like a ls()
but for the path specified)

Regards

Ajay

Websites-
Technology
http://decisionstats.com




On Wed, Jul 4, 2012 at 3:30 PM, r-help-requ...@r-project.org wrote:

 r-help@r-project.org

[[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-contained, reproducible code.


Re: [R] how to get list of files within a particular local file folder

2012-07-04 Thread Ajay Ohri
Dear List,

Say I can use getwd() and setwd() to change my working directory. How can I
read in all the files within that directory using command line (like a ls()
but for the path specified)

Regards

Ajay

Websites-
Technology
http://decisionstats.com

[[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-contained, reproducible code.


[R] Getting R In Torrents instead of Download Zip Files

2012-07-02 Thread Ajay Ohri
Dear List,

Sorry for intrusion. I live in area of erratic internet download speeds.
Can we get R in torrents instead of just download Zip files so we can
resume downloads when broken

Sincrely,

A Ohri

Websites-
Technology
http://decisionstats.com

[[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-contained, reproducible code.


Re: [R] Getting R In Torrents instead of Download Zip Files

2012-07-02 Thread Ajay Ohri
Dear Prof D

No server side architecture is needed for bit torrents. It runs on peer to
peer. You just host one file (torrent file) and your torrent searches for
peers (other people having that torrent file/data).

To kickstart- you need to host some files on one server, as the mother
seed. That also will need just a modification in the search engine list
within your local computer 's bit torrent engine(as in add- cran.at in list
of sources instead of other sources)

You may want to ask Ubuntu /Debian how /why they do it? I may be completely
wrong here on the technical code- but I think it does help people from
developing world with erratic bandwidth, which is where I come from.

Sincerely,

Ajay Ohri

Websites-
Technology
http://decisionstats.com




On Mon, Jul 2, 2012 at 4:55 PM, peter dalgaard pda...@gmail.com wrote:


 On Jul 2, 2012, at 12:17 , Ajay Ohri wrote:

  Dear List,
 
  Sorry for intrusion. I live in area of erratic internet download speeds.
  Can we get R in torrents instead of just download Zip files so we can
  resume downloads when broken

 Only if someone is willing to put up the manpower to create the
 server-side infrastructure, I expect.

 However, don't browsers and FTP client have stop/resume functionality
 built in these days? OSX Safari certainly does.

 -pd


 
  Sincrely,
 
  A Ohri
 
  Websites-
  Technology
  http://decisionstats.com
 
[[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-contained, reproducible code.

 --
 Peter Dalgaard, Professor
 Center for Statistics, Copenhagen Business School
 Solbjerg Plads 3, 2000 Frederiksberg, Denmark
 Phone: (+45)38153501
 Email: pd@cbs.dk  Priv: pda...@gmail.com



[[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-contained, reproducible code.


[R] regression in R

2011-10-27 Thread Ajay Ohri
1) Packages to be used-

For smaller datasets

use these

   1. CAR Package http://cran.r-project.org/web/packages/car/index.html
   2. GVLMA Package http://cran.r-project.org/web/packages/gvlma/index.html
   3. ROCR Package http://rocr.bioinf.mpi-sb.mpg.de/
   4. Relaimpo Package
   5. DAAG package
   6. MASS package
   7. Bootstrap package
   8. Leaps package

Also see

http://cran.r-project.org/web/packages/rms/index.html or RMS package

rms works with almost any regression model, but it was especially written to
work with binary or ordinal logistic regression, Cox regression, accelerated
failure time models, ordinary linear models, the Buckley-James model,
generalized least squares for serially or spatially correlated observations,
generalized linear models, and quantile regression.


For bigger datasets also see Biglm
http://cran.r-project.org/web/packages/biglm/index.html and RevoScaleR
packages.

http://www.revolutionanalytics.com/products/enterprise-big-data.php

2) Syntax

   1. outp=lm(y~x1+x2+xn,data=dataset) Model Eq
   2. summary(outp) Model Summary
   3. par(mfrow=c(2,2)) + plot(outp) Model Graphs
   4. vif(outp) MultiCollinearity
   5. gvlma(outp) Heteroscedasticity using GVLMA package
   6. outlierTest (outp) for Outliers
   7. predicted(outp) Scoring dataset with scores
   8. anova(outp)
   9.  predict(lm.result,data.frame(conc = newconc), level = 0.9, interval
   = “confidence”)



For a Reference Card -Cheat Sheet see

http://cran.r-project.org/doc/contrib/Ricci-refcard-regression.pdf

3) Also read-

http://cran.r-project.org/web/views/Econometrics.html
from the blog post at-


http://www.decisionstats.com/building-a-regression-model-in-r-use-rstats/

additional hint- please use  google to search (packages for regression in R)
before sending multiple emails on the r help list


best regards


ajay

[[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-contained, reproducible code.


[R] Regression Package - for large dataset with lots of variables

2011-10-07 Thread Ajay Ohri
Dear List,

I am trying to create a model for a relatively big dataset of a few million
obs. The number of variables is huge and runs into hundreds.
What are my choices for creating regression model - and what are the
drawbacks of using stepwise regression.

Is the BigLM package helpful, or should I try RevoScaleR or should I sample
and create model. What are other alternatives to stepwise regression for
computational efficiency.

I am on Ubuntu 64 bit Linux , and RAM is not a problem.

Regards,

Ajay

Websites-
http://decisionstats.com

[[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-contained, reproducible code.


[R] R equivalent of proc varclus

2011-10-07 Thread Ajay Ohri
Dear List

What is the R package equivalent of Proc Varclus or Information Value. ANy
assistance in determining R equivalents of f Oblique Component Analysis
(PROC VARCLUS), Information Value
(IV) and Weight Of Evidence (WOE) analysis, and business intelligence

http://www.nesug.org/proceedings/nesug06/an/da23.pdf

Regards,

Ajay
Websites-
http://decisionstats.com

[[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-contained, reproducible code.


Re: [R] R equivalent of proc varclus

2011-10-07 Thread Ajay Ohri
(200)
x2 - rnorm(200)
x3 - x1 + x2 + rnorm(200)
x4 - x2 + rnorm(200)
x - cbind(x1,x2,x3,x4)
v - varclus(x, similarity=spear)  # spearman is the default anyway
v# invokes print.varclus
print(round(v$sim,2))
plot(v)


# plot(varclus(~ age + sys.bp + dias.bp + country - 1), abbrev=TRUE)
# the -1 causes k dummies to be generated for k countries
# plot(varclus(~ age + factor(disease.code) - 1))
#
#
# use varclus(~., data= fracmiss= maxlevels= minprev=) to analyze all
# useful variables - see dataframeReduce for details about arguments


df - data.frame(a=c(1,2,3),b=c(1,2,3),c=c(1,2,NA),d=c(1,NA,3),
 e=c(1,NA,3),f=c(NA,NA,NA),g=c(NA,2,3),h=c(NA,NA,3))
par(mfrow=c(2,2))
for(m in if(.R.)c(ward,complete,median) else
c(compact,connected,average)) {
  plot(naclus(df, method=m))
  title(m)
}
naplot(naclus(df))
n - naclus(df)
plot(n); naplot(n)
na.pattern(df)  # builtin function


x - c(1, rep(2,11), rep(3,9))
combine.levels(x)
x - c(1, 2, rep(3,20))
combine.levels(x)


# plotMultSim example: Plot proportion of observations
# for which two variables are both positive (diagonals
# show the proportion of observations for which the
# one variable is positive).  Chance-correct the
# off-diagonals by subtracting the product of the
# marginal proportions.  On each subplot the x-axis
# shows month (0, 4, 8, 12) and there is a separate
# curve for females and males
d - data.frame(sex=sample(c('female','male'),1000,TRUE),
month=sample(c(0,4,8,12),1000,TRUE),
x1=sample(0:1,1000,TRUE),
x2=sample(0:1,1000,TRUE),
x3=sample(0:1,1000,TRUE))
s - array(NA, c(3,3,4))
opar - par(mar=c(0,0,4.1,0))  # waste less space
for(sx in c('female','male')) {
  for(i in 1:4) {
mon - (i-1)*4
s[,,i] - varclus(~x1 + x2 + x3, sim='ccbothpos', data=d,
  subset=d$month==mon  d$sex==sx)$sim
}
  plotMultSim(s, c(0,4,8,12), vname=c('x1','x2','x3'),
  add=sx=='male', slimds=TRUE,
  lty=1+(sx=='male'))
  # slimds=TRUE causes separate  scaling for diagonals and
  # off-diagonals
}
par(opar)

--
[Package *Hmisc* version 3.8-3
Indexhttp://127.0.0.1:11568/library/Hmisc/html/00Index.html
]

Websites-
http://decisionstats.com






On Fri, Oct 7, 2011 at 18:19, Ajay Ohri ohri2...@gmail.com wrote:


 Dear List

 What is the R package equivalent of Proc Varclus or Information Value. ANy
 assistance in determining R equivalents of f Oblique Component Analysis
 (PROC VARCLUS), Information Value
 (IV) and Weight Of Evidence (WOE) analysis, and business intelligence

 http://www.nesug.org/proceedings/nesug06/an/da23.pdf

 Regards,

 Ajay
 Websites-
 http://decisionstats.com






[[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-contained, reproducible code.


[R] text mining analysis and word visualization of pdfs

2011-05-18 Thread Ajay Ohri
Dear Lists,

What is the appropriate software package for dumping say 20 PDFS in a
folder, then creating data visualization with frequency counts of
certain words as well as measure correlation within each file for
certain key relationships or key words.

I am doing text analysis of biases in enterprise software sponsored
publications- and need to come up with a statistical threshold.

Regards,

Ajay Ohri

Websites-
http://decisionstats.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/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Debian ?Ubuntu version of latest R using synaptic in Ubuntu 10.10

2011-01-23 Thread Ajay Ohri
Hi

This worked after I followed this used sudo R and also added a CRAN
destination to my etc sources file

I got a new error

some packages are not being updated now

 they give this error

/usr/bin/ld: cannot find -lf77blas
/usr/bin/ld: cannot find -latlas

and

Cannot find curl-config


also is there any way of NOT having to download all packages from scratch
while updating to a new version of R

regards

Ajay


Websites-
http://decisionstats.com






On Sat, Jan 22, 2011 at 5:06 PM, Den d.kazakiew...@gmail.com wrote:

 ...One more important thing:
 After updating your packages with sudo
 if you have additional packages installed with
 'install.packages(name, dependencies=TRUE)' in R
 you will have to reinstall them
 Regards
 Denis


 У Суб, 22/01/2011 у 12:20 +0530, Ajay Ohri піша:
  Dear List
 
  I use synaptic to download R on my Ubuntu 10.10. It seems latest version
 of
  R on Ubuntu is 2.11.1
 
  Even when I use debian.cran.r-project.org to update my packages the
 problem
  remains (latest versions on CRAN are almost always 2 updates ahead of
 Debian
  packages) This is also true for a lot of other packages as well
 
  My specific problem is while I can use sudo apt-get to update packages
 from
  Debian repository I get a permission denied when I am trying to update
 from
  CRAN from within R. I am a Linux newbie
 
  Please help
 
  Regards
 
  Ajay
 
  Websites-
  http://decisionstats.com
 
[[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-contained, reproducible code.




[[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-contained, reproducible code.


[R] Debian ?Ubuntu version of latest R using synaptic in Ubuntu 10.10

2011-01-21 Thread Ajay Ohri
Dear List

I use synaptic to download R on my Ubuntu 10.10. It seems latest version of
R on Ubuntu is 2.11.1

Even when I use debian.cran.r-project.org to update my packages the problem
remains (latest versions on CRAN are almost always 2 updates ahead of Debian
packages) This is also true for a lot of other packages as well

My specific problem is while I can use sudo apt-get to update packages from
Debian repository I get a permission denied when I am trying to update from
CRAN from within R. I am a Linux newbie

Please help

Regards

Ajay

Websites-
http://decisionstats.com

[[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-contained, reproducible code.


Re: [R] Who uses R with multicore, SNOW or CUDA package for resource intense computing?

2010-11-20 Thread Ajay Ohri
R doesnot have a 1 million or two million users (thats an Urban legend
thanks to Vance NYT article)

. The exact number is not proven and estimated by a variety of
association  by proxy methods. It could be as low as 5,00,000 or as
many as 5 million users. It's like speculating which private equity
companies is Goodnight investing in. A better estimate would be
counting the number of downloads of R 2.12 or analytical log analysis
of various CRAN websites.

You can read my 2 cents on using SNOW, DOSNOW, FOREACH on Multi
Processor Amazon Instance Here- it is not quite theory but more like a
step by step screenshot tutorial- insert your own algol in it to see
the ramp up speed. It is an elaboration of the Grossman original
opendata post and mashes a bit of code for Tal G (replacing Revo's
package for making the connection)

http://decisionstats.com/2010/09/27/running-a-r-guiand-parallel-programming-on-amazon-ec2/

or if you like to use Revo's packages or find it difficult to go just
commado line -

 run Ec2 on Windows (and I havent managed the Ubuntu port yet- though
EC2 does have REL instances.

http://decisionstats.com/2010/10/02/running-r-on-amazon-ec2-windows/

An additional point is Amazon Micro instances are free for a year- for
linux but limited to 600~ mb RAM and you probably need to use the
small (2 processor instance) to sandbox

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





On Tue, Nov 16, 2010 at 3:09 PM, erik handywu...@gmx.net wrote:

 Hi,

 who of you in this forum uses R (http://www.r-project.org/) with the
 multicore, SNOW or CUDA packages, so for advanced calculations that need
 more power than a workstation CPU? On which hardware do you compute these
 scripts? At home/ at work or do you have data center access somewhere?

 The background of these questions is the following: I am currently writing
 my M.Sc. thesis about R and High-Performance-Computing and need a strong
 knowledge about who actually uses R. I read that R had 1 million users in
 2008, bu thats more or less the only user statistics I could find on this
 topic - so I hope for your answers!

 Sincerely Heinrich
 --
 View this message in context: 
 http://r.789695.n4.nabble.com/Who-uses-R-with-multicore-SNOW-or-CUDA-package-for-resource-intense-computing-tp3044485p3044485.html
 Sent from the R help mailing list archive at Nabble.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/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


__
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] About R and RKward

2010-11-17 Thread Ajay Ohri
some comparisons for interfaces to R on desktop-draft from blog post
(JSS paper is submitted for GUI issue but not vetted)

http://decisionstats.com/2010/10/05/interfaces-to-r/

RKward is number 4


have you researched  out all R commander E plugins before settling on R Kward

R commander is by J Fox- use packages - and it is a seperate Ubuntu
/Debian package too (atleast in Karmic)

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





On Thu, Nov 18, 2010 at 8:48 AM, Stephen Liu sati...@yahoo.com wrote:
 Hi all,

 Has any folk tested or been using RKward?  Please shed me some light whether 
 it
 takes data from the spreadsheet, analyzes the data and puts the data back to 
 the
 spreadsheet, similar to RExcel and R and Calc.  Or RKward is only an editor 
 of
 R, working on front-end?

 I have tested RExcel but it works on Windows.  I need a Linux version of 
 similar
 package.  R and Calc works on both Windows and Linux.  Unfortunately I can't
 make it to work on Ubuntu 10.10.  I'm still struggling. (I haven't tested R 
 and
 Calc on Windows.  I already have a working RExcel on Win7)

 TIA

 B.R.
 Stephen L



 __
 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-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] About upgrade R

2010-11-14 Thread Ajay Ohri
wont it make more common sense to make updating packages also as part
of every base version install BY Default.. just saying



Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





2010/11/14 Uwe Ligges lig...@statistik.tu-dortmund.de:
 Upgrading is mentioned in the FAQs / R for Windows FAQs.

 If you have your additionally installed packages in a separate library (not
 the R base library) you can simply run

 update.packages(checkBuilt=TRUE)

 If not ...

 Uwe Ligges


 On 14.11.2010 15:51, Stephen Liu wrote:

 Hi all,

 Win 7 64-bit
 R version 2.11.1 (2010-05-31)

 I want to upgrade R to version 2.12.0
 R-2.12.0 for Windows (32/64 bit)
 http://cran.r-project.org/bin/windows/base/

 I found steps on following site;
 How to upgrade R on windows – another strategy (and the R code to do it)

 http://www.r-statistics.com/2010/04/changing-your-r-upgrading-strategy-and-the-r-code-to-do-it-on-windows/


 I wonder is there a straight forwards way to upgrade the package direct on
 repo?  TIA

 B.R.
 Stephen L



 __
 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-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-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] RMySQL on Windows 2008 64 Bit -Help!

2010-11-13 Thread Ajay Ohri
did you try the RODBC package as well.

Regards

Ajay

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





On Sat, Nov 13, 2010 at 9:22 AM, Santosh Srinivas
santosh.srini...@gmail.com wrote:
 Dear Group,

 I'm having lots of problems getting RMySQL on a 64 bit machine. I followed
 all instructions available but couldn't get it working yet! Please help.
 See the output below.

 I did a install of RMySQL binary from the revolution cran source. It seems
 to have unpacked fine but gives this error when I call RMySQL
 Error: package 'RMySQL' is not installed for 'arch=x64'


 I set this environment variable on the windows path
 Sys.getenv('MYSQL_HOME')
                               MYSQL_HOME
 C:/Program Files/MySQL/MySQL Server 5.0

  install.packages('RMySQL',type='source')
 trying URL
 'http://cran.revolutionanalytics.com/src/contrib/RMySQL_0.7-5.tar.gz'
 Content type 'application/x-gzip' length 160769 bytes (157 Kb)
 opened URL
 downloaded 157 Kb

 * installing *source* package 'RMySQL' ...
 checking for $MYSQL_HOME... C:/Program Files/MySQL/MySQL Server 5.0
 test: Files/MySQL/MySQL: unknown operand
 ERROR: configuration failed for package 'RMySQL'
 * removing 'C:/Revolution/Revo-4.0/RevoEnt64/R-2.11.1/library/RMySQL'
 * restoring previous
 'C:/Revolution/Revo-4.0/RevoEnt64/R-2.11.1/library/RMySQL'

 The downloaded packages are in

 'C:\Users\Administrator\AppData\Local\Temp\2\RtmpvGgrzb\downloaded_packages'
 Warning message:
 In install.packages(RMySQL, type = source) :
  installation of package 'RMySQL' had non-zero exit status
 sessionInfo()
 R version 2.11.1 (2010-05-31)
 x86_64-pc-mingw32

 locale:
 [1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United
 States.1252    LC_MONETARY=English_United States.1252 LC_NUMERIC=C

 [5] LC_TIME=English_United States.1252

 attached base packages:
 [1] stats     graphics  grDevices utils     datasets  methods   base

 other attached packages:
 [1] Revobase_4.0.0   RevoScaleR_1.0-0 lattice_0.18-8

 loaded via a namespace (and not attached):
 [1] grid_2.11.1  tools_2.11.1

 __
 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-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] R Applications for Force.com/ Salesforce

2010-11-10 Thread Ajay Ohri
Dear List

Forgive me for the slightly off topic query

Force.com and Salesforce have many (1009) apps at
http://sites.force.com/appexchange/home  for cloud computing for
businesses, but very few forecasting and statistical simulation apps.

Example of Monte Carlo based app is here
http://sites.force.com/appexchange/listingDetail?listingId=a0N30016cT9EAI#

These are like iPhone apps except meant for business purposes (I am
unaware if any university is offering salesforce.com integration
though google apps and amazon related research seems to be on)

Force.com uses a language called Apex  and you can see
http://wiki.developerforce.com/index.php/App_Logic and
http://wiki.developerforce.com/index.php/An_Introduction_to_Formulas
Apex is similar to R in that is OOPs

My question is are there any R packages or research in Force.com or
Salesforce.com Apps going on ( see SAS A new SAS data surveyor is
available to access data from the Customer Relationship Management
(CRM) software vendor Salesforce.com. at
http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#datasurveyorwhatsnew902.htm)

I am just doing research on cloud computing and R and needed this
info. Many thanks as always

Regards

Ajay Ohri
Delhi, India


Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri

__
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] OT : R Applications for Force.com/ Salesforce

2010-11-10 Thread Ajay Ohri
No I am not on the payroll for these people.
or any relation of any kind ;) I just like cloud computing thats all

 Appreciate your kind consideration Mr Simpson- I was not sure of the
list so mailed all 3- .

The subject line has been modified-hopefully there should be a
technical answer to a technical question.





Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





On Wed, Nov 10, 2010 at 1:49 PM, Gavin Simpson gavin.simp...@ucl.ac.uk wrote:
 On Wed, 2010-11-10 at 13:38 +0530, Ajay Ohri wrote:
 Dear List

 Forgive me for the slightly off topic query

 In general OT is OK if it relates to R, but why should we forgive you
 for posting to three R lists at once! This would seem to be OT for
 R-Devel and so far OT for R-Packages it makes me wonder if you aren't on
 the payroll for these people.

 Please be considerate when deciding to whom you address these emails. At
 best this is something for R-Help and should be clearly marked OT in the
 subject line.

 G

 Force.com and Salesforce have many (1009) apps at
 http://sites.force.com/appexchange/home  for cloud computing for
 businesses, but very few forecasting and statistical simulation apps.

 Example of Monte Carlo based app is here
 http://sites.force.com/appexchange/listingDetail?listingId=a0N30016cT9EAI#

 These are like iPhone apps except meant for business purposes (I am
 unaware if any university is offering salesforce.com integration
 though google apps and amazon related research seems to be on)

 Force.com uses a language called Apex  and you can see
 http://wiki.developerforce.com/index.php/App_Logic and
 http://wiki.developerforce.com/index.php/An_Introduction_to_Formulas
 Apex is similar to R in that is OOPs

 My question is are there any R packages or research in Force.com or
 Salesforce.com Apps going on ( see SAS A new SAS data surveyor is
 available to access data from the Customer Relationship Management
 (CRM) software vendor Salesforce.com. at
 http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#datasurveyorwhatsnew902.htm)

 I am just doing research on cloud computing and R and needed this
 info. Many thanks as always

 Regards

 Ajay Ohri
 Delhi, India


 Websites-
 http://decisionstats.com
 http://dudeofdata.com


 Linkedin- www.linkedin.com/in/ajayohri

 __
 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.

 --
 %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
  Dr. Gavin Simpson             [t] +44 (0)20 7679 0522
  ECRC, UCL Geography,          [f] +44 (0)20 7679 0565
  Pearson Building,             [e] gavin.simpsonATNOSPAMucl.ac.uk
  Gower Street, London          [w] http://www.ucl.ac.uk/~ucfagls/
  UK. WC1E 6BT.                 [w] http://www.freshwaters.org.uk
 %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%



__
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] R Applications for Force.com/ Salesforce

2010-11-10 Thread Ajay Ohri
you are right. face palm to forehead. sorry for the spam

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





On Wed, Nov 10, 2010 at 8:08 PM, Yihui Xie x...@yihui.name wrote:
 I guess this is not OT for r-devel and r-packages -- it's simply spam.

 Regards,
 Yihui
 --
 Yihui Xie xieyi...@gmail.com
 Phone: 515-294-2465 Web: http://yihui.name
 Department of Statistics, Iowa State University
 2215 Snedecor Hall, Ames, IA



 On Wed, Nov 10, 2010 at 2:19 AM, Gavin Simpson gavin.simp...@ucl.ac.uk 
 wrote:
 On Wed, 2010-11-10 at 13:38 +0530, Ajay Ohri wrote:
 Dear List

 Forgive me for the slightly off topic query

 In general OT is OK if it relates to R, but why should we forgive you
 for posting to three R lists at once! This would seem to be OT for
 R-Devel and so far OT for R-Packages it makes me wonder if you aren't on
 the payroll for these people.

 Please be considerate when deciding to whom you address these emails. At
 best this is something for R-Help and should be clearly marked OT in the
 subject line.

 G

 Force.com and Salesforce have many (1009) apps at
 http://sites.force.com/appexchange/home  for cloud computing for
 businesses, but very few forecasting and statistical simulation apps.

 Example of Monte Carlo based app is here
 http://sites.force.com/appexchange/listingDetail?listingId=a0N30016cT9EAI#

 These are like iPhone apps except meant for business purposes (I am
 unaware if any university is offering salesforce.com integration
 though google apps and amazon related research seems to be on)

 Force.com uses a language called Apex  and you can see
 http://wiki.developerforce.com/index.php/App_Logic and
 http://wiki.developerforce.com/index.php/An_Introduction_to_Formulas
 Apex is similar to R in that is OOPs

 My question is are there any R packages or research in Force.com or
 Salesforce.com Apps going on ( see SAS A new SAS data surveyor is
 available to access data from the Customer Relationship Management
 (CRM) software vendor Salesforce.com. at
 http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#datasurveyorwhatsnew902.htm)

 I am just doing research on cloud computing and R and needed this
 info. Many thanks as always

 Regards

 Ajay Ohri
 Delhi, India


 Websites-
 http://decisionstats.com
 http://dudeofdata.com


 Linkedin- www.linkedin.com/in/ajayohri

 __
 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.

 --
 %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
  Dr. Gavin Simpson             [t] +44 (0)20 7679 0522
  ECRC, UCL Geography,          [f] +44 (0)20 7679 0565
  Pearson Building,             [e] gavin.simpsonATNOSPAMucl.ac.uk
  Gower Street, London          [w] http://www.ucl.ac.uk/~ucfagls/
  UK. WC1E 6BT.                 [w] http://www.freshwaters.org.uk
 %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%

 __
 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-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] Qt interfaces to R/ Windows version as well as using PyQT

2010-11-09 Thread Ajay Ohri
Is the project on creating R GUIs using QT interfaces still on?

Any plans of using PyQT

Regards

Ajay Ohri
Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





On Tue, Nov 9, 2010 at 8:33 PM, Kari Ruohonen kari.ruoho...@utu.fi wrote:
 Hi,
 I wonder if someone could help. I needed to transfer (copy) a workspace
 file that had been generated in linux (R 2.11) to windows running the
 same version of R 2.11 (but of course windows binary). Usually, there is
 no problem in doing this and all objects work as expected. I am often
 doing this to be able to produce wmf or emf graphic files that I need.

 This time I had some spectra that I have taken the first derivative of
 with the sav_gol function in the RTisean package. I know RTisean is just
 an interface to the Tisean executables.

 The trouble I am facing is that it seems that the location of the Tisean
 executables is somehow hard coded to the R workspace file. I assume this
 since when I try to rerun the sav_gol on the windows machine after
 copying the workspace file from linux and opening it in windows, RTisean
 tries to search the Tisean executables from the location that is valid
 for linux, not windows.

 RTisean help package says RTisean asks the location of the executables
 the first time a function is called and that this location is saved in
 user's home directory for future use. There is no specific information
 of how this works in windows where there is no obvious home directory.
 However, I have run R console on windows and it asked this location but
 I don't know where the information was stored. In linux it is
 in .RTiseanSettings file in user's home as explained.

 My questions are:
 1) Is there a way I could break the link of the Tisean executables to
 the linux location so that when run in windows the executables in
 windows will be used?
 2) Is the hard coding of the location of Tisean executables to the
 workspace image deliberate and necessary?

 Many thanks,
 Kari Ruohonen

 __
 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-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] Rserve alternative?

2010-11-08 Thread Ajay Ohri
Alternatives to Windows platform are Linux. Try Ubuntu download from
http://www.ubuntu.com/getubuntu/downloadmirrors if you are a Linux newbie to
use Rserve

Also see Rapache at http://rapache.net/ for using Apache Web Server and R
together.

The third R interface on web is Rweb see
http://www.jstatsoft.org/v04/i01/paper or http://www.math.montana.edu/Rweb/

Regards

Ajay

Websites-
http://decisionstats.com
http://dudeofdata.com
http://kushohri.com



Linkedin- www.linkedin.com/in/ajayohri




On Mon, Nov 8, 2010 at 5:10 PM, Ralf B ralf.bie...@gmail.com wrote:

 The Rserve documentation at

 http://rosuda.org/Rserve/doc.shtml#start

 states that even when making multiple connections to the Rserve,
 Windows won't separate workspaces physically and share environments,
 which will obviously cause problems and should therefore not be used.
 Are there any alternatives for the windows platform?

 Ralf

 __
 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.


[[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-contained, reproducible code.


Re: [R] transforming a dataset for association analysis RESHAPE2

2010-11-01 Thread Ajay Ohri
I get the following message when using the reshape2 package line

 tDat.m- melt(Dataset)
Using Item, Subject as id variables
 tDatCast- acast(tDat.m,Subject~Item)
Aggregation function missing: defaulting to length


Note Problem Statement-

convert dataframe


Subject   Item Score
1 Subject 1 Item 1 1
2 Subject 1 Item 2 0
3 Subject 1 Item 3 1
4 Subject 2 Item 1 1
5 Subject 2 Item 2 1
6 Subject 2 Item 3 0

to


  Subject Item 1 Item 2 Item 3 Item 4
1 Subject 1  1  0  1  1
5 Subject 2  1  1  0  0

Note- when I tried using the wide method the resultant vector went out of
memory- its a dataset appox 100,000 lines



Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri




On Sat, Oct 30, 2010 at 5:41 PM, Rainer Hurling rhur...@gwdg.de wrote:

 On 30.10.2010 13:50 (UTC+1), Santosh Srinivas wrote:

 A more usable problem input would definitely help ... use dput to send a
 reproducible sample to the group

 Think the below should solve your problem

  read.csv(Book1.csv)

 Subject   Item Score
 1 Subject 1 Item 1 1
 2 Subject 1 Item 2 0
 3 Subject 1 Item 3 1
 4 Subject 2 Item 1 1
 5 Subject 2 Item 2 1
 6 Subject 2 Item 3 0

  library(reshape2)
 tDat.m- melt(tDat)


  tDatCast- acast(tDat.m,Subject~Item)
 tDatCast

   Item 1 Item 2 Item 3
 Subject 1  1  0  1
 Subject 2  1  1  0



 # Or without using package reshape2, only function reshape from stats:

 df - data.frame(Subject=
   c(Subject 1,Subject 1,Subject 1,Subject 1,
 Subject 2,Subject 2,Subject 2,Subject 2),
 Item   =
   c(Item 1,Item 2,Item 3,Item 4,
 Item 1,Item 2,Item 3,Item 4),
 Score  = c(1,0,1,1,1,1,0,0))

 df.wide - reshape(df, idvar=Subject, timevar=Item, direction=wide)
 names(df.wide) - c(Subject,unique(as.character(df$Item)))

 df.wide
Subject Item 1 Item 2 Item 3 Item 4
 1 Subject 1  1  0  1  1
 5 Subject 2  1  1  0  0



  -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
 On
 Behalf Of Ajay Ohri
 Sent: 30 October 2010 16:27
 To: Rhelp
 Subject: [R] transforming a dataset for association analysis

 Hi

 I would like to transform  a data frame like

 SubjectItem   Score
 Subject 1 Item 1 1
 Subject 1 Item 2 0
 Subject 1 Item 3 1
 Subject 2 Item 1 1
 Subject 2 Item 2 1
 Subject 2 Item 3 0
 
 *to *

 Subject  Item1   Item2   Item3 .Item N
 Subject1   1  0   1
 Subject2   1  10
 
 SubjectP..

 Apologize for the simple nature of my query but I am stuck. How can I do
 this transformation?

 Regards

 Ajay



 Websites-
 http://decisionstats.com
 http://dudeofdata.com


 Linkedin- www.linkedin.com/in/ajayohri




 On Sat, Oct 30, 2010 at 2:39 PM, Alaiosala...@yahoo.com  wrote:

  Hello everyone.
 I have written quite a big function that at the end correctly returns the
 values
 I want. I found a rare exception that I want to cover also. The easier
 for
 me
 would be to write something like that


 function(){

  if (rare exception happened)
  return that value

  # The comes the code for normal execution
  # ...
  # ...
  return value # Normal values to return

 }


 Would that be feasible with R or two returns statements are not accepted?

 Regards
 Alex



[[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-contained, reproducible code.


[R] transforming a dataset for association analysis

2010-10-30 Thread Ajay Ohri
Hi

I would like to transform  a data frame like

SubjectItem   Score
Subject 1 Item 1 1
Subject 1 Item 2 0
Subject 1 Item 3 1
Subject 2 Item 1 1
Subject 2 Item 2 1
Subject 2 Item 3 0

*to *

Subject  Item1   Item2   Item3 .Item N
Subject1   1  0   1
Subject2   1  10

SubjectP..

Apologize for the simple nature of my query but I am stuck. How can I do
this transformation?

Regards

Ajay



Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri




On Sat, Oct 30, 2010 at 2:39 PM, Alaios ala...@yahoo.com wrote:

 Hello everyone.
 I have written quite a big function that at the end correctly returns the
 values
 I want. I found a rare exception that I want to cover also. The easier for
 me
 would be to write something like that


 function(){

  if (rare exception happened)
  return that value

  # The comes the code for normal execution
  # ...
  # ...
  return value # Normal values to return

 }



 Would that be feasible with R or two returns statements are not accepted?

 Regards
 Alex



[[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-contained, reproducible code.


[[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-contained, reproducible code.


[R] Using R with Google Storage/Big Query and Prediction API

2010-10-25 Thread Ajay Ohri
Dear List

Google has new beta lists for storage, querying and prediction at

http://code.google.com/apis/predict/docs/getting-started.html

http://code.google.com/apis/predict/docs/getting-started.html
http://code.google.com/apis/bigquery/docs/getting-started.html#intro

http://code.google.com/apis/bigquery/docs/getting-started.html#introand
http://code.google.com/apis/storage/

http://code.google.com/apis/storage/Most of these require interaction with
CURL

I know RCurl allows data interaction with http pages (
http://www.omegahat.org/RCurl/)

Has anyone tried this with the new Google APIS- they are free as of now- and
invitation list /beta


Regards

Ajay

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri

[[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-contained, reproducible code.


Re: [R] 140 packages in R Commander!!

2010-10-25 Thread Ajay Ohri
Hi John

Its not the download I mind - it's a one shot thing-

Could you think of integrating the help across plugins- that can help.

For example I really want to know which plugin would use snow and foreach if
at all

Ajay

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri




On Mon, Oct 25, 2010 at 4:54 AM, John Fox j...@mcmaster.ca wrote:

 Dear Ajay,

 This is a consequence of installing the dependencies (including suggested
 packages, etc.) of the Rcmdr package, their dependencies, and so on
 recursively. The alternative would be for the Rcmdr package to specify its
 direct dependencies via depends rather than suggests, but then these
 dependencies would be loaded whenever the Rcmdr is loaded.

 If you have a better idea, I'm certainly open to it, since many, probably
 most, of the packages that get installed aren't really needed by the Rcmdr
 or by the packages on which it directly depends. The whole business takes
 about 10 minutes on my not-all-that-fast Internet connection and occupies
 about 250 MB (considerably less than 10 US cents at today's hard-disk
 prices), which doesn't seem terrible to me.

 Best,
  John

 
 John Fox
 Senator William McMaster
  Professor of Social Statistics
 Department of Sociology
 McMaster University
 Hamilton, Ontario, Canada
 web: socserv.mcmaster.ca/jfox


  -Original Message-
  From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
 On
  Behalf Of Ajay Ohri
  Sent: October-24-10 12:47 PM
  To: R-help@r-project.org
  Subject: [R] 140 packages in R Commander!!
 
  Dear List
 
  I just downloaded and installed R 2.12.0 and then installed R Commander .
 
  First it got RCmdr and Car, and then suggested for other packages for
  utilizing the full functionality- I clicked yes!
 
  I got 140 packages installed!!! Cran Mirror was UCLA...
 
  Here is the list.
 
  Is this intentional- I can see some packages like snow and multicore
 which
  are desirable but quite optional.(see list below)
 
  Regards
 
  Ajay
 
   'slam' 'fBasics' 'bitops' 'Rglpk' 'snowFT' 'rlecuyer' 'rsprng' 'nws'
  'tweedie' 'gtools' 'gdata' 'caTools' 'Ecdat' 'ergm' 'latentnet'
 'degreenet'
  'shapes' 'snow' 'RColorBrewer' 'statmod' 'cubature' 'kinship' 'gam'
  'tripack' 'akima' 'logspline' 'gplots' 'maxLik' 'miscTools' 'sem' 'rgdal'
  'network' 'numDeriv' 'statnet' 'rgenoud' 'hexbin' 'ellipse' 'gclus'
  'mlbench' 'randomForest' 'SparseM' 'Formula' 'ineq' 'mlogit' 'np' 'plm'
  'pscl' 'quantreg' 'ROCR' 'sampleSelection' 'scatterplot3d' 'systemfit'
  'truncreg' 'urca' 'oz' 'fUtilities' 'fEcofin' 'RUnit' 'quadprog'
 'iterators'
  'locfit' 'maps' 'rcom' 'rscproxy' 'sp' 'VGAM' 'MCMCpack' 'sna' 'gee'
  'anchors' 'survey' 'ape' 'flexmix' 'rmeta' 'mlmRev' 'MEMSS' 'coda'
 'party'
  'ipred' 'modeltools' 'e1071' 'AER' 'bdsmatrix' 'DAAG' 'fCalendar'
 'fSeries'
  'fts' 'its' 'timeDate' 'timeSeries' 'tis' 'tseries' 'xts' 'foreach' 'TSA'
  'RSQLite' 'tkrplot' 'sgeostat' 'mapproj' 'tcltk2' 'R2wd' 'png' 'tree'
 'VIM'
  'mitools' 'Zelig' 'HSAUR' 'mvtnorm' 'lme4' 'robustbase' 'mboost' 'coin'
  'xtable' 'sandwich' 'coxme' 'zoo' 'strucchange' 'dynlm' 'biglm' 'chron'
  'acepack' 'TeachingDemos' 'Design' 'mice' 'subselect' 'kernlab' 'vcd'
 'rgl'
  'relimp' 'multcomp' 'lmtest' 'leaps' 'Hmisc' 'effects' 'colorspace'
  'aplpack' 'abind' 'RODBC' car Rcmdr
 
  Websites-
  http://decisionstats.com
  http://dudeofdata.com
 
 
  Linkedin- www.linkedin.com/in/ajayohri
 
 
 
 
  On Sun, Oct 24, 2010 at 9:27 PM, Marcelo Lima mlim...@gmail.com wrote:
 
   Hi all,
  
   I generated a covariance matrix and visualized as a 2D contour plot
   (x,y, covariance matrix), I would like to extract from the matrix the
   values ( in x and y) that auto-correlate which I will plot as an
   normal (x,y(being the values that auto-corelate to a certain x and y
   values in my original matrix). Any suggestions?
  
   Cheers,
  
   Marcelo
  
   --
   Marcelo Andrade de Lima
   UNIFESP - Universidade Federal de Sco Paulo Departamento de Bioqummica
   Disciplina de Biologia Molecular Rua Trjs de Maio 100, 4 andar - Vila
   Clementino, 04044-020 Lab +55 11 55764438 R.1188 Cell +55 11 92725274
   ml...@unifesp.br
  
  [[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-contained, reproducible code.
  
  
 
[[alternative HTML version deleted]]





[[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-contained, reproducible code.


[R] 140 packages in R Commander!!

2010-10-24 Thread Ajay Ohri
Dear List

I just downloaded and installed R 2.12.0 and then installed R Commander .

First it got RCmdr and Car, and then suggested for other packages for
utilizing the full functionality- I clicked yes!

I got 140 packages installed!!! Cran Mirror was UCLA...

Here is the list.

Is this intentional- I can see some packages like snow and multicore which
are desirable but quite optional.(see list below)

Regards

Ajay

 'slam' 'fBasics' 'bitops' 'Rglpk' 'snowFT' 'rlecuyer' 'rsprng' 'nws'
'tweedie' 'gtools' 'gdata' 'caTools' 'Ecdat' 'ergm' 'latentnet' 'degreenet'
'shapes' 'snow' 'RColorBrewer' 'statmod' 'cubature' 'kinship' 'gam'
'tripack' 'akima' 'logspline' 'gplots' 'maxLik' 'miscTools' 'sem' 'rgdal'
'network' 'numDeriv' 'statnet' 'rgenoud' 'hexbin' 'ellipse' 'gclus'
'mlbench' 'randomForest' 'SparseM' 'Formula' 'ineq' 'mlogit' 'np' 'plm'
'pscl' 'quantreg' 'ROCR' 'sampleSelection' 'scatterplot3d' 'systemfit'
'truncreg' 'urca' 'oz' 'fUtilities' 'fEcofin' 'RUnit' 'quadprog' 'iterators'
'locfit' 'maps' 'rcom' 'rscproxy' 'sp' 'VGAM' 'MCMCpack' 'sna' 'gee'
'anchors' 'survey' 'ape' 'flexmix' 'rmeta' 'mlmRev' 'MEMSS' 'coda' 'party'
'ipred' 'modeltools' 'e1071' 'AER' 'bdsmatrix' 'DAAG' 'fCalendar' 'fSeries'
'fts' 'its' 'timeDate' 'timeSeries' 'tis' 'tseries' 'xts' 'foreach' 'TSA'
'RSQLite' 'tkrplot' 'sgeostat' 'mapproj' 'tcltk2' 'R2wd' 'png' 'tree' 'VIM'
'mitools' 'Zelig' 'HSAUR' 'mvtnorm' 'lme4' 'robustbase' 'mboost' 'coin'
'xtable' 'sandwich' 'coxme' 'zoo' 'strucchange' 'dynlm' 'biglm' 'chron'
'acepack' 'TeachingDemos' 'Design' 'mice' 'subselect' 'kernlab' 'vcd' 'rgl'
'relimp' 'multcomp' 'lmtest' 'leaps' 'Hmisc' 'effects' 'colorspace'
'aplpack' 'abind' 'RODBC' car Rcmdr

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri




On Sun, Oct 24, 2010 at 9:27 PM, Marcelo Lima mlim...@gmail.com wrote:

 Hi all,

 I generated a covariance matrix and visualized as a 2D contour plot (x,y,
 covariance matrix), I would like to extract from the matrix the values ( in
 x and y) that auto-correlate which I will plot as an normal (x,y(being the
 values that auto-corelate to a certain x and y values in my original
 matrix). Any suggestions?

 Cheers,

 Marcelo

 --
 Marcelo Andrade de Lima
 UNIFESP - Universidade Federal de São Paulo
 Departamento de Bioquímica
 Disciplina de Biologia Molecular
 Rua Três de Maio 100, 4 andar - Vila Clementino, 04044-020
 Lab +55 11 55764438 R.1188
 Cell +55 11 92725274
 ml...@unifesp.br

[[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-contained, reproducible code.



[[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-contained, reproducible code.


[R] R 2.12 How many downloads

2010-10-17 Thread Ajay Ohri
A general question- and excuse me if you find it irrelevant

Are you tracking how many people finally download a specific R version by
counting the number of downloads through log/ analytics software like GA
etc?

If so- can we see some numbers

Ajay

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri






https://emailoracle.com/opt_out/?image_uuid=5c3f9e5a-c6f3-a2fe-2a68-409a37161c77
On Sun, Oct 17, 2010 at 11:48 PM, Paulo Barata pbar...@infolink.com.brwrote:


 Dear R-list members,

 I have just downloaded R 2.12.0 for Windows. When installing,
 my antivirus software detected some malware during the
 installation process.

 I use Windows XP SP3. My antivirus software is Avira Premium
 Security Suite, product version 10.0.0.542 (19/4/2010),
 search engine 8.02.04.82 (14/10/2010), virus definition file
 7.10.12.231 (17/10/2010). That software said: Malware found.
 When I clicked in details, I found this information: object:
 open.exe; Detection: TR/ATRAPS.Gen. Consulting the Avira web
 site, this is indicated as a Trojan, dated 15 May 2008.

 I have repeated the installation process twice, always with
 the same malware detection. When installing, I used the English
 language, I ticked the Technical Manuals, PDF help pages
 and docs for Packages grid and Matrix, and I used the
 default options.

 Should I proceed with the installation of that version of R?

 Thank you very much.

 Paulo Barata

 --
 Paulo Barata
 Fundacao Oswaldo Cruz - Oswaldo Cruz Foundation
 Rua Leopoldo Bulhoes 1480 - 8A
 21041-210  Rio de Janeiro - RJ
 Brazil

 E-mail: pbar...@infolink.com.br
 Alternative e-mail: paulo.bar...@ensp.fiocruz.br

 __
 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.


[[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-contained, reproducible code.


Re: [R] Tinn R

2010-10-03 Thread Ajay Ohri
try eclipse,dude

http://www.walware.de/goto/statet

Eclipse Plug-In for R: StatET
Homepage R Project
www.r-project.org


Homepage Eclipse
www.eclipse.org

This is an Eclipse plug-in, supporting you to write R scripts and
documentations.
R is a language and environment for statistical computing and
graphics. The Eclipse Project provides a kind of universal tool
platform - an open extensible IDE for anything and nothing in
particular. R, the Eclipse IDE, and StatET are open source software,
available for many operating systems.

Ajay

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri





On Sun, Oct 3, 2010 at 2:52 PM, Philippe Glaziou glaz...@gmail.com wrote:
 On 2 October 2010 19:21, Tal Galili tal.gal...@gmail.com wrote:
 Hi Raphael,
 Why won't you try
 notepad++ with npptor
 ?
 It does almost everything tinnR does.

 While alternatives to popular windows editors are being mentioned
 here, I feel like Gvim (http://www.vim.org/) along Vim-R-plugin2
 (http://www.vim.org/scripts/script.php?script_id=2628) should be
 cited. The Vim-R-plugin developer recently added windows support to a
 lean cross-platform package that works really very well.

 Philippe

 __
 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-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] Programmaticly finding number of processors by R code

2010-10-03 Thread Ajay Ohri
Dear List

Sorry if this question seems very basic.

Is there a function to pro grammatically find number of processors in
my system _ I want to pass this as a parameter to snow in some serial
code to parallel code functions

Regards

Ajay



Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri

__
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] Programmaticly finding number of processors by R code

2010-10-03 Thread Ajay Ohri
windows and ubuntu linux are my OS

intent is to use them in the snow makecluster statement so I am not sure
what I need cores,cpus,real,virtual

basically the max amount of clusters i can create on my machine

2) if I have a workgroup on windows - can i detect cores/cpus on the network
using the detectcore

Ajay

Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri




On Mon, Oct 4, 2010 at 1:25 AM, Prof Brian Ripley rip...@stats.ox.ac.ukwrote:

 Without knowing your OS, there is no way anyone can tell you.  And you
 probably want to know 'cores' rather than CPUs. And for some specific OSes,
 you will find answers in the archives.

 Beware that this is not a well-defined question: are these physical or
 virtual cores?, and having them in the system and being allowed to use them
 are different questions.

 Package 'multicore' is one that attempts to do this in its function
 detectCores (see the source code).  And on Sparc Solaris it is pretty
 useless as it gives virtual CPUs, 8x the number of real CPUs.


 On Sun, 3 Oct 2010, Ajay Ohri wrote:

  Dear List

 Sorry if this question seems very basic.

 Is there a function to pro grammatically find number of processors in
 my system _ I want to pass this as a parameter to snow in some serial
 code to parallel code functions

 Regards

 Ajay



 Websites-
 http://decisionstats.com
 http://dudeofdata.com


 Linkedin- www.linkedin.com/in/ajayohri

 __
 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.


 --
 Brian D. Ripley,  rip...@stats.ox.ac.uk
 Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
 University of Oxford, Tel:  +44 1865 272861 (self)
 1 South Parks Road, +44 1865 272866 (PA)
 Oxford OX1 3TG, UKFax:  +44 1865 272595


[[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-contained, reproducible code.


[R] Running R on Amazon EC2 : Public Snapshot for use

2010-10-02 Thread Ajay Ohri
Dear All,

I ave created a public snapshot for use on Amazon EC2 using 64 bit Windows.
If you want to try R on multiple cores ,remote desktop you can use this
snapshot to create copies.

It has R, GUIs for beginners (like RCommander , Deducer- Alas rattle failed
due to RGtk+) and a lot of R analytical packages.

 It also has Chrome for browsing, Adobe Reader for reading help, and a
dataset WDI (in public downloads folder) for testing sample data.

It also has the academic version of Revolution R Enterprise installed on it-
so you can see the new XDF format in Revoscaler package for bigger datasets
or just play/explore it.

The cost of using this would be 3 cents per hour payable to Amazon (micro
instance). Detailed instructions on how to use a snapshot or create one of
your own are on my website at
http://decisionstats.wordpress.com/2010/10/02/running-r-on-amazon-ec2-windows/

It would be interesting to see R visualizations on potentially huge huge
datasets using this cloud computing R- if anyone tries it.

Best Regards

Ajay Ohri

Websites-
http://decisionstats.wordpress.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri




On Sat, Oct 2, 2010 at 7:29 AM, Matthew Finkbeiner 
matthew.finkbei...@mq.edu.au wrote:

 I am trying to interpolate missing values using spline and am running
 into some strange problems.

 first, this works just fine:

 x- c(1:10, rep(NA, 3), 14:20)
 y- c(rnorm(10), rep(NA,3), rnorm(7))
 s- spline(x,y, n=length(x))

 plot(x,y)
 lines(s, col=blue)

 but look at what happens with my real data (sorry for the long vectors
 here):

 x- c(-9.816, -9.801, -9.801, -9.795, -9.798, -9.788, -9.742, -9.731,
 -9.713, -9.669, -9.617, -9.534, -9.494, -9.496, -9.51, -9.506,
 -9.325, -9.13, -9.11, -9.085, -9.297, -9.812, -10.464, -11.146,
 -11.88, -12.645, -13.446, -14.273, -15.087, -15.884, -16.645,
 -17.326, -17.943, -18.421, -18.777, -18.937, -18.895, -18.675,
 -18.268, -17.691, -16.899, -15.944, -14.805, -13.464, -11.948,
 -10.276, -8.446, -6.457, -4.333, -2.08, 0.32, 2.826, 5.478, 8.287,
 11.212, 14.251, 17.421, 20.695, 24.098, 27.577, 31.129, 34.758,
 38.451, 42.213, 46.059, 49.983, 53.994, 58.039, 62.101, 66.146,
 70.18, 74.193, 78.202, 82.2, 86.118, 90.026, 93.879, 97.654,
 101.407, 105.092, 108.771, 112.43, 116.029, 119.594, 123.085,
 126.466, 129.719, 132.929, 136.054, 139.171, 142.304, 145.433,
 148.571, 151.734, 154.868, 157.928, 160.975, 164.032, 167.076,
 170.2, 173.202, 176.351, 179.666, 183.066, 186.481, 189.87, 193.187,
 196.481, 199.737, 202.923, 206.087, 209.163, 212.239, 215.281,
 218.178, 220.938, 223.657, 226.244, 228.697, 231.093, 233.407,
 235.68, 237.892, 240.027, 242.067, 243.99, 245.799, 247.47, 248.961,
 250.272, 251.309, 252.594, 252.689, 252.235, 251.467, 250.327,
 248.846, 246.98, 244.729, 242.073, 238.978, 235.454, 231.469,
 227.051, 222.203, 216.964, 211.35, 205.45, 199.252, 192.786,
 186.09, 179.17, 172.032, 164.702, 157.151, 149.387, 141.464,
 133.295, 124.897, 116.303, 107.484, 98.493, 89.347, 80.079, 70.723,
 61.31, 51.862, 42.382, 32.88, 23.343, 13.814, 4.298, -5.217,
 -14.684, -24.092, -33.446, -42.682, -51.809, -60.819, -69.714,
 -78.456, -87.038, -95.481, -103.756, -111.838, -119.762, -127.535,
 -135.123, -142.557, -149.842, -157.029, -164.093, -171.029, -177.841,
 -184.501, -191.032, -197.427, -203.642, -209.706, -215.62, -221.404,
 -227.025, -232.511, -237.868, -243.095, -248.172, -253.14, -257.94,
 -262.593, -267.079, -271.4, -275.533, -279.483, -283.262, -286.843,
 -290.246, -293.466, -296.507, -299.405, -302.154, -304.763, -307.225,
 -309.549, -311.74, -313.787, -315.657, -317.324, -318.807, -320.083,
 -321.154, -322.036, NA, NA, NA, NA, NA, NA, -322.72, -323.285,
 -323.76, -324.099, -324.261, -325.107)

 y- c(-3.982, -3.98, -3.98, -3.982, -3.977, -3.971, -3.956, -3.943,
 -3.933, -3.913, -3.874, -3.819, -3.706, -3.562, -3.411, -3.278,
 -3.185, -3.024, -2.877, -2.757, -2.81, -2.981, -2.998, -2.85,
 -2.646, -2.43, -2.218, -1.98, -1.668, -1.264, -0.735, -0.051,
 0.822, 1.916, 3.24, 4.832, 6.723, 8.919, 11.412, 14.185, 17.25,
 20.591, 24.215, 28.126, 32.304, 36.729, 41.383, 46.249, 51.32,
 56.579, 62.024, 67.648, 73.456, 79.446, 85.607, 91.943, 98.439,
 105.074, 111.832, 118.696, 125.646, 132.676, 139.776, 146.956,
 154.199, 161.501, 168.841, 176.201, 183.55, 190.863, 198.138,
 205.374, 212.557, 219.671, 226.701, 233.647, 240.492, 247.223,
 253.851, 260.383, 266.83, 273.188, 279.433, 285.571, 291.574,
 297.426, 303.128, 308.686, 314.089, 319.374, 324.544, 329.61,
 334.576, 339.45, 344.217, 348.87, 353.417, 357.861, 362.202,
 366.45, 370.6, 374.656, 378.61, 382.458, 386.186, 389.781, 393.248,
 396.58, 399.789, 402.884, 405.867, 408.741, 411.513, 414.172,
 416.713, 419.15, 421.496, 423.743, 425.884, 427.913, 429.828,
 431.648, 433.359, 434.976, 436.508, 437.949, 439.316, 440.605,
 441.821, 442.966, 444.033, 445.974, 447.71, 448.515, 449.296,
 450.045, 450.786, 451.506, 452.205, 452.886, 453.55, 454.185,
 454.791, 455.364, 455.889, 456.364

[R] Public Snapshot for using R

2010-10-02 Thread Ajay Ohri
 Dear All,

 I ave created a public snapshot for use on Amazon EC2 using 64 bit Windows.
 If you want to try R on multiple cores ,remote desktop you can use this
 snapshot to create copies.

 It has R, GUIs for beginners (like RCommander , Deducer- Alas rattle failed
 due to RGtk+) and a lot of R analytical packages.

  It also has Chrome for browsing, Adobe Reader for reading help, and a
 dataset WDI (in public downloads folder) for testing sample data.

 It also has the academic version of Revolution R Enterprise installed on
 it- so you can see the new XDF format in Revoscaler package for bigger
 datasets or just play/explore it.

 The cost of using this would be 3 cents per hour payable to Amazon (micro
 instance). Detailed instructions on how to use a snapshot or create one of
 your own are on my website at
 http://decisionstats.wordpress.com/2010/10/02/running-r-on-amazon-ec2-windows/

 It would be interesting to see R visualizations on potentially huge huge
 datasets using this cloud computing R- if anyone tries it.

 Best Regards

 Ajay Ohri







[[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-contained, reproducible code.


[R] Amazon EC 2 AMI for using R

2010-10-02 Thread Ajay Ohri
Dear All

A quick update.

I just bundled a 30Gb EBS backed AMI for Windows 64, Revolution R and R64,
Deducer,R Commander,Java SDK, Chrome, Open Office, Acrobat Reader.

The AMI can be searched as a public image (search for ohR)

You can mail me for the admin password if you want to explore it further.

 AMI ID:ami-f4b7439d
 Name:ohR
 Description:64bit windows, deducer,chrome,pdf,rcmdr,open office,R,Revo R
Academic 4.0
 Source:837793388858/ohR
 Owner:837793388858
 Visibility:Public
 Product Code:
 State:available
 Kernel ID:-
 RAM Disk ID:-
 Image Type:machine
 Architecture:x86_64
 Platform:Windows
 Root Device Type:ebs
 Root Device:/dev/sda1
 Image Size:30 GiB
 Block Devices:/dev/sda1=snap-3af4e951:30:true
 Regards,

Ajay

ps- I deleted the snapshot, instead using the AMI is faster.


On Sat, Oct 2, 2010 at 6:30 PM, Ajay Ohri ohri2...@gmail.com wrote:


 Dear All,

 I ave created a public snapshot for use on Amazon EC2 using 64 bit
 Windows. If you want to try R on multiple cores ,remote desktop you can use
 this snapshot to create copies.

 It has R, GUIs for beginners (like RCommander , Deducer- Alas rattle
 failed due to RGtk+) and a lot of R analytical packages.

  It also has Chrome for browsing, Adobe Reader for reading help, and a
 dataset WDI (in public downloads folder) for testing sample data.

 It also has the academic version of Revolution R Enterprise installed on
 it- so you can see the new XDF format in Revoscaler package for bigger
 datasets or just play/explore it.

 The cost of using this would be 3 cents per hour payable to Amazon (micro
 instance). Detailed instructions on how to use a snapshot or create one of
 your own are on my website at
 http://decisionstats.wordpress.com/2010/10/02/running-r-on-amazon-ec2-windows/

 It would be interesting to see R visualizations on potentially huge huge
 datasets using this cloud computing R- if anyone tries it.

 Best Regards

 Ajay Ohri







[[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-contained, reproducible code.


Re: [R] How many R packages are not free?

2010-10-01 Thread Ajay Ohri
http://depts.washington.edu/uwc4c/express-licenses/files/view/license/35/

http://depts.washington.edu/uwc4c/express-licenses/files/view/license/35/Only
Revolution charges (but they have atleast 5 packages by now) apart from
enhanced core libraries.

Rattle has a commercial version as well _it is a R GUI
Rattle can be purchased on DVD as a standalone installation for $500USD
($560AUD),  http://rattle.togaware.com/sales.html

http://inferenceforr.com/purchase/default.aspx sells for 199$



Websites-
http://decisionstats.com
http://dudeofdata.com


Linkedin- www.linkedin.com/in/ajayohri




On Sat, Oct 2, 2010 at 3:28 AM, Paul Miller pjmiller...@yahoo.com wrote:

 Hello Everyone,

 Just finished reading A Handbook of Statistical Analyses using R by Everitt
 and Hothorn. I'll begin by saying that I quite liked the book. It's both
 little and mighty in the sense that it's very compact but contains a
 tremendous amount of useful material.

 The last chapter of the book deals with cluster analysis.  There's a
 package used in this chapter (I believe that it's called mclust) that
 charges an annual fee to non-academics. I did a little digging and found out
 that the annual cost for some one like me would be $100 but it would cost
 more for people in large companies. This isn't exactly outrageous but got me
 to wondering how many other packages might not be free. I searched online
 but didn't find much.

 Does anyone have any information about this?

 Thanks,

 Paul


[[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-contained, reproducible code.



[[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-contained, reproducible code.


[R] STATISTICAL ANALYSIS OF TEXT EMAILS Re: Refreshments after SOMS Seminar Friday 3:30-4:30 in HBB 334

2009-12-05 Thread ajay ohri
Dear Professor Frank Guess,

Why did you call me a Curious George?

What is a curious george as in American context?

Why did you address this email only to Laura and me.

Why did you not answer my early query on what is a curious George?

Why do you also send me emails saying I and Gandhi are full of compassion?



How come University of Tennessee is funded by Federal Bailout Funds AND has
a row of churches just behind the HODGES library and so accessible to
CHRISTIAN students

BUT NO temples or mosques near to Library.

We are children of a lesser God

But we are also children.

Thanks and Have a Happy Holidays and Merry Christmas.
*
WHY DO YOU SAY you may have one of those emails and better not to use?*

AJAY

Graduate Student
University of Tennessee, Knoxville.


Go Vols!

Websites-
http://decisionstats.com
http://dudeofdata.com
http://prayers2go.com

Linkedin- www.linkedin.com/in/ajayohri
Facebook-www.facebook.com/ajayohri
Twitter-www.twitter.com/dudeofdata

Quote for the Day-
Mike Ditka  - If God had wanted man to play soccer, he wouldn't have given
us arms. - http://www.brainyquote.com/quotes/authors/m/mike_ditka.html


On Thu, Sep 24, 2009 at 3:46 PM, Guess, Frank M fgu...@utk.edu wrote:
 Thanks Laura, great email. Ajay is just a curious George on understanding
 better.

 Thanks Ajay, also.

 We are blessed to have both of you here at UT!!

 Best to all,
 Dr. Guess


 (Ajay, I may have one of these email, best not to use, which is it?)
 
 From: Brewster, Laura
 Sent: Thu 9/24/2009 3:09 PM
 To: Beal, Dennis Jack; Carty, Dillon M; Cinder, Matthew Robert; Duraisamy,
 Praveen Raja; Erar, Bahar; Ezell, Ashley Renee; Fajolu, Olufemi Nelson;
 fjiang6; Harper, Matt (Matt); Huang, Xia; Jarajapu, Neeharika; Jeong,
 Jaehwan; Kim, Je Guk; Kitchens, Karin Elizabeth; Kodra, Evan Anton; Kuang,
 Xun; lge; Liu, Nancy; Loghavi, Mina; Lu, Xin (Lucy); Mathias, Blake
Dustin;
 Mcclary, Erica Whitney; Muindi, Pius Matheka; Ohri, Ajay; Pan, Chun;
Pannell
 Jr, T Allen (Allen); Robson, Paul Andrew; Romanova, Anna V; Roth, Wendy;
 Shah, Reshma; Shipman, Michael Livingston; Turan, Esra; Vepkhvadze, Nana;
 Wang, Wenfang; Wang, Yingjin; Weese, Maria L; White, Philip Robert;
 Williams, Maria Annette; Wu, Wei; Xu, Liang; Xu, Qin; Zeng, Yan; Zhang,
 Shuping; Zhao, Yijia; Moser, Jane; Walker, Rebecca M (Becky); Bichescu,
 Bogdan Cristian; Edirisinghe, Nalin C P; Bowers, Melissa R; Noon, Charles
E;
 Srinivasan, Mandyam M; js...@arcautomotive.com; Kirby, Kenneth E;
Bozdogan,
 Hamparsum; Cwiek, Charles Mitchell; Gilbert, Kenneth C; Guess, Frank M;
 Leitnaker, Mary G; Leon, Ramon V; Mee, Robert W; Petrie, Adam George;
 Zaretzki, Russell Lee; Schmidhammer, James L; Seaver, William L; Younger,
 Mary Sue
 Subject: Refreshments after SOMS Seminar Friday 3:30-4:30 in HBB 334

 Everyone,



 Directly after Maria Weese’s seminar tomorrow, we will meet in HBB 334 for
 light refreshments and stimulating conversation.  I hope you’ll join us!
 Remember, the actual seminar is in HBB 403 from 2:30-3:30.



 Laura Brewster

 Administrative Assistant

 Department of Statistics, Operations

 and Management Science

 344A Stokely Management Center

 Knoxville, TN 37996-0532

 (865) 974-5544

 (865) 974-2490 (fax)



[[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-contained, reproducible code.


Re: [R] News on R s largest corporate partner REVolution Computing and SPSS CEO:

2009-10-21 Thread Ajay ohri
I am sorry.

I will refrain from this in the future (using the list which is a technical
resource and not a forum inappropriately).

My blog has my views on it -http://decisionstats.com so I wont cut and paste
on that.

I would like to applaud David's team at REvolution for finally releasing an
Ubuntu version of REvolution R, though the Windows version 64 bit was
developed much earlier. I would like to say that Dave's credentials in open
source or his personal technical authority has not been questioned by me (
and I don't think by anyone on this list).

The new management is led by an ex Founder of SPSS, so I guess that things
are looking up already.

A new CEO can only mean more hunger to get R up and running in corporate
circles so that smart people who write excellent code start making more
money than ...?

. Commerce demands that REvolution gets a bigger share than it has been
getting and thats what most of the people on this list want ( except there
is no forums section for discussion for R- help while there are forums
section.

Ajay
Knoxville

Student

Go Vols!


On Wed, Oct 21, 2009 at 2:24 PM, Erik Iverson eiver...@nmdp.org wrote:

 Nothing to do with what R-help is about.  Please refrain from posting
 things like this in the future.

  -Original Message-
  From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
  On Behalf Of Ajay ohri
  Sent: Wednesday, October 21, 2009 12:52 PM
  To: r-help@r-project.org; sas-l; spssx-l
  Subject: [R] News on R s largest corporate partner REVolution Computing
  and SPSS CEO:
 
  Start the REvolution without me...
  http://danesecooper.blogs.com/divablog/2009/10/start-the-revolution-
  without-me.html
 
  *From Danese Cooper's Blog*
 
 
  Some of you may have become aware of REvolution
  Computinghttp://revolution-computing.com/,
  a commercial open source company organized around the R
  Languagehttp://www.r-project.org/,
  when I joined in March
  http://news.cnet.com/8301-1001_3-10202355-92.htmlof this year.  For
  the past few months we have been working on a B-Round of
  funding.  It was an interesting process and I was happy to be working in
  my
  first startup company after so many years in very large corporations.
 
  We built a small team to work on Community Engineering, by which we
  meant
  developing assets both to benefit the R Language community as well as to
  entice and inform the Alpha-Geek community to learn and use R.  We set
  up
  an Advisory Board designed to advise REvolution management about
 decisions
  relating to REvo and Open Source, and we helped put REvolution R into the
  Karmic Koala release of Ubuntu.  It was really fun to work in a small,
  agile
  team and I felt like I was getting a great education in startups and we
  were
  rapidly moving the company forward...Why didn't I join a startup years
  ago?
 
  The funding deal closed on Wednesday last week...
 
  Late the next afternoon I received a call from the new COO notifying me
  that
  my services would no longer be required at REvolution., effective
  immediately and with no severance.  Apparently, the company is moving in
 a
  different direction.
  http://blog.revolution-computing.com/2009/10/revolution-computing-gets-
  major-funding-new-ceo.html
 
  I was surprised that the new CEO,  wasn't personally handling this
  unpleasant task...but I guess that might have been distasteful after the
  many assurances he gave me and my team last July at OSCON that we were
  absolutely critical to the company's success and that he would be
  making
  no changes for at least three months after he assumed control.  Personal
  courage in difficult situations is rare.
 
  What I find most interesting about today's REvolution announcements is
 the
  space they spent thanking the previous management team, given nearly all
  of
  us, including the Founders and the Board, were just fired.  47% of the
  company wiped out and nobody left with more than a year of
  experience...Shit
  happens...
 
  And so we begin to pick up the pieces and move on.  I've spent much of
 the
  past few days consoling coworkers, personally breaking the news to the
  many
  kind friends who had agreed to help us increase interest in R and
  Revolution, and working out what I might be doing next.  I have some
  interesting possibilities already, although I'm still open to
  suggestions...so stay tuned.
 
  Meanwhile I can honestly say that the new REvolution Computing will
 little
  resemble the company I was proud to join and represent.  I still think
 the
  R
  Language is really interesting, but I'm no longer sure REvo is the one to
  watch in this space anymore...For the sake of my friends among the
  remaining
  employees and shareholders I hope I'm wrong.
 
[[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

[R] How to run r and r GUIs

2009-09-21 Thread AJay Ohri
Apologize in advance for the question but could anyone tell how to run  
r Rattle and rcmdr on I

Phone 3gs please regards ajay ohri u Tennessee
At Knoxville
Www.decisionstats.com

Sent from my iPhone

On Sep 21, 2009, at 4:44 AM, Graham Williams graham.willi...@togaware.com 
 wrote:



Try the ROCR package.

Regards,
Graham


2009/9/13 Abbas R. Ali abba...@yahoo.com


Hi

Can anybody tell me in which library Performance and Prediction  
routines
exist to find AUC and I am unable to find a dependency of rattle  
library,

XML, for Windows can any body tell me about that.

Thanks



  [[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-contained, reproducible code.




   [[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-contained, reproducible code.


__
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] Using R with Hadoop/Hive for Big Data

2009-08-01 Thread Ajay ohri
Hi,

The document helps a lot thanks. I need to know how to work with Hadoop and
R in a parallel clsuter environment.

HIVE is a new system on top of Hadoop that uses a SQL derivative to query
it. http://hadoop.apache.org/hive/



Regards,

Ajay


On Fri, Jul 31, 2009 at 7:23 PM, Avram Aelony aav...@mac.com wrote:



 I am not sure if I understood your question, but you may want to look at
 http://cran.r-project.org/web/packages/HadoopStreaming/HadoopStreaming.pdf
 Regards,

 Avram



 On Friday, July 31, 2009, at 02:39PM, Ajay ohri ohri2...@gmail.com
 wrote:
 Hive http://hadoop.apache.org/hive/ is a data warehouse infrastructure
 built on top of Hadoop that provides tools to enable easy data
 summarization, adhoc querying and analysis of large datasets data stored
 in
 Hadoop files. It provides a mechanism to put structure on this data and it
 also provides a simple query language called QL which is based on SQL and
 which enables users familiar with SQL to query this data. At the same
 time,
 this language also allows traditional map/reduce programmers to be able to
 plug in their custom mappers and reducers to do more sophisticated
 analysis
 which may not be supported by the built in capabilities of the language.
 
 Is there any package currently out or in development that is looking into
 using R like matrix capabilties with HIVE like big data abilties on a
 remote/ parallel HPC.
 
 Regards,
 
 Ajay
 
[[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-contained, reproducible code.
 
 


[[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-contained, reproducible code.


[R] Using R with Hadoop/Hive for Big Data

2009-07-31 Thread Ajay ohri
Hive http://hadoop.apache.org/hive/ is a data warehouse infrastructure
built on top of Hadoop that provides tools to enable easy data
summarization, adhoc querying and analysis of large datasets data stored in
Hadoop files. It provides a mechanism to put structure on this data and it
also provides a simple query language called QL which is based on SQL and
which enables users familiar with SQL to query this data. At the same time,
this language also allows traditional map/reduce programmers to be able to
plug in their custom mappers and reducers to do more sophisticated analysis
which may not be supported by the built in capabilities of the language.

Is there any package currently out or in development that is looking into
using R like matrix capabilties with HIVE like big data abilties on a
remote/ parallel HPC.

Regards,

Ajay

[[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-contained, reproducible code.


[R] Putting R Based open source analytics for collobrative spreadsheet working on the Cloud

2009-06-22 Thread Ajay ohri


 Dear All,

I just posted an interview with Karim Chine of http://www.biocep.net/ who
has successfully built a latform for on demand data mining enabled by the
cloud through R.

Here is an except

BIOCEP is built on top of R and Scilab and anything that you can do within
those environments is accessible through BIOCEP. Here is what you have
uniquely with this new R/Scilab-based e-platform:

- *High productivity* via the most advanced cross-platform workbench
available *for the R environment*.

- *Advanced Graphics: with BIOCEP, a graphic transducer allows the rendering
on client side of graphics produced on server s*ide and enables advanced
capabilities like zooming/unzooming/scrolling for R graphics. a client side
mouse tracker allows to display dynamically information related to the
graphics and depending on coordinates. Several virtual R Devices showing
different data can be coupled in zooming/scrolling and this helps comparing
visually complex graphics.

- *Extensibility with plug-ins:* new views (IDE-like views, analytical
interfaces...) can be created very easily either programmatically or via
drag-and-drop GUI designers.

- *Extensibility with server-side extensions: any java code can be packaged
and used on server side.* The code can interact seamlessly with R and Scilab
or provide generic bridges to other software. For example, I provide an
extension that allows you to use openoffice as a universal converter between
various files formats on server side.

- *Seamless High Performance Computing:* working with an R or Scilab on
clusters/grids/clouds becomes as simple as working with them locally.
Distributed computing becomes seamless, creating a large number R and Scilab
remote engines and using them to solve large scale problems becomes easier
than ever. From the R console the user can create logical links to existing
R engines or to newly created ones and use those logical links to pilot the
remote workers from within his R session. R functions enable using the
logical links to import/export variables from the R session to the different
workers and vice versa. R commands/scripts can be executed by the R workers
synchronously or asynchronously. Many logical R links can be aggregated into
one logical cluster variable that can be used to pilot the R workers in a
coordinated way. A cluster.apply function allows the usage of the logical
cluster to apply a function to a big data structure by slicing it and
sending elementary execution commands to the workers. The workers apply the
user's function to the slices in parallel. The elementary results are
aggregated to compose the final result that becomes available within the R
session.

- *Collaboration:* your R/scilab server running in the cloud can be accessed
simultaneously by you and your collaborators. Everything gets broadcasted
including Graphics. A spreadsheet enables to view and edit data
collaboratively. Anyone can write plug-ins to take advantage of the
collaborative capabilities of the frameworks. If your IP address is public,
you can provide a URL to anyone and get him connect to your locally running
R.

*- Powerful frameworks for Java developers:* BIOCEP provides Frameworks and
tools to use R as if it was an Object Oriented Java Toolkit or a Web Toolkit
for R-based dynamic application.

- *Webservices for C#, Perl, Python users/developers:* Most of the
capabilities of BIOCEP including piloting of R/Scilab engines on the cloud
for distributed computing or for building scalable analytical web
application are accessible from most of the programming languages thanks to
the SOAP front-end.

- *RESTful API:* simple URLs can perform computing using R/Scilab engines
and return the result as an XML or as graphics in any format. This works
like google charts and has all the power of R since the graphic is described
with an R script provided as a parameter of the URL. The same API can be
exposed on demand by the workbench. This allow for example to integrate a
Cloud-R with Excel or OpenOffice. The workbench works as a bridge between
the cloud and those applications.

While a screenshot is attached- you can read the rest of the interview at

 http://tr.im/Rcloud

or http://www.decisionstats.com/



Thanks,

Ajay Ohri
__
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] SAS CMO and SVP Jim Davis on Open Source, BI , competition, leadership succession others

2009-06-05 Thread Ajay ohri
An interview with Chief Marketing Officer of SAS Institute, Jim Davis.

Here is an extract-

http://www.decisionstats.com/2009/06/05/interview-jim-davis-sas-institute/

*Ajay -It is rare to find a major software company that has zero involvement
with open source movement (or as I call it with peer-reviewed code). Could
you name some of SAS Institute’s contribution to open source? What could be
further plans to enhance this position with the global community of
scientists?*

* Jim -* SAS does support open source and open standards too. Open standards
typically guide open source implementations (e.g., the OASIS work is guiding
some of the work in Eclipse Cosmos, some of the JCP standards guide the
Tomcat implementation, etc.).

Some examples of SAS’s contributions to open source and open standards
include:

* Apache Software Foundation* – a senior SAS developer has been a committer
on multiple releases of the Apache Tomcat project, and has also acted as
Release Coordinator.

*Eclipse Foundation* — SAS developers were among the early adopters of
Eclipse. One senior SAS developer wrote a tutorial whitepaper on using
Eclipse RCP, and was named “Top Ambassador” in the 2006 Eclipse Community
Awards. Another is a committer on the Eclipse Web Tools project. A third
proposed and led Eclipse’s Albireo project. SAS is a participant in the
Eclipse Cosmos project, with three RD employees as committers. Finally,
SAS’ Rich Main served on the board of directors of the Eclipse Foundation
from 2003 to 2006, helping write the Eclipse Bylaws, Development Process,
Membership Agreement, Intellectual Property Policy and Public License.

*Java Community Process *– SAS has been a Java licensee partner since 1997
and has been active in the Java Community Process. SAS has participated in
approximately 25 Java Specification Requests spanning both J2SE and J2EE
technology. Rich Main of SAS also served on the JCP Executive Committee from
2005 through 2008.

*OASIS* — A senior SAS developer serves as secretary of the OASIS Solution
Deployment Descriptor (SDD) Technical Committee. In total, six SAS employees
serve on this committee.

*XML for Analysis* — SAS co-sponsored XML for Analysis standard with
Microsoft and Hyperion.

*Others *– A small SAS team developed Cobertura, an open source coverage
analysis tool for Java. SAS (through our database access team) is one of the
top corporate contributors to Firebird, an open source relational database.
Another developer contributes to Slide WebDav. We’ve had people work on
HtmlUnit (another testing framework) and FreeBSD.

In addition, there are dozens if not hundreds of contributed bug reports,
fixes/patches from SAS developers using open source software. SAS will
continue to expand our work with and contribute to open-source tools and
communities.
For example, we know a number of our customers use R as well as SAS. So we
decided to make it easier for them to access R by .

http://www.decisionstats.com/2009/06/05/interview-jim-davis-sas-institute/

[[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-contained, reproducible code.


[R] OT: Inference for R - Interview

2009-06-04 Thread Ajay ohri
Dear All,

Slightly off -non technical topic ( but hey it is Friday)

Following last week's interview with REvolution Computing which makes
enterprise  versions of R,  here is another interview with the rapidly
growing company Blue Reference CEOPaul van Eikeren at
http://www.decisionstats.com/2009/06/04/interview-inference-for-r/
http://www.decisionstats.com/2009/06/04/interview-inference-for-r/

Paul talks on his product, Inference for R- a add on plugin which makes a R
GUI within Office Excel available for 199$ a year ( and *separate
academic*program as well) for enhanced analytics as well as graphical
capabilities.


Best Regards,

Ajay Ohri

www.decisionstats.com

[[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-contained, reproducible code.


[R] OT ; Interview with David Smith, REvolution Computing

2009-05-31 Thread Ajay ohri
Dear R community,

Here is an interview with David Smith, Director of Community at REvolution
Computing. David talks of the exciting work being done at REvolution to help
make R reach out to even more users.

http://www.decisionstats.com/2009/05/29/interview-david-smith-revolution-computing/

Best,

Ajay Ohri

[[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-contained, reproducible code.


[R] OT : Interview SPSS 's Head Corporate Development Olivier

2009-04-29 Thread Ajay ohri
Slightly off topic from a technical help question/ answer but I thought it
would be of interest to these forums.
SPSS recently launched a major series of products in it’s text mining and
data mining product portfolio and rebranded data mining to the PASW series.
In an exclusive and extensive interview, Oliver Jouve Vice
President,Corporate Development at SPSS Inc talks of science careers, the
recent launches, open source support to R by SPSS, Cloud Computing and
Business Intelligence.
Olivier also talks on how text mining and unstructured data are increasingly
playing a role in predictive analytics.

You can read it here

http://smartdatacollective.com/Home/18342 (faster)

or my site www.decisionstats.com (slower site)

regards,

Ajay Ohri

[[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-contained, reproducible code.


[R] SAS Institute to invest upto $20 m with R Project

2009-04-01 Thread Ajay ohri
A SAS spokesperson has confirmed to this blog that they have invested
in the R –Core project to help build next generation algorithms .
Details are sketchy but indications of some shift on cloud hosted SAS
,called SaaS are emerging.Also includes some details on Jim Davis ,SVP
SAS marketing's statement on BI and Anne Milley having a new
assignment within SAS Institute.

Read more here -
http://www.decisionstats.com/2009/04/sas-institute-invests-in-r-project/

__
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] re commended computing server for R (March 2009)?

2009-04-01 Thread Ajay Ohri Decisionstats

A SAS spokesperson has confirmed to this blog that they have invested
in the R –Core project to help build next generation algorithms .
Details are sketchy but indications of some shift on cloud hosted SAS
,called SaaS are emerging.Also includes some details on Jim Davis ,SVP
SAS marketing's statement on BI and Anne Milley having a new
assignment within SAS Institute.

Read more here -
http://www.decisionstats.com/2009/04/sas-institute-invests-in-r-project/



ivowel wrote:
 
 dear r-experts:
 
 I need to speed up my monte-carlo simulations. my code is written in R
 (and  
 it was also the cause of my many questions here over the last few days).
 my  
 code is almost all matrix/vector algebra on panel data  
 sets---long-difference, fixed-effects, blundell-bond, etc.. the data set
 is  
 about 10MB, so 1GB per CPU core should be plenty for my operations, and  
 with $10/GB of DRAM, this is no longer a bottleneck. For my application,  
 parallelism is a given, since most of it is monte-carlo simulations. (I  
 guess the diametrically opposite need would be when one cannot
 parallelize,  
 in which case the recommendations would be quite different.)
 
 My operating system will probably be ubuntu. (I also run a little of it on  
 an OSX Mac Pro I own.)
 
 I want to use an Intel/AMD system with a prebuilt R executable. I do not  
 want to fiddle (too much) with building R myself, unless it is real easy  
 and makes a real speed difference. I wish I could ask R to load something  
 exotic like CUDA, but I presume that this is not yet ready for prime-time.  
 PS3 is probably silly, too. in fact, if I am not mistaken (and I may well  
 be), R pre-built does not even take advantage of SSE3 out-of-the-box.
 
 software-wise, is there anything unusual that I should heed, or should I  
 just pick of R 2.8.1 from the CRAN archives and be done with it?
 
 now, I also have to make some simple hardware decisions. Right now, a  
 dual-socket quad-core AMD opteron shanghai 2.3GHz system seems cheap.  
 $174/CPU + $70/motherboard. is there a system that dominates this in terms  
 of $/MFlops? (I presume the fact that core i7 has threads is irrelevant to  
 R.) I am not trying to ignite a flame-war---in fact, I don't care about
 any  
 other features that AMD or Intel or anything might have for this
 particular  
 computer. Other needs may warrant different choices.
 
 Any other thoughts would be appreciated. Although you can just email them  
 to me, I presume that this question has enough interest to others that  
 posting it is ok.
 
 regards,
 
 /ivo welch
 
   [[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-contained, reproducible code.
 
 

-- 
View this message in context: 
http://www.nabble.com/recommended-computing-server-for-R-%28March-2009%29--tp22756946p22824049.html
Sent from the R help mailing list archive at Nabble.com.

[[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-contained, reproducible code.


[R] R Language Bloggers and Web Sites Owners

2009-03-31 Thread Ajay ohri
Dear List,

Apologies in advance for non bloggers for the spam on the slightly off topic.

This is an invitation to all R language bloggers to help spread the
world at a forum where leading authors come together.

Current only 1 R blogger is there- David Smith, from Revolution Computing.

There are many from SAS (Jason Burke,Gary Conkins) ,one from SPSS (Jon
Peck) and others from SAP,Aster Data  .Visit
www.smartdatacollective.com for a preview of the site.

The Smart Data Collective is the Data-Driven Enterprise Community.
Discuss business intelligence, data mining, data warehousing,
enterprise data, e-gov, data integration, CRM, predictive analytics,
risk management, and anything else data-related!

It is a moderated site ,editorially independent but sponsored from Teradata.

If you have a blog already, join smartdatacollective.com as a member
and featured blogger (which, I hasten to add, involves no additional
work on your part.) We can set up an RSS feed link to your existing
blog so your posts automatically become part of the SmartData
Collectivecontent flow with no further effort from you.

As a member/contributor you'll be able to connect and interact with
other experts and connect with many of the world's leading business
organizations. You can create a profile to promote yourself and your
work. The posts are moderated by an editor and we select only those
that are on-target for this particular community.

This is a great, no-hassle way to grow your professional reputation
and reach lots of new readers. You will be listed as a featured
blogger on the main page with a link back to your blog on each
individual post and, of course, this is a non-exclusive agreement. You
retain the copyright to your work. We also draw from our bloggers for
webinars and other outreach efforts.

Send me a note if you'd like to participate.

Register at SmartData Collective

End of Message

Regards


a...@socialmediatoday.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/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Interview: Jon Peck on SPSS, R ,Python ...

2009-03-17 Thread Ajay ohri
Dear List,
I recently got the chance to interview Jon Peck of SPSS Inc, a pioneering
technical statistician working since 1983 (when there were only two
substantial statistical software companies as per him ;)  (not anymore ;)
and currently he is a Principal Software Engineer and Technical Advisor at
SPSS.

Jon talks of SPSS Inc's involvement with the Open Source, of scripting
languages ,Python and a bit of  R.

The article is also online at my blog and at
http://smartdatacollective.com/Home/17206

Regards,

Ajay

Here is an extract 

*Ajay- What are SPSS’s contribution to Open Source software . What ,if you
can disclose are any plans for further increasing that involvement.*

*Jon-*  I wish I could talk about SPSS future plans, but I can’t.  However,
the company is committed to continuing its efforts in Python and R.  By
opening up the SPSS technology with these open source technologies, we are
able to expand what we and our users can do.  At the same time, we can make
R more attractive through nicer output and simpler syntax and taking away
much of the pain.  One of the things I love about this approach is how
quickly and easily new things can be produced and distributed this way
compared to the traditional development cycle.  I wrote about productivity
and Python recently on my blog at insideout.spss.com.

*Ajay - How happy is the SPSS developer community with Python . Are there
any other languages that you are considering in the future.*

*Jon-* Many in the SPSS user community were more used to packaged procedures
than to programming (except in the area of data transformations).  So
Python, first, and then R were a shock.  But the benefits are so large that
we have had an excellent response to both the Python and R technologies.
Some have mastered the technology and have been very successful and have
made contributions back to the SPSS community.  Others are consumers of this
technology, especially through our custom dialogs and extension commands
that eliminate the need to learn Python or R in order to use programs in
these languages. 

[[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-contained, reproducible code.


Re: [R] popular R packages

2009-03-10 Thread Ajay ohri
Pricing each download at 99 cents ( the same as a song from I Tunes) can
measure users more accurately.
Thats my 2 cents anyways.

On Tue, Mar 10, 2009 at 9:54 PM, Max Kuhn mxk...@gmail.com wrote:

 If is easy to get the download numbers, we should do it and deal with
 the interpretation issues. I'd like to know the numbers so I can
 understand which (of my) packages have the most usage.

 One other compication about # downloads: I suspect that a package
 being on teh depends/suggests/imports list of another package might be
 a big driver with respect to how many times that it was downloaded.

 If I remember correctly, about 5 years ago Bioconductor asked for
 volunteers to review packages to get detailed, specific feedback by
 people who use the package (and should be fairly R proficient). I
 think that this is pretty important and something like Crantastic is a
 good interface. I personally got a lot out of the comments the a JSS
 reviewer had for a package.

 --

 Max

 __
 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.


[[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-contained, reproducible code.


[R] OT: SAS on Open Source ,R and Code

2009-03-05 Thread Ajay ohri
Hi List,
This is a slightly non technical ,hence OT topic.

Here is an Interview with Anne Milley of  the SAS Institute.

Anne Milley is director of product marketing, SAS Institute . In part 2 of
the interview Anne talks of immigration in technology areas, open source
networks ,how she misses coding ,and software as a service especially SAS
Institute’s offering . She also reveals some preview on SAS ‘s involvement
with R ,including an upcoming announcement on it and mentions cloud
computing.

You can see the interview here http://smartdatacollective.com/Home/16968

Best Regards,

Ajay Ohri
www.decisionstats.com

ps-Please send comments on the page itself.

[[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-contained, reproducible code.


[R] OT : Interview with Anne Milley ,SAS

2009-03-04 Thread Ajay ohri
Dear Lists,
This is an off topic (OT ).

I recently took Anne Milley's interview .In Part 1 of the interview , Anne
talks about SAS, WPS, other softwares she studied like SPSS,.She also talks
about the difference between small and big companies , what sets SAS apart
and the famous licensing model of SAS



Interview – Anne Milley, SAS Part 1http://smartdatacollective.com/Home/16909

Anne Milley has been a part of SAS Institute’s core strategy team.

She was in the news recently with an article by the legendary Ashlee Vance
in the Bits Blog of  New York Times
http://bits.blogs.nytimes.com/2009/02/16/sas-warms-to-open-source-one-letter-at-a-time/

In the article,  Ms. Milley said, “I think it addresses a niche market for
high-end data analysts that want free, readily available code. We have
customers who build engines for aircraft. I am happy they are not using
freeware when I get on a jet.”

To her credit, Ms. Milley addressed some of the critical comments head-on in
a subsequent blog
posthttp://bits.blogs.nytimes.com/2009/01/08/r-you-ready-for-r/
.

This sparked my curiosity in knowing Anne ,and her perspective more than
just a single line quote and here is an interview. This is part 1 of the
interview

*Ajay -Describ.*

Read more at http://smartdatacollective.com/Home/16909 and at
http://www.decisionstats.com/  http://www.decisionstats.com/
(my server would be slower .It has no ads ,sponsors etc..)


Regards,

Ajay

Please use comments section for comments.

[[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-contained, reproducible code.


Re: [R] Inefficiency of SAS Programming

2009-03-03 Thread Ajay ohri
Ok. Basically everything that SAS can do, R can do, but vice versa isnt
true.
using the Anne package just renames the functions into standardized data
and proc steps for user comfort.

Once SAS user finds that R is productive , and useful and even more powerful
for even less money, he can unload the Anne Package , and move straight
away into R like intro of R'


It is also a good personal exercise for me to learn how to create R
packages.


 Jai ho !!!

Ajay

You can read more on this concept idea here  (note

it is an idea not a package now-- and so i have posted on it)

http://www.decisionstats.com/2009/03/an-r-package-only-for-sas-users/






On Tue, Mar 3, 2009 at 10:28 AM, Ajay ohri ohri2...@gmail.com wrote:

 for an  inefficient  language , it sure has dominated the predictive
 analytics world for 3 plus decades.
 I referred once to intellectual jealousy between newton and liebnitz.

 i am going ahead and creating the R package called Anne.

 It basically is meant only for SAS users who want to learn R ,
 without upsetting the schedule of the corporate users.

 Simply put , it is a wrapper on SAS language using the function
 command...ie procunivariate function in Anne package would call the
 summary function and so on...

 Regards,

 Ajay

 www.decisionstats.com- Show quoted text -


 On Tue, Mar 3, 2009 at 9:20 AM, Greg Snow greg.s...@imail.org wrote:

 This does not really address my point.  Yes, if the few nerds who want to
 do funny stuff are the ones making the purchase, then there is a good chance
 (but still not guaranteed) that they will get IML, but do all companies that
 buy SAS actually think about that, or do they just see the extra price (no
 matter how low), or not even think to look at that piece because the person
 making the purchase does not really the funny things you can do with it.

 If you want your SAS code to be able to be run by anyone with SAS, you
 cannot assume that they have IML.  If you want your R code to be run by
 anyone, you cannot make your code dependent on packages/tools that are not
 available for all platforms.

 --
 Gregory (Greg) L. Snow Ph.D.
 Statistical Data Center
 Intermountain Healthcare
 greg.s...@imail.org
 801.408.8111


  -Original Message-
  From: Gerard M. Keogh [mailto:gmke...@justice.ie]
  Sent: Monday, March 02, 2009 3:22 AM
  To: Greg Snow
  Cc: Frank E Harrell Jr; R list; r-help-boun...@r-project.org
  Subject: Re: [R] Inefficiency of SAS Programming
 
  Yes Greg,
 
  but if you're buying SAS they'll throw in IML pretty cheaply - SAS
  think
  it's only for a few nerds out there who wan to do funny stuff.
 
  G
 
 
 
   Greg Snow
   greg.s...@imail.
   org
  To
   Sent by:  Gerard M. Keogh
   r-help-boun...@r- gmke...@justice.ie, Frank E
   project.org   Harrell Jr
 f.harr...@vanderbilt.edu
 
  cc
   27/02/2009 19:05  r-help-boun...@r-project.org
 r-help-boun...@r-project.org,
  R
 list r-h...@stat.math.ethz.ch
 
  Subject
 Re: [R] Inefficiency of SAS
 Programming
 
 
 
 
 
 
 
 
 
 
  But SAS/IML is not part of base SAS, it costs extra, so there is a good
  chance that a user that has SAS will not be able to run code that uses
  SAS/IML.
 
  I have known of SAS programmers who know IML well that still write
  matrix/vector tools using macros or proc transpose so that a user
  without
  IML can still use the code (the fact that the code that started this
  thread
  was found on a website, suggests that it was meant for general use
  rather
  than something only used internally where you know what add-ons will be
  available).
 
  Just another way that R makes life easier for both programmer and user.
 
 
  --
  Gregory (Greg) L. Snow Ph.D.
  Statistical Data Center
  Intermountain Healthcare
  greg.s...@imail.org
  801.408.8111
 
 
   -Original Message-
   From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
   project.org] On Behalf Of Gerard M. Keogh
   Sent: Friday, February 27, 2009 7:19 AM
   To: Frank E Harrell Jr
   Cc: r-help-boun...@r-project.org; R list
   Subject: Re: [R] Inefficiency of SAS Programming
  
   Yes Frank, I accept your point but nevertheless IML is the proper
  place
   for
   matrix work in SAS - mixing macro-level logic and computation is
   another
   question - R is certainly more seemless in this respect.
  
   Gerard
  
  
  
Frank E Harrell
Jr
f.harr...@vander
   To
bilt.edu Gerard M. Keogh
  gmke...@justice.ie
27/02/2009 13:55
   cc
  R list r-
   h...@stat.math.ethz.ch

Re: [R] Inefficiency of SAS Programming

2009-03-03 Thread Ajay ohri
no market for R packages exists in true economic sense
 as there is demand and supply and utility but no price

Ajay

Did Tom Sawyer create the first collaborative project ever ( to paint the
fence ?)



On Tue, Mar 3, 2009 at 4:24 PM, Jim Lemon j...@bitwrit.com.au wrote:

 Ajay ohri wrote:

 for an  inefficient  language , it sure has dominated the predictive
 analytics world for 3 plus decades.
 I referred once to intellectual jealousy between newton and liebnitz.

 i am going ahead and creating the R package called Anne.


 If you want to market this, Ajay, I'd suggest a name like SASsieR.

 Jim



[[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-contained, reproducible code.


Re: [R] Inefficiency of SAS Programming

2009-03-03 Thread Ajay ohri
why didnt you call it procunivariate if that was exactly what you wanted to
do .

On Tue, Mar 3, 2009 at 7:11 PM, Frank E Harrell Jr f.harr...@vanderbilt.edu
 wrote:

 Ajay ohri wrote:

 for an  inefficient  language , it sure has dominated the predictive
 analytics world for 3 plus decades.
 I referred once to intellectual jealousy between newton and liebnitz.

 i am going ahead and creating the R package called Anne.

 It basically is meant only for SAS users who want to learn R ,
 without upsetting the schedule of the corporate users.

 Simply put , it is a wrapper on SAS language using the function
 command...ie
 procunivariate function in Anne package would call the summary function
 and so on...


 Go ahead and add to the confusion.  You've already created some by using
  summary for procunivariate.  I created the describe function in the Hmisc
 package to replace univariate.

 Frank


 Regards,

 Ajay

 www.decisionstats.com

 On Tue, Mar 3, 2009 at 9:20 AM, Greg Snow greg.s...@imail.org wrote:

  This does not really address my point.  Yes, if the few nerds who want to
 do funny stuff are the ones making the purchase, then there is a good
 chance
 (but still not guaranteed) that they will get IML, but do all companies
 that
 buy SAS actually think about that, or do they just see the extra price
 (no
 matter how low), or not even think to look at that piece because the
 person
 making the purchase does not really the funny things you can do with it.

 If you want your SAS code to be able to be run by anyone with SAS, you
 cannot assume that they have IML.  If you want your R code to be run by
 anyone, you cannot make your code dependent on packages/tools that are
 not
 available for all platforms.

 --
 Gregory (Greg) L. Snow Ph.D.
 Statistical Data Center
 Intermountain Healthcare
 greg.s...@imail.org
 801.408.8111


  -Original Message-
 From: Gerard M. Keogh [mailto:gmke...@justice.ie]
 Sent: Monday, March 02, 2009 3:22 AM
 To: Greg Snow
 Cc: Frank E Harrell Jr; R list; r-help-boun...@r-project.org
 Subject: Re: [R] Inefficiency of SAS Programming

 Yes Greg,

 but if you're buying SAS they'll throw in IML pretty cheaply - SAS
 think
 it's only for a few nerds out there who wan to do funny stuff.

 G



 Greg Snow
 greg.s...@imail.
 org
 To
 Sent by:  Gerard M. Keogh
 r-help-boun...@r- gmke...@justice.ie, Frank E
 project.org   Harrell Jr
   f.harr...@vanderbilt.edu

 cc
 27/02/2009 19:05  r-help-boun...@r-project.org
   r-help-boun...@r-project.org,
 R
   list r-h...@stat.math.ethz.ch

 Subject
   Re: [R] Inefficiency of SAS
   Programming










 But SAS/IML is not part of base SAS, it costs extra, so there is a good
 chance that a user that has SAS will not be able to run code that uses
 SAS/IML.

 I have known of SAS programmers who know IML well that still write
 matrix/vector tools using macros or proc transpose so that a user
 without
 IML can still use the code (the fact that the code that started this
 thread
 was found on a website, suggests that it was meant for general use
 rather
 than something only used internally where you know what add-ons will be
 available).

 Just another way that R makes life easier for both programmer and user.


 --
 Gregory (Greg) L. Snow Ph.D.
 Statistical Data Center
 Intermountain Healthcare
 greg.s...@imail.org
 801.408.8111


  -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
 project.org] On Behalf Of Gerard M. Keogh
 Sent: Friday, February 27, 2009 7:19 AM
 To: Frank E Harrell Jr
 Cc: r-help-boun...@r-project.org; R list
 Subject: Re: [R] Inefficiency of SAS Programming

 Yes Frank, I accept your point but nevertheless IML is the proper

 place

 for
 matrix work in SAS - mixing macro-level logic and computation is
 another
 question - R is certainly more seemless in this respect.

 Gerard



 Frank E Harrell
 Jr
 f.harr...@vander
 To
 bilt.edu Gerard M. Keogh
   gmke...@justice.ie
 27/02/2009 13:55
 cc
   R list r-
 h...@stat.math.ethz.ch,
   r-help-boun...@r-project.org

 Subject
   Re: [R] Inefficiency of SAS
   Programming










 Gerard M. Keogh wrote:

 Frank,

 I can't see the code you mention - Web marshall at work - but I

 don't

 think

 you should be too quick to run down SAS - it's a powerful and

 flexible

 language but unfortunately very expensive.

 Your example mentions doing a vector product in the macro language

[R] SAS Macros for R Users Only

2009-03-03 Thread Ajay ohri
I think SAS Macros has capability to call R, and execute it  without it
being in the picture anywhere.
So you can use SAS Macros in a file called R.sas

In this you can create a macro called %Describe that can call R , load Hmisc
,run the describe function




Note you will need repeated use of %put in this  %describe for the mapping
to take place


Use %INCLUDE to include that file in all SAS Programs

In fact there is a 50 dollar program written by Phil Rack at
www.minequest.com which does exactly that

see more here

http://www.decisionstats.com/2009/02/interview-phil-rack/


On Tue, Mar 3, 2009 at 8:53 PM, Ajay ohri ohri2...@gmail.com wrote:


 why didnt you call it procunivariate if that was exactly what you wanted to
 do .


 On Tue, Mar 3, 2009 at 7:11 PM, Frank E Harrell Jr 
 f.harr...@vanderbilt.edu wrote:

 Ajay ohri wrote:

 for an  inefficient  language , it sure has dominated the predictive
 analytics world for 3 plus decades.
 I referred once to intellectual jealousy between newton and liebnitz.

 i am going ahead and creating the R package called Anne.

 It basically is meant only for SAS users who want to learn R ,
 without upsetting the schedule of the corporate users.

 Simply put , it is a wrapper on SAS language using the function
 command...ie
 procunivariate function in Anne package would call the summary function
 and so on...


 Go ahead and add to the confusion.  You've already created some by using
  summary for procunivariate.  I created the describe function in the Hmisc
 package to replace univariate.

 Frank


 Regards,

 Ajay

 www.decisionstats.com

 On Tue, Mar 3, 2009 at 9:20 AM, Greg Snow greg.s...@imail.org wrote:

  This does not really address my point.  Yes, if the few nerds who want
 to
 do funny stuff are the ones making the purchase, then there is a good
 chance
 (but still not guaranteed) that they will get IML, but do all companies
 that
 buy SAS actually think about that, or do they just see the extra price
 (no
 matter how low), or not even think to look at that piece because the
 person
 making the purchase does not really the funny things you can do with it.

 If you want your SAS code to be able to be run by anyone with SAS, you
 cannot assume that they have IML.  If you want your R code to be run by
 anyone, you cannot make your code dependent on packages/tools that are
 not
 available for all platforms.

 --
 Gregory (Greg) L. Snow Ph.D.
 Statistical Data Center
 Intermountain Healthcare
 greg.s...@imail.org
 801.408.8111


  -Original Message-
 From: Gerard M. Keogh [mailto:gmke...@justice.ie]
 Sent: Monday, March 02, 2009 3:22 AM
 To: Greg Snow
 Cc: Frank E Harrell Jr; R list; r-help-boun...@r-project.org
 Subject: Re: [R] Inefficiency of SAS Programming

 Yes Greg,

 but if you're buying SAS they'll throw in IML pretty cheaply - SAS
 think
 it's only for a few nerds out there who wan to do funny stuff.

 G



 Greg Snow
 greg.s...@imail.
 org
 To
 Sent by:  Gerard M. Keogh
 r-help-boun...@r- gmke...@justice.ie, Frank E
 project.org   Harrell Jr
   f.harr...@vanderbilt.edu

 cc
 27/02/2009 19:05  r-help-boun...@r-project.org
   r-help-boun...@r-project.org,
 R
   list r-h...@stat.math.ethz.ch

 Subject
   Re: [R] Inefficiency of SAS
   Programming










 But SAS/IML is not part of base SAS, it costs extra, so there is a good
 chance that a user that has SAS will not be able to run code that uses
 SAS/IML.

 I have known of SAS programmers who know IML well that still write
 matrix/vector tools using macros or proc transpose so that a user
 without
 IML can still use the code (the fact that the code that started this
 thread
 was found on a website, suggests that it was meant for general use
 rather
 than something only used internally where you know what add-ons will be
 available).

 Just another way that R makes life easier for both programmer and user.


 --
 Gregory (Greg) L. Snow Ph.D.
 Statistical Data Center
 Intermountain Healthcare
 greg.s...@imail.org
 801.408.8111


  -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
 project.org] On Behalf Of Gerard M. Keogh
 Sent: Friday, February 27, 2009 7:19 AM
 To: Frank E Harrell Jr
 Cc: r-help-boun...@r-project.org; R list
 Subject: Re: [R] Inefficiency of SAS Programming

 Yes Frank, I accept your point but nevertheless IML is the proper

 place

 for
 matrix work in SAS - mixing macro-level logic and computation is
 another
 question - R is certainly more seemless in this respect.

 Gerard



 Frank E Harrell
 Jr
 f.harr...@vander
 To
 bilt.edu Gerard M. Keogh

Re: [R] Inefficiency of SAS Programming

2009-03-02 Thread Ajay ohri
for an  inefficient  language , it sure has dominated the predictive
analytics world for 3 plus decades.
I referred once to intellectual jealousy between newton and liebnitz.

i am going ahead and creating the R package called Anne.

It basically is meant only for SAS users who want to learn R ,
without upsetting the schedule of the corporate users.

Simply put , it is a wrapper on SAS language using the function command...ie
procunivariate function in Anne package would call the summary function
and so on...

Regards,

Ajay

www.decisionstats.com

On Tue, Mar 3, 2009 at 9:20 AM, Greg Snow greg.s...@imail.org wrote:

 This does not really address my point.  Yes, if the few nerds who want to
 do funny stuff are the ones making the purchase, then there is a good chance
 (but still not guaranteed) that they will get IML, but do all companies that
 buy SAS actually think about that, or do they just see the extra price (no
 matter how low), or not even think to look at that piece because the person
 making the purchase does not really the funny things you can do with it.

 If you want your SAS code to be able to be run by anyone with SAS, you
 cannot assume that they have IML.  If you want your R code to be run by
 anyone, you cannot make your code dependent on packages/tools that are not
 available for all platforms.

 --
 Gregory (Greg) L. Snow Ph.D.
 Statistical Data Center
 Intermountain Healthcare
 greg.s...@imail.org
 801.408.8111


  -Original Message-
  From: Gerard M. Keogh [mailto:gmke...@justice.ie]
  Sent: Monday, March 02, 2009 3:22 AM
  To: Greg Snow
  Cc: Frank E Harrell Jr; R list; r-help-boun...@r-project.org
  Subject: Re: [R] Inefficiency of SAS Programming
 
  Yes Greg,
 
  but if you're buying SAS they'll throw in IML pretty cheaply - SAS
  think
  it's only for a few nerds out there who wan to do funny stuff.
 
  G
 
 
 
   Greg Snow
   greg.s...@imail.
   org
  To
   Sent by:  Gerard M. Keogh
   r-help-boun...@r- gmke...@justice.ie, Frank E
   project.org   Harrell Jr
 f.harr...@vanderbilt.edu
 
  cc
   27/02/2009 19:05  r-help-boun...@r-project.org
 r-help-boun...@r-project.org,
  R
 list r-h...@stat.math.ethz.ch
 
  Subject
 Re: [R] Inefficiency of SAS
 Programming
 
 
 
 
 
 
 
 
 
 
  But SAS/IML is not part of base SAS, it costs extra, so there is a good
  chance that a user that has SAS will not be able to run code that uses
  SAS/IML.
 
  I have known of SAS programmers who know IML well that still write
  matrix/vector tools using macros or proc transpose so that a user
  without
  IML can still use the code (the fact that the code that started this
  thread
  was found on a website, suggests that it was meant for general use
  rather
  than something only used internally where you know what add-ons will be
  available).
 
  Just another way that R makes life easier for both programmer and user.
 
 
  --
  Gregory (Greg) L. Snow Ph.D.
  Statistical Data Center
  Intermountain Healthcare
  greg.s...@imail.org
  801.408.8111
 
 
   -Original Message-
   From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
   project.org] On Behalf Of Gerard M. Keogh
   Sent: Friday, February 27, 2009 7:19 AM
   To: Frank E Harrell Jr
   Cc: r-help-boun...@r-project.org; R list
   Subject: Re: [R] Inefficiency of SAS Programming
  
   Yes Frank, I accept your point but nevertheless IML is the proper
  place
   for
   matrix work in SAS - mixing macro-level logic and computation is
   another
   question - R is certainly more seemless in this respect.
  
   Gerard
  
  
  
Frank E Harrell
Jr
f.harr...@vander
   To
bilt.edu Gerard M. Keogh
  gmke...@justice.ie
27/02/2009 13:55
   cc
  R list r-
   h...@stat.math.ethz.ch,
  r-help-boun...@r-project.org
  
   Subject
  Re: [R] Inefficiency of SAS
  Programming
  
  
  
  
  
  
  
  
  
  
   Gerard M. Keogh wrote:
Frank,
   
I can't see the code you mention - Web marshall at work - but I
  don't
   think
you should be too quick to run down SAS - it's a powerful and
   flexible
language but unfortunately very expensive.
   
Your example mentions doing a vector product in the macro language
  -
   this
only suggest to me that those people writing the code need a crash
   course
in SAS/IML (the matrix language). SAS is designed to work on
  records
   and
   so
is inapproprorriate for 

[R] R tools help

2009-03-01 Thread Ajay ohri
Dear List,
I am trying to create a R package and having some issues with setting the
path on a Windows XP .

Could you point me to a tutorial that helps in creating R packages .

Also I tried installing Linux using the Windows installer wubi but it failed
repeatedly and everytime it resets my system clock . Do you have any tools
etc for easy Linux installations for a Windows user..

Regards,

Ajay

www.decisionstats.com

[[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-contained, reproducible code.


Re: [R] R tools help

2009-03-01 Thread Ajay ohri
the exact problem is the gazillion tutorials when all i need is one
standardized document which in bullet points lists do this, do this ,
bingo!.


W. C. Fields  - I never drink water because of the disgusting things that
fish do in it.

On Sun, Mar 1, 2009 at 11:09 PM, Dirk Eddelbuettel e...@debian.org wrote:


 On 1 March 2009 at 22:54, Ajay ohri wrote:
 | Dear List,
 | I am trying to create a R package and having some issues with setting the
 | path on a Windows XP .
 |
 | Could you point me to a tutorial that helps in creating R packages
 .

 http://lmgtfy.com/?q=create+a+R+package

 Seriously, there is one entire manual dedicated to 'Writing R extensions',
 and there are a number of tutorials floating around on the web, for example
 Peter Rossi (at U of Chicago's Booth Business school) has one.

 | Also I tried installing Linux using the Windows installer wubi but it
 failed
 | repeatedly and everytime it resets my system clock . Do you have any
 tools
 | etc for easy Linux installations for a Windows user..

 http://lmgtfy.com/?q=installing+linux+for+windows+user

 There is also an entire manual on 'R installation and administration', and
 there must be a gazillion tutorials on the web.  Ubuntu seems to have a
 large
 market and mind share, its installation cdrom is a live cdrom you can test
 fist, and it has very good R support via binaries on CRAN.

 Good luck,  Dirk

 --
 Three out of two people have difficulties with fractions.


[[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-contained, reproducible code.


Re: [R] R tools help

2009-03-01 Thread Ajay ohri
Hi,
I ran it . I placed it in C:\Rtools

it ran for a sec and vanished


Previously I have compiled R source code from command prompt and changed the
path files already - do I need to change the path files back

my path is this

c:\rtools\bin


I used this text for reference already and have been doing this for the
whole weekend now..

http://faculty.chicagobooth.edu/peter.rossi/research/bayes%20book/bayesm/Making%20R%20Packages%20Under%20Windows.pdf


On Sun, Mar 1, 2009 at 11:07 PM, Gabor Grothendieck ggrothendi...@gmail.com
 wrote:

 If you use Rcmd.bat from batchfiles (its a self-contained batch file
 that you place anywhere on your path which will find out where R
 is by looking in the registry and then run it and will also add MiKTeX
 and Rtools to your path temporarily as well):

 http://batchfiles.googlecode.com

 then you won't have to change your path in the first place.  There is also
 some relevant info there if you do want to change it anyways and
 info on packages.


 On Sun, Mar 1, 2009 at 12:24 PM, Ajay ohri ohri2...@gmail.com wrote:
  Dear List,
  I am trying to create a R package and having some issues with setting the
  path on a Windows XP .
 
  Could you point me to a tutorial that helps in creating R packages
 .
 
  Also I tried installing Linux using the Windows installer wubi but it
 failed
  repeatedly and everytime it resets my system clock . Do you have any
 tools
  etc for easy Linux installations for a Windows user..
 
  Regards,
 
  Ajay
 
  www.decisionstats.com
 
 [[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-contained, reproducible code.
 


[[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-contained, reproducible code.


[R] R package.skeleton

2009-03-01 Thread Ajay ohri
Hi
I am getting the following error





 package.skeleton(ohri)
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.
Further steps are described in './ohri/Read-and-delete-me'.
Warning messages:
1: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete
2: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete
3: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete
4: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete


I tried to do this

 package.skeleton(ohri)
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.


I am referring to this document for creating R packages now

http://biosun1.harvard.edu/courses/individual/bio271/lectures/L6/Rpkg.pdf


Could you please let me know how to create the package.

Regards,

Ajay

On Sun, Mar 1, 2009 at 10:54 PM, Ajay ohri ohri2...@gmail.com wrote:

 Dear List,
 I am trying to create a R package and having some issues with setting the
 path on a Windows XP .

 Could you point me to a tutorial that helps in creating R packages
 .

 Also I tried installing Linux using the Windows installer wubi but it
 failed repeatedly and everytime it resets my system clock . Do you have any
 tools etc for easy Linux installations for a Windows user..

 Regards,

 Ajay

 www.decisionstats.com


[[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-contained, reproducible code.


Re: [R] R tools help

2009-03-01 Thread Ajay ohri
Hi ,
I have put screenshot of my path here

http://docs.google.com/Doc?id=dcvss358_419cs3g8vht

skeleton ran but had some errors ..R skeleton


 package.skeleton(ohri)
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.
Further steps are described in './ohri/Read-and-delete-me'.
Warning messages:
1: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete
2: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete
3: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete
4: In dump(internalObjs, file = file.path(code_dir, sprintf(%s-internal.R,
 :
  deparse may be incomplete


regards,

Ajay
On Sun, Mar 1, 2009 at 11:58 PM, Gabor Grothendieck ggrothendi...@gmail.com
 wrote:

 On Sun, Mar 1, 2009 at 1:05 PM, Ajay ohri ohri2...@gmail.com wrote:
  Hi,
  I ran it . I placed it in C:\Rtools
  it ran for a sec and vanished

 Do you mean you placed Rcmd.bat in C:\Rtools?

 What you want to do is issue the command PATH from the Windows
 console and put it somewhere on the path shown.

 I keep a C:\bin directory that I put my executables in and I have that on
 my PATH so in my case that's where I put Rcmd.bat .

 
  Previously I have compiled R source code from command prompt and changed
 the
  path files already - do I need to change the path files back

 That won't be a problem with R.  Rcmd.bat temporarily modifies your
 path by placing
 the correct items ahead of all the others;  however, if you have put
 rtools\bin on your path
 note that you could be making problems for yourself with other
 programs since rtools\bin
 includes find.exe whose name conflicts with the native find that comes
 with Windows.
 This was driving me crazy as some Windows batch scripts would not run
 properly until I
 finally discovered what was going on.

  my path is this
  c:\rtools\bin

 That may be what you added to your path but its unlikely to be your path.
  Type:

 path

 at the windows console to find out what your path is.

 
  I used this text for reference already and have been doing this for the
  whole weekend now..
 
 http://faculty.chicagobooth.edu/peter.rossi/research/bayes%20book/bayesm/Making%20R%20Packages%20Under%20Windows.pdf

 Your main source should be the R Administration and Installation manual
 (available on the Help menu from within R) and then you can use other
 sources as adjuncts if you wish.  If there are conflicts in the
 instructions the
 R manual will likely be the one that is correct.

 
 
  On Sun, Mar 1, 2009 at 11:07 PM, Gabor Grothendieck
  ggrothendi...@gmail.com wrote:
 
  If you use Rcmd.bat from batchfiles (its a self-contained batch file
  that you place anywhere on your path which will find out where R
  is by looking in the registry and then run it and will also add MiKTeX
  and Rtools to your path temporarily as well):
 
  http://batchfiles.googlecode.com
 
  then you won't have to change your path in the first place.  There is
 also
  some relevant info there if you do want to change it anyways and
  info on packages.
 
 
  On Sun, Mar 1, 2009 at 12:24 PM, Ajay ohri ohri2...@gmail.com wrote:
   Dear List,
   I am trying to create a R package and having some issues with setting
   the
   path on a Windows XP .
  
   Could you point me to a tutorial that helps in creating R packages
   .
  
   Also I tried installing Linux using the Windows installer wubi but it
   failed
   repeatedly and everytime it resets my system clock . Do you have any
   tools
   etc for easy Linux installations for a Windows user..
  
   Regards,
  
   Ajay
  
   www.decisionstats.com
  
  [[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-contained, reproducible code.
  
 
 


[[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-contained, reproducible code.


Re: [R] Inefficiency of SAS Programming

2009-02-27 Thread Ajay ohri
I would like to know if we can create a package in which r functions are
renamed closer to sas language.doing so will help people familiar to SAS to
straight away take to R for their work,thus decreasing the threshold for
acceptance - and then get into deeper understanding later.
since it is a package it would be optional only for people wanting to try
out R from SAS.. Do we have such a package right now..it basically masks R
functions to the equivalent function in another language just for user ease
/beginners

for example

creating function for means

 procmeans-function(x,y)
+ {
summary (
subset(x,select=c(x,y))
+
)

creating function for importing csv

procimport -function(x,y)
+ {
read.csv(
textConnection(x),row.names=y,na.strings=  
+
)


creating function fo describing data

procunivariate-function(x)+ {
summary(x)
+
)

regards,

ajay

www.decisionstats.com

On Fri, Feb 27, 2009 at 4:27 AM, Frank E Harrell Jr 
f.harr...@vanderbilt.edu wrote:

 If anyone wants to see a prime example of how inefficient it is to program
 in SAS, take a look at the SAS programs provided by the US Agency for
 Healthcare Research and Quality for risk adjusting and reporting for
 hospital outcomes at http://www.qualityindicators.ahrq.gov/software.htm .
  The PSSASP3.SAS program is a prime example.  Look at how you do a vector
 product in the SAS macro language to evaluate predictions from a logistic
 regression model.  I estimate that using R would easily cut the programming
 time of this set of programs by a factor of 4.

 Frank
 --
 Frank E Harrell Jr   Professor and Chair   School of Medicine
 Department of Biostatistics   Vanderbilt University

 __
 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.


[[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-contained, reproducible code.


Re: [R] Inefficiency of SAS Programming

2009-02-27 Thread Ajay ohri
Immersion therapy can be done at a later stage after the newly
baptized R  corporate
user is happy with the fact that he can do most of his legacy code in R
easily now .
 I have treading water in the immersion for over a year now.

 Most SAS consultants and corporate users are eager to try out R ..but they
are scared of immersion especially in these cut back times  ...so this could
be a middle step...let me go ahead and create the wrapper SAS package as a
middle ware between r and sas ..

and we will let the invisible hands of  free market decide :))

regards,

ajay

www.decisionstats.com

I am not a Marxist.
Karl Marx http://www.brainyquote.com/quotes/quotes/k/karlmarx131048.html

On Fri, Feb 27, 2009 at 8:01 PM, Marc Schwartz marc_schwa...@comcast.netwrote:

 on 02/27/2009 07:57 AM Frank E Harrell Jr wrote:
  Ajay ohri wrote:
 
  I would like to know if we can create a package in which r functions
  are renamed closer to sas language.doing so will help people familiar
  to SAS to straight away take to R for their work,thus decreasing the
  threshold for acceptance - and then get into deeper understanding later.
 
  since it is a package it would be optional only for people wanting to
  try out R from SAS.. Do we have such a package right now..it basically
  masks R functions to the equivalent function in another language just
  for user ease /beginners
 
  for example
 
  creating function for means
   procmeans-function(x,y)
  + {
  summary (
  subset(x,select=c(x,y))
  +
  )
 
  creating function for importing csv
 
  procimport -function(x,y)
  + {
  read.csv(
  textConnection(x),row.names=y,na.strings=  
  +
  )
 
 
  creating function fo describing data
 
  procunivariate-function(x)
  + {
  summary(x)
  +
  )
 
  regards,
 
  ajay
 
  Ajay,
 
  This will generate major confusion among users of all types and be hard
  to maintain.  A better approach is to get Bob Muenchen's excellent book
  and keep it nearby.
 
  Frank

 I whole heartedly agree with Frank here. It may be one thing to have a
 translation process in place based upon some form of logical mapping
 between the two languages (as Bob's book provides). But is another thing
 entirely to actually start writing functions that provide wrappers
 modeled on SAS based PROCs.

 If you do this, then you only serve to obfuscate the fundamental
 philosophical and functional differences between the two languages and
 doom a new useR to missing all of R's benefits. They will continue to
 try to figure out how to use R based upon their SAS intuition rather
 than developing a new set of coding and even statistical paradigms.

 Having been through the SAS to S/R transition myself, having used SAS
 for much of the 90's and now having used R for over 7 years, I can speak
 from personal experience and state that the only way to achieve the
 requisite proficiency with R is immersion therapy.

 Regards,

 Marc Schwartz


[[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-contained, reproducible code.


Re: [R] Inefficiency of SAS Programming

2009-02-27 Thread Ajay ohri
A further example of software pricing dynamics

 is the complete lack of awareness of WPS , a UK based software which is
basically a base SAS clone with all the features of SAS ( coding read ,write
and data read /write) and priced only at 660$ per desktop and 1400$ for
server licenses ..very very cheap compared to SAS Base..and it has a Bridge
to R for higher level statistics...

You would think a corporate user would not have any hesitation to switch to
a clone software priced at 10 % ...

yet there are hardly any takers for it..in the federal government...
:))

people worried about their government's spending should use the new website
http://www.recovery.gov/?q=content/contact

it is supposed to chronicle this and it would be a good test and control for
the Web 2.0 initiatives..

On Fri, Feb 27, 2009 at 11:18 PM, Frank E Harrell Jr 
f.harr...@vanderbilt.edu wrote:

 spam me wrote:

 I've actually used AHRQ's software to create Inpatient Quality Indicator
 reports.  I can confirm pretty much what we already know; it is
 inefficient.
 Running on about 1.8 - 2 million cases, it would take just about a whole
 day
 to run the entire process from start to finish.  That isn't all processing
 time and includes some time for the analyst to check results between
 substeps, but I still knew that my day was full when I was working on IQI
 reports.



 To be fair though, there are a lot of other factors (beside efficiency
 considerations) that go into AHRQ's program design.  First, there are a
 lot
 of changes to that software every year.  In some cases it is easier and
 less
 error prone to hardcode a few points in the data so that it is blatantly
 obvious what to change next year should another analyst need to do so.
  Second,
 the organizations that use this software often require transparency and
 may
 not have high level programmers on staff.  Writing code so that it is
 accessible, editable, and interpretable by intermediate level programmers
 or
 analysts is a plus.  Third, given that IQI reports are often produced on a
 yearly basis, there's no real need to sacrifice clarity, etc. for
 efficiency
 - you're only doing this process once a year.



 There are other points that could be made, but the main idea is I don't
 think it's fair to hold this software up, out of context, as an example of
 SAS's (or even AHRQs) inefficiencies.  I agree that SAS syntax is nowhere
 near as elegant or as powerful as R from a programming standpoint, that's
 why after 7 years of using SAS I switched to R.  But comparing the two at
 that level is like a racing a Ferrari and a Bentley to see which is the
 better car.


 Dear Anonymous,

 Nice points.  I would just add that it would be better if
 government-sponsored projects would result in software that could be run
 without expensive licenses.

 Thanks
 Frank


[[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-contained, reproducible code.



 --
 Frank E Harrell Jr   Professor and Chair   School of Medicine
 Department of Biostatistics   Vanderbilt University

 __
 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.


[[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-contained, reproducible code.


Re: [R] Inefficiency of SAS Programming

2009-02-26 Thread Ajay ohri
Sometimes for the sake of simplicity, SAS coding is created like that. One
can use the concatenate function and drag and drop in an simple excel sheet
for creating elaborate SAS code like the one mentioned and without any time
at all.
There are multiple ways to do this in SAS , much better and similarly in
R

There are many areas that SAS programmers would find R a bit not so useful
---example

the equivalence of proc logistic for creating a logistic model.



On Fri, Feb 27, 2009 at 10:21 AM, Wensui Liu liuwen...@gmail.com wrote:

 Thanks for pointing me to the SAS code, Dr Harrell
 After reading codes, I have to say that the inefficiency is not
 related to SAS language itself but the SAS programmer. An experienced
 SAS programmer won't use much of hard-coding, very adhoc and difficult
 to maintain.
 I agree with you that in the SAS code, it is a little too much to
 evaluate predictions. such complex data step actually can be replaced
 by simpler iml code.

 On Thu, Feb 26, 2009 at 5:57 PM, Frank E Harrell Jr
 f.harr...@vanderbilt.edu wrote:
  If anyone wants to see a prime example of how inefficient it is to
 program
  in SAS, take a look at the SAS programs provided by the US Agency for
  Healthcare Research and Quality for risk adjusting and reporting for
  hospital outcomes at http://www.qualityindicators.ahrq.gov/software.htm.
   The PSSASP3.SAS program is a prime example.  Look at how you do a vector
  product in the SAS macro language to evaluate predictions from a logistic
  regression model.  I estimate that using R would easily cut the
 programming
  time of this set of programs by a factor of 4.
 
  Frank
  --
  Frank E Harrell Jr   Professor and Chair   School of Medicine
  Department of Biostatistics   Vanderbilt University
 
  __
  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.
 



 --
 ===
 WenSui Liu
 Acquisition Risk, Chase
 Blog   : statcompute.spaces.live.com

 I can calculate the motion of heavenly bodies, but not the madness of
 people.”
 --  Isaac Newton
 ===

 __
 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.


[[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-contained, reproducible code.


Re: [R] Inefficiency of SAS Programming

2009-02-26 Thread Ajay ohri
How would this agency be convinced of adopting R code also
how would these things work.

Regards,

Ajay

www.decisionstats.com

On Fri, Feb 27, 2009 at 4:27 AM, Frank E Harrell Jr 
f.harr...@vanderbilt.edu wrote:

 If anyone wants to see a prime example of how inefficient it is to program
 in SAS, take a look at the SAS programs provided by the US Agency for
 Healthcare Research and Quality for risk adjusting and reporting for
 hospital outcomes at http://www.qualityindicators.ahrq.gov/software.htm .
  The PSSASP3.SAS program is a prime example.  Look at how you do a vector
 product in the SAS macro language to evaluate predictions from a logistic
 regression model.  I estimate that using R would easily cut the programming
 time of this set of programs by a factor of 4.

 Frank
 --
 Frank E Harrell Jr   Professor and Chair   School of Medicine
 Department of Biostatistics   Vanderbilt University

 __
 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.


[[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-contained, reproducible code.


Re: [R] R as a web scraping tool using RCurl

2009-02-18 Thread Ajay ohri
Try Firefox and an add in called I Macros from www.iopus.com as an simpler
alternative

read some stuff here

http://www.decisionstats.com/2009/01/web-crawling-automation/

regards,

Ajay


On Wed, Feb 18, 2009 at 2:06 PM, Harsh singhal...@gmail.com wrote:

 Hi List,
 I am trying to leverage my knowledge of R in trying to use it for tasks
 that
 may not make R the best choice for these tasks.
 I wish to automate a web scraping task, which requires a multi-step
 procedure:
 1) log in to a website
 2) Go to a particular page
 3) From the drop down menu, click on a particular link
 4) From the tabulated data presented, choose relevant information based on
 a
 filter on the date column.

 I am not highly acquainted with RCurl or CURL for that matter. I've used
 Perl extensively and know that such tasks are more suitable for such
 scripting tools as Perl which have an efficient regex engine and a great
 number of modules/packages for such web scraping tasks.

 I am investigating RCurl's capabilities since I wish to use R, assuming no
 knowledge of Perl or other more suitable web-scraping tools.

 I would greatly appreciate any links/information/tutorials/book suggestions
 that will allow me to use RCurl to get the above tasks accomplished. I have
 looked at the Omegahat RCurl links and the manuals present there but would
 like R users to share their personal experiences and resources they may
 have
 used to use and implement RCurl.


 Thanks
 Harsh Singhal

 Senior Jedi General
 Decision Systems
 Mu Sigma Inc.
 Chicago, IL

[[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-contained, reproducible code.


[[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-contained, reproducible code.


[R] Article on R and SAS in NY Times Blog

2009-02-16 Thread Ajay ohri
http://bits.blogs.nytimes.com/2009/02/16/sas-warms-to-open-source-one-letter-at-a-time/
SAS Warms to Open-Source One Letter at a TimeBy ASHLEE
VANCEhttp://bits.blogs.nytimes.com/author/ashlee-vance/

The SAS Institute has borrowed a page from Sesame Street. It is now
sponsoring the letter 'R.'

Last month, I wrote an
articlehttp://www.nytimes.com/2009/01/07/technology/business-computing/07program.html
about
the rising popularity of the R programming language. The open-source
software has turned into a favorite piece of technology for statisticians
and other people looking to pull insights out of data.

On several levels, R represents a threat to SAS, which is the largest seller
of commercial statistics software. Students at universities now learn R
alongside SAS. In addition, the open-source nature of R allows the software
to be tweaked at a pace that is hard for a commercial software maker to
match.

All told, surging interest in the free R language could affect sales of SAS
software, which can sell for thousands of dollars. Rather than running from
the threat, SAS appears ready to try to understand R by adopting a more
active role in its development.

...Read More at

http://bits.blogs.nytimes.com/2009/02/16/sas-warms-to-open-source-one-letter-at-a-time/

[[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-contained, reproducible code.


Re: [R] Problems in Recommending R

2009-02-09 Thread Ajay ohri
For redesigning functionality , some input must be given to the path
of web pages followed by users. This would rely on the current
analytics software installed on the main website (?) .

I use a software called called clicky from www.getclicky.com and use
the user input to tweak pages,posts including time of pause at web
pages.

I can also in addition to the coding of the HTML, CSS help with the
online analytics for the website- It is actually best if someone who
knows the users is given the row level records ( which is done in
clicky but not in Google Analytics)

Some websites offer a choice at the entrance - light HTML version and
heavy Flash version.

This can be done as well just for the main pages (2-3) ,and then link
to the same cran page .

Given that next website upgrade (after this one!) would take some
years- There could be section for leading R blogs/practitioners, as
well as some social networking links (Twitter) and a Journal /Books
Recommended page .There could also be spaces for Video Tutorial (
Embed only in HTML ) from other sides.

This group can also meet /talk via voice talk ( using skype or Gtalk)
if possible on getting this project ahead- chaired by Moderator and
Co-ordinator of the project.

Best Regards,

Ajay

www.decisionstats.com


Doug Larson  - Instead of giving a politician the keys to the city,
it might be better to change the locks.


On Mon, Feb 9, 2009 at 7:05 PM, Martin Maechler
maech...@stat.math.ethz.ch wrote:
 [coming late to an interesting thread ...]

 Ao == Ajay ohri ohri2...@gmail.com
 on Mon, 2 Feb 2009 18:14:03 +0530 writes:

Ao Plain HTML coding is simple enough for this list ( I think)...but 
 aesthetic
Ao designhmm

 I tend to agree.  A few months ago, we had volunteers to improve
 the ESS homepage (http://ess.r-project.org/), and I had asked
 for a similar .. but different! .. restriction :
  Yes: the result should be maintainable by SVN
  BUT: it can depend on server-side functionality

 Consequently, the two volunteers, Domenico Vistocco and Wilmar
 Igl, confined the code to using PHP (+ HTML + CSS), and while
 the result is not as if it had be done by (highly paid!)
 professional designers, it is a big step forward, and we've been very
 grateful for Domenico's and Wilmar's initiative and its result.

Ao But a contest would the best way to get the best design  and can be
Ao publicly asked from the graphics community ( not just the R
Ao community)..remember Tom Sawyer and the fence :)

 I would find it fun to have a contest on this...
 with the restriction of ASCII-files (+ a few pics) maintainable by SVN
 but *not* restricting it to no-server-side modules required.

 Martin Maechler, ETH Zurich

Ao - I volunteer in both cases :)

Ao Winner of Design Contest should get

Ao some bragging rights in a small hyperlink   (with nofollow tag -so no 
 seo)
Ao on main page ,French Wine in the user conference location ,
Ao etc etc...


Ao On Mon, Feb 2, 2009 at 5:26 PM, 
 friedrich.lei...@stat.uni-muenchen.dewrote:

  On Mon, 02 Feb 2009 08:44:21 +0100,
  Thomas Petzoldt (TP) wrote:

  Hi,
  you are probably right, though I must say that I like *spartanic and
  efficient* homepages and I don't think that the example given by the
  first mail is a good prototype for the R homepage. But, yes, 
 occasional
  face lifting may be adequate.  Anti-aliasing is of course simple, but
  that's probably not the point. (And I know that there are graphics
  experts with a masters in psychology between us.)

  So, why not a new Homepage Graphics Competition 2009? There is still
  some time until useR!2009 in Rennes:

  http://www2.agrocampus-ouest.fr/math/useR-2009/

 Perhaps we should extend that to a competition for the complete design
 of the homepage?

 We often get emails like the first in this thread that R could do with
 an update on homepage design (I fully agree) ... but actually nobody
 volunteers to do it. Hence, we still have what I did when the
 worldwide number of R users was probably less than 1000.

 For technical reasons there are some conditions: the homepage is
 maintained via SVN like the R sources, so all should be plain HTML, no
 content management system etc.

 Ad frames: the main reason that I used them in the first place is to
 have the menus etc in only one file, no need for updating several
 files when a link changes. Today I would probably use iframes, but any
 other soultion is fine, too.

 Another plus would be if we could use the same design for CRAN, and
 that means no server-trickery like server-side includes etc (because
 we do not control the server setup of the mirrors).

 Best,
 Fritz

 --
 ---
 Prof. Dr. Friedrich Leisch

 Institut für Statistik

[R] R on Mobile Devices (All)

2009-02-06 Thread Ajay ohri
Hi,
I have been considering use of R on Windows Operating system and the market
leader Symbiosis.

I want to log on to my remote pc using remote desktop securely using the
username and password, then run R as if I was in front of the PC itself ( PC
got more RAM than Mobile ..still). Ditto for the Android and Ipod ( I mean
Iphone).

I then would like to mail the output using both Google Docs as well as
Microsoft Word/PdF.

This has been on for sometime now ( almost six months) except I would rather
use a virtualization bridge and then hop on to the remote crunching machine
( could be Amazon account)

Any one else working on this.

How would I tweak memory for R usage if R was installed on the mobile ?

Regards,

Ajay


Joe E. Lewis  - I distrust camels, and anyone else who can go a week
without a drink.

On Fri, Feb 6, 2009 at 5:42 PM, Harsh singhal...@gmail.com wrote:

 Hell R-list,

 At the cost of sounding far-fetched and almost incredulous, I would
 like to know if any R user is remotely considering the use of R on
 Mobile devices, and Android in particular.

 I really do not have an idea of the kind of definite incentives in
 terms of using R on Android, but having an analytical engine on a
 mobile phone would allow for micro statistics to be collected from the
 log files reflecting number of calls dropped, average time spent
 talking, a time series of the amount of time taken for battery
 recharge, and a host of other information that could be collated and
 analyzed.

 R widgets could be created for analyzing the data streams from other
 apps running on the same device.

 Any thoughts/suggestions/information on this topic will be highly
 appreciated.


 Thanks
 Harsh Singhal
 Decision Systems
 Mu Sigma Inc.
 Chicago, IL

 __
 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.


[[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-contained, reproducible code.


Re: [R] Problems in Recommending R

2009-02-04 Thread Ajay ohri
Quite nice and simple. A thing of beauty is a joy forever.Thanks a lot.
Regards,

Ajay


www.decisionstats.com

On Wed, Feb 4, 2009 at 10:13 PM, Duncan Murdoch murd...@stats.uwo.cawrote:

 Hadley put together a couple of nice versions of the main Windows download
 page cran.r-project.org/bin/windows/base, and I've adopted one of them for
 the release, and the patched and devel snapshot builds. They should show up
 on CRAN in a few hours.

 Thanks a lot for the contribution, Hadley:  I hope you also get involved in
 the larger CRAN redesign mentioned elsewhere in this thread.

 Duncan Murdoch

 On 2/3/2009 9:20 AM, hadley wickham wrote:

 Again I'd disagree, perhaps the most widely used suite of software has a
 very simple and clean web-site with few bells and whistles, ditto for one
 of
 the most popular text-editors.  I am of course referring to the suite of
 GNU
 utilities (http://www.gnu.org/) that make a working GNU/Linux
 distribution
 and Emacs (http://www.gnu.org/software/emacs/ ).

 I like the R web-site, its clean and simple, present key information
 prominently (manuals, docs, CRAN, RNew and mailing lists).


 Have you ever used the R website?

 To download the latest version for R for windows you have to:

  1. avoid clicking on the R version 2.8.1 link - that takes you to a
 directory listing of strangely named files

  2. recognise that you need to click on an CRAN (what is a cran?)

  3. successfully select a mirror that is up-to-date (with no
 information about which mirrors are up-to-date)

  4. click Windows (ok, this one is easy)

  5. guess that base is the distribution that you want

  6. phew, you're there (but don't follow the advice to download from a
 mirror near you or you'll be back at step 3)

 And then if you want to email the url of that page to someone else you
 have to jump through hoops because it's embedded in a frame.

 Hadley


 __
 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.


[[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-contained, reproducible code.


[R] The Origins of R AND CALCULUS

2009-02-04 Thread Ajay ohri
An amusing afterthought : What is a rival software (ahem!) was planting
this, hoping for a divide between S and R communities.or at the very minimum
hoping for some amusement. an assumption or even a pretense of stealing
credit is one of the easiest ways of sparking intellectual discord
Most users of softwares don't really care about who gets credit ( Who wrote
Windows Vista ,or Mac OS or Ubuntu Linux), and the NYT is a newspaper not a
journal.

Does any student, or teacher for that matter care whether Newton or Leibntiz
invented calculas.

On Thu, Feb 5, 2009 at 11:35 AM, Mark Difford mark_diff...@yahoo.co.ukwrote:


  I think that all appeared on January 8 in Vance's blog posting, with a
  comment on it by David M Smith on Jan 9.  So those people have -27 days

 Then there was no need for vituperative comments (not from you, of course):
 simply point doubters to the right place, as you have done. But Mr. Vance's
 comments only deepen the mystery.

 If Mr. Vance was aware of the true origins of R, why did he choose to
 misrepresent them in his article, which is what got the publicity and which
 is the item that most people saw/read? Most right-thinking people don't,
 wouldn't, or haven't taken the matter further than that. Their criticisms,
 as mine have been, have been aimed at the NY Times and Mr. Vance's lack of
 ethics. It also seems clear from Mr. Vance's comments that there was no
 editorial or sub-editorial meddling.

 The knee-jerk reaction ? Well, it is almost amusing to see how sensitive
 some very hard-nosed individuals on this list can be, or have become.

 Regards, Mark.

 still to wait.

 Duncan Murdoch-2 wrote:
 
  On 2/4/2009 3:53 PM, Mark Difford wrote:
   Indeed.  The postings exuded a tabloid-esque level of slimy
   nastiness.
 
  Hi Rolf,
 
  It is good to have clarification, for you wrote ..,the postings...,
  tarring everyone with the same brush. And it was quite a nasty brush. It
  also is conjecture that this was due to an editor or sub-editor, i.e.
  the
  botched article.
 
  I think that what some people are waiting for are factual statements
 from
  the parties concerned. Conjecture is, well, little more than conjecture.
 
  I think that all appeared on January 8 in Vance's blog posting, with a
  comment on it by David M Smith on Jan 9.  So those people have -27 days
  still to wait.
 
  Duncan Murdoch
 
 
 
  Regards, Mark.
 
 
  Rolf Turner-3 wrote:
 
 
  On 4/02/2009, at 8:15 PM, Mark Difford wrote:
 
 
  Indeed.  The postings exuded a tabloid-esque level of slimy
  nastiness.
 
  Indeed, indeed. But I do not feel that that is necessarily the
  case. Credit
  should be given where credit is due. And that, I believe is the
  issue that
  is getting (some) people hot and bothered. Certainly, Trevor Hastie
  in his
  reply to the NY Times article, was not too happy with this aspect
  of the
  story.
 
  Granted, his comments were not made on this list, but the objection is
  essentially the same. I would not call what he had to say Mischief
  making
  or smacking of a tabloid-esque level of slimy nastiness. The knee-
  jerk
  reaction seems to be that this is a criticism of R. It is not. It is a
  criticism of a poorly researched article.
 
  It also is an undeniable and inescapable fact that most S code runs
  in R.
 
  The problem is not with criticism of the NY Times article, although
  as Pat
  Burns and others have pointed out this criticism was somewhat
  misdirected
  and unrealistic considering the exigencies of newspaper editing.  The
  problem
  was with a number of posts that cast aspersions upon the integrity of
  Ihaka and Gentleman.  It is these posts that exuded tabloid-esque slimy
  nastiness.
 
  I am sure that Ross and Robert would never dream of failing to give
  credit
  where credit is due and it is almost certainly the case that they
  explained
  the origins of R in the S language to the writer of the NYT article
  (wherefrom
  the explanation was cut in the editing process).
 
  Those of us on this list (with the possible exception of one or two
  nutters)
  would take it that it goes without saying that R was developed on the
  basis
  of S --- we all ***know*** that.  To impugn the integrity of Ihaka
  and Gentleman,
  because an article which *they didn't write* failed to mention this
  fact, is
  unconscionable.
 
  cheers,
 
  Rolf Turner
 
  ##
  Attention:\ This e-mail message is privileged and
 confid...{{dropped:9}}
 
  __
  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-help@r-project.org mailing list
  https://stat.ethz.ch/mailman/listinfo/r-help
  PLEASE do read the posting 

Re: [R] New York Times - R - article a fraud?

2009-02-03 Thread Ajay ohri
you should wait for the article on R by fox news

Calvin Trillin  - Health food makes me sick.

On Tue, Feb 3, 2009 at 6:19 AM, eugene dalt eugened...@yahoo.com wrote:

 I worked on some ad data before and I found NYT article very biaised and
 not far from a fraud... Anyone knows if they got money from a - company -
  to play 'R'?

 Check out the title:   R U Ready for R?   Seems to me this title was stolen
 from   XLSolutionswww.xlsolutions-corp.com  and they never mentioned
 XLSolutions in the article!

 They mentioned commercial Rnever mentioned  R-PLUS (
 www.experience-rplus.com),  nor  RSTAT (http://random-technologies-llc.com
 ).

 I attended Trevor's class and his comment on the article is alarming:

 ---
 As a long time user of S, Splus and now R, I loved the article on R
 until I read the paragraph on how it all started.

 I quote:
 According to them, the notion of devising something like R sprang up
 during a hallway conversation. They both wanted technology better
 suited for their statistics students, who needed to analyze data and
 produce graphical models of the information. Most comparable software
 had been designed by computer scientists and proved hard to use.

 This is grossly ungenerous to the original inventors of the wonderful S
 language underlying the R system.
 ---

 I think R community should report this fraudulent article to the NYT ed
 board. It's fraud, not journalism and someone has to say it!

 1- They got money for itfine it's business as usual (unless someone
 knows someone and took some bribes). Yes... One company seems to appear many
 many times in the article...
 2- It's a 'free' article, then it's rubish as usual.





 __
 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.


[[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-contained, reproducible code.


Re: [R] Problems in Recommending R

2009-02-03 Thread Ajay ohri
How much time do you think is needed to read 133 pages of FAQ.
Regards,

Ajay

www.decisionstats.com



On Tue, Feb 3, 2009 at 10:04 PM, Uwe Ligges lig...@statistik.tu-dortmund.de
 wrote:

 Hadley wickham wrote:

 The most useful thing (and quite rightly so) on the front page is the link
 the the FAQ which should be the starting point for anyone looking at any
 new
 software, and answers/explains everything thats pertinent!  (At least
 thats
 what I read first when I start using new software and have questions).


 Again, have you ever read the FAQ?  It is 133 pages!


 This means you have not read them??? Time to start reading!

 Uwe




  Hadley


 __
 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.


[[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-contained, reproducible code.


[R] SAS language to R :interview

2009-02-03 Thread Ajay ohri
Dear List,

Please find a frank interview with Phil Rack, creator of Bridge to R (
from both SAS and WPS interfaces).

 For those unaware of WPS- it is basically a SAS language compiler
(read SAS code,writes SAS code,Reads and writes SAS datasets) ,priced
at 660 $ a licence ( or estimated 10 times cheaper than Base SAS.

The UK based WPC held, WPS doesnt have advanced statistical facilities
like SAS /STAT , but that is solved with the Bridge to R

. http://www.teamwpc.co.uk/home/

Please find extract of interview-

Ajay- How does MineQuest intend to influence the analytical software paradigm?
Phil- I think the role for MineQuest in the next few years is twofold.
We'll keep offering services to banks and other financial service
firms in the area of Operational Risk and SAS programming.

The other area is to help these large financial service companies
realize that they can save millions of dollars by moving their SAS
Server licenses to WPS. This also allows the smaller businesses who
have steered away from SAS software because of cost to begin using WPS
and not take such a big financial hit. I find it exciting to think how
this will also open the job market for the thousands of SAS
programmers out there already.

The BI battles are taking place on the desktop and Windows Servers and
MineQuest has invested a lot of time and effort in creating macro
libraries to help these organizations migrate their code to WPS and
access R for advanced statistical capabilities.

We believe that the bread and butter software for almost any financial
organization in the BI realm ultimately revolves around the SAS
language for reporting, summarization and disbursement of data and we
plan to continue to serve that market.

Read More..( and use comments section to comment)

http://www.decisionstats.com/2009/02/interview-phil-rack/

__
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] Problems in Recommending R

2009-02-02 Thread Ajay ohri
Plain HTML coding is simple enough for this list ( I think)...but aesthetic
designhmm
 But a contest would the best way to get the best design  and can be
publicly asked from the graphics community ( not just the R
community)..remember Tom Sawyer and the fence :)

- I volunteer in both cases :)
Winner of Design Contest should get

 some bragging rights in a small hyperlink   (with nofollow tag -so no seo)
 on main page ,French Wine in the user conference location ,
etc etc...


On Mon, Feb 2, 2009 at 5:26 PM, friedrich.lei...@stat.uni-muenchen.dewrote:

  On Mon, 02 Feb 2009 08:44:21 +0100,
  Thomas Petzoldt (TP) wrote:

   Hi,
   you are probably right, though I must say that I like *spartanic and
   efficient* homepages and I don't think that the example given by the
   first mail is a good prototype for the R homepage. But, yes, occasional
   face lifting may be adequate.  Anti-aliasing is of course simple, but
   that's probably not the point. (And I know that there are graphics
   experts with a masters in psychology between us.)

   So, why not a new Homepage Graphics Competition 2009? There is still
   some time until useR!2009 in Rennes:

   http://www2.agrocampus-ouest.fr/math/useR-2009/

 Perhaps we should extend that to a competition for the complete design
 of the homepage?

 We often get emails like the first in this thread that R could do with
 an update on homepage design (I fully agree) ... but actually nobody
 volunteers to do it. Hence, we still have what I did when the
 worldwide number of R users was probably less than 1000.

 For technical reasons there are some conditions: the homepage is
 maintained via SVN like the R sources, so all should be plain HTML, no
 content management system etc.

 Ad frames: the main reason that I used them in the first place is to
 have the menus etc in only one file, no need for updating several
 files when a link changes. Today I would probably use iframes, but any
 other soultion is fine, too.

 Another plus would be if we could use the same design for CRAN, and
 that means no server-trickery like server-side includes etc (because
 we do not control the server setup of the mirrors).

 Best,
 Fritz

 --
 ---
 Prof. Dr. Friedrich Leisch

 Institut für Statistik  Tel: (+49 89) 2180 3165
 Ludwig-Maximilians-Universität  Fax: (+49 89) 2180 5308
 Ludwigstraße 33
 D-80539 München http://www.statistik.lmu.de/~leisch
 ---
   Journal Computational Statistics --- http://www.springer.com/180
  Münchner R Kurse --- http://www.statistik.lmu.de/R

 __
 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.


[[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-contained, reproducible code.


Re: [R] Problems in Recommending R

2009-02-02 Thread Ajay ohri
yes html and css can be pretty.
the point is if we can do so much collective and individual  work in
suggesting,creating,maintaining much more complex codes- how much time would
it take to replace the html of the home page?

hmm ..

who decides to create the Official 2009 Website Design Contest is now open
for entries ?


   - submit html and css only pages by such and such date...


   - winners choosen by vote among common publicand judges and fans and
   media


   - award /prize is mention and hyperlink (nofollow tag) and bragging
   rights and free lodging and tickets to the annual R conference and  extra
   credits for passing the dissertation exam and A in Stats 303 and sip of
   vintage beer /wine /schnapps/vodka. and ..


regards,

Ajay


Samuel Goldwyn  - I had a monumental idea this morning, but I didn't like
it.

On Mon, Feb 2, 2009 at 6:45 PM, friedrich.lei...@stat.uni-muenchen.dewrote:

  On Mon, 2 Feb 2009 18:14:03 +0530,
  Ajay ohri (Ao) wrote:

   Plain HTML coding is simple enough for this list ( I think)...but
 aesthetic
   designhmm

 In most cases one can do more than most think using HTML and CSS: Our
 universities corporate design was done by professionals and is backed
 by a CMS:

  http://www.uni-muenchen.de

 Our dpertment didn't want to use the CMS, so we emulated it using
 HTML, CSS and iframes:

  http://www.stat.uni-muenchen.de/

 which is *much* more convenient to maintain for us: I have a copy of
 my page on my laptop, I can work on it while offline on a train, etc.

 I don't want to discuss whether the above examples are aesthetic or
 not (we are required to follow the coporate design, so have no
 choice). The main point I want to make is: that everything is static
 HTML makes life very easy for command line junkies like me ;-)

 Best,
 Fritz

 --
 ---
 Prof. Dr. Friedrich Leisch

 Institut für Statistik  Tel: (+49 89) 2180 3165
 Ludwig-Maximilians-Universität  Fax: (+49 89) 2180 5308
 Ludwigstraße 33
 D-80539 München http://www.statistik.lmu.de/~leisch
 ---
   Journal Computational Statistics --- http://www.springer.com/180
  Münchner R Kurse --- http://www.statistik.lmu.de/R
 ---



[[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-contained, reproducible code.


[R] Deploying a R model on a cloud computer using PMML

2009-02-02 Thread Ajay ohri
Dear List,
Please find an interview from Michael Zeller ,CEO, Zementis. Mike talks
about how to use an existing model ( created in R) , using PMML as an
intermediate for exporting the model, and deploying it on a cloud computer
for as low as 1 $ per hour.

Regards,

Ajay

*Ajay-* *What are the traditional rivals to scoring solutions offered by
you. How does ADAPA compare to each of them. Case Study- Assume I have 5
leads daily on a Car buying website. How would ADAPA help me in scoring the
model ( created say by KXEN or , R or,SAS, or SPSS).What would my
approximate cost advantages be if I intend to mail say the top 5 deciles
everyday.*

*Michael-* Some of the traditional scoring solutions used today are based on
SAS, in-database scoring like Oracle, MS SQL Server, or very often even
custom code.  ADAPA is able to import the models from all tools that support
the PMML standard, so any of the above tools, open source or commercial,
could serve as an excellent development environment.

The key differentiators for ADAPA are simple and focus on cost-effective
deployment:

1) Open Standards - PMML  SOA:

Freedom to select best-of-breed development tools without being locked into
a specific vendor;  integrate easily with other systems.

2) SaaS-based Cloud Computing:

Delivers a quantum leap in cost-effectiveness without compromising on
scalability.

In your example, I assume that you'd be able to score your 50,000 leads in
one hour using one ADAPA engine on Amazon.  Therefore, you could choose to
either spend US$100,000 or more on hardware, software, maintenance, IT
services, etc., write a project proposal, get it approved by management, and
be ready to score your model in 6-12 months…

OR, you could use ADAPA at something around US$1-$2 per day for the scenario
above and get started today!  To get my point across here, I am of course
simplifying the scenario a little bit, but ...

http://www.decisionstats.com/2009/02/interview-michael-zeller-ceozementis/


Read more at www.decisionstats.com ( and if server is slow..it will be slow
:( ) read it in www.smartdatacollective.com

Note-Decision Stats is a non commercial ,non sponsored, non advertising
site, and platform agnostic.

[[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-contained, reproducible code.


[R] Problems in Recommending R

2009-02-01 Thread Ajay ohri
Dear List,
One persistent feedback I am getting to people who are newly introduced to R
( especially in this cost cutting recession)  is -

1) The website looks a bit old.

While the current website does have a lot of hard work behind it, should n't
a world class statistics package have a better website instead.

You can check out www.knime.org which is an open source software , and free,
and supports R---and notice the change in perception .

Best Regards,

Ajay Ohri

www.decisionstats.com

[[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-contained, reproducible code.


Re: [R] sas.get under Linux

2009-01-31 Thread Ajay ohri
Hi,
have you looked at the third party SAS language compilers WPS ( 600 dollars
per desktop version http://www.teamwpc.co.uk/home/ ) and Carolina (
http://dullesopen.com/)  http://dullesopen.com/
http://dullesopen.com/

if you need just base SAS.



I think SAS institute existing products have been debating the approach for
R ( compared to SPSS) but that is a digression.

I am not sure on compatibility with sas.get , but a WPS to R bridge is
additionally available from www.minequest.com /Phil Rack

Regards,

Ajay


On Sat, Jan 31, 2009 at 8:30 PM, Frank E Harrell Jr 
f.harr...@vanderbilt.edu wrote:

 Adrian Dusa wrote:

 Dear all,

 I am trying to import a SAS file into R (in fact I only need the value
 labels from the formats file), using Hmisc package, but I get this error:

 my.sas - sas.get(/home/adi/3, fis1_sgg)
 sh: sas: not found
 Error in sas.get(/home/adi/3, fis1_sgg) :
  SAS job failed with status 32512

 I read some past discussions and I get the impression that sas.get() needs
 the full path to the SAS executable, but I don't have that because I am
 using Linux.

 Is it possible to use sas.get() without having SAS installed?


 Since sas.get is trying to execute sas the answer is a definite no unless
 you use the sas.get option to run SAS on another machine to produce the
 input ASCII files needed by sas.get.  Also investigate sasxport.get if you
 have SAS version 5 transport files to import.
 See also http://biostat.mc.vanderbilt.edu/SASexportHowto

 As SAS never got it right in allowing for full metadata to be included in a
 SAS dataset, you often have to run PROC FORMAT CNTLOUT=... to convert format
 libraries to SAS datasets so that programs such as sasxport.get can assign
 value labels [if you have SAS installed, sas.get runs PROC CONTENTS for
 you.].  SPSS and Stata have always been ahead of SAS in this regard.

 Note that the excellent Stat/Transfer commercial product will convert from
 almost any SAS dataset format to compact R binary objects, including
 variable labels the way the Hmisc package handles them.  If you have another
 way to convert from SAS to Stata or SPSS, R is great at readying those
 formats.

 Frank


 Or alternatively, is there another function to import the formats into R?

 Thanks in advance for any hint,
 Adrian



 --
 Frank E Harrell Jr   Professor and Chair   School of Medicine
 Department of Biostatistics   Vanderbilt University


 __
 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.


[[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-contained, reproducible code.


[R] Fwd: The Internet is an Error by Google

2009-01-31 Thread Ajay ohri
Dear List,

In continuation of the Website Error Messages.

Ajay

www.decisionstats.com

Looks like the boys from Mountain View did some testing for anti spam or
denial of service ( depends on if you like/trust/dislike G)

, and went live instead of sand boxing the tests...

Article from Techcrunch

   The Latest from TechCrunch http://www.techcrunch.com

Google Flags Whole Internet As
Malwarehttp://feedproxy.google.com/~r/Techcrunch/~3/2uJSFcuU7oQ/

Posted: 31 Jan 2009 06:53 AM PST

We're not quite sure what's going on, but a couple of minutes ago any search
result from Google started being flagged as malware with a message stating
This site may harm your computer. Including Google's own websites as you
can see above.

Twitter is abuzz http://search.twitter.com/search?q=google+search with
people reporting the massive error (also look for tags
#googmayharmhttp://search.twitter.com/search?q=%23googmayharmor
#googmayhem http://search.twitter.com/search?q=%23googmayhem), and it's
clear that this is happening around the world. Apparently, it's happening
with any browser on any platform too.

Clicking the message takes people to a support page from
Googlehttp://www.google.com/support/bin/answer.py?answer=45449topic=360hl=enei=EGWESb6YMYaR-gbTu40osa=Xoi=malwarewarninglinkresnum=1ct=help(image
below), but this is being bombarded with millions of people right now
so it's very slow to respond. I saw the page briefly, and it pointed to
StopBadware.org http://www.stopbadware.org/ (which is obviously also
loading slowly or not at all right now).

*Update: *it seems to be fixing itself. I'm having no more issues on Google
Belgium, still getting warning messages for malicious software when I search
Google.com. Also, it only seems to occur when you're searching as a
signed-in user now.

*Update 2:* it seems to be fine now. Lasted about 15 minutes. You can take a
deep breath now and go on with whatever you were doing before [image: :)]

Now we just have to wait for Google to tell us what went wrong. It's quite
clear that a meltdown of this size, no matter how short it was, will be the
topic of discussion for the coming days (and not only at the Googleplex, I'd
wager).

*Crunch Network*: CrunchGear http://www.crunchgear.com* *drool over the
sexiest new gadgets and hardware.
  http://oa.techcrunch.com/openads/www/delivery/ck.php?n=ac653d85cb=1853

Nielsen Deletes Reply-To-All
Buttonhttp://feedproxy.google.com/~r/Techcrunch/~3/_LJXfDaYhc4/

Posted: 31 Jan 2009 02:43 AM PST

This happened last Tuesday, but we wanted to make sure you're aware that
Nielsen http://www.nielsen.com/ management, after years of research, has
finally come up with an adequate solution to cluttered e-mail inboxes and
inefficiency in office environments: control-deleting the reply-to-all
button from the messaging software.

In a move that could have come straight from Mike Judge's Office
Spacehttp://en.wikipedia.org/wiki/Office_space,
the company has decided to remove the button from their e-mail program of
choice, Microsoft Outlook, affecting all 35,000 employees across the globe.
In a memo, republished by
Foliohttp://www.foliomag.com/2009/nielsen-disable-employees-reply-all-e-mail-functionality,
Andrew Cawood, Chief Information Officer for Nielsen Company, writes that
the measure will eliminate bureaucracy and inefficiency.

I've never been a huge fan of the reply-to-all button either, but removing
it sure sounds like a very extreme decision, and claiming that it will
eliminate bureaucracy and inefficiency is just plain absurd.

Memo below.

*REPLY TO ALL FUNCTION TO BE DISABLED*

A Message from Andrew Cawood

In December, the Nielsen Executive Council (NEC) held an Act Now! event to
review suggestions from across the business that would eliminate bureaucracy
and inefficiency. Beginning Thursday, January 29, we will implement one of
the approved recommendations: removing the Reply to All functionality from
Microsoft Outlook.

We have noticed that the Reply to All functionality results in unnecessary
inbox clutter. Beginning Thursday we will eliminate this function, allowing
you to reply only to the sender. Responders who want to copy all can do so
by selecting the names or using a distribution list.

Eliminating the Reply to All function will:

• Require us to copy only those who need to be involved in an e-mail
conversation
• Reduce non-essential messages in mailboxes, freeing up our time as well as
server space

This is one of the many changes being implemented as a result of the NEC Act
Now! initiative. If you have any suggestions on how we can continue to
improve the way we work, please send your comments to Nielsen Communications
[mailto: REDACTED].

Andrew Cawood
Chief Information Officer

It's funny to me that Nielsen seems to suggest that the change has actually
been requested by employees across the board, which I'm quite certain was
not the case.

About half a year ago Mitchell Habib, Executive Vice President at Nielsen,
managed to 

Re: [R] Analytics Training Institute launches course on R

2009-01-30 Thread Ajay ohri
Cool nice initiative.
Regards,

Ajay

Rodney Dangerfield  - My marriage is on the rocks again, yeah, my wife just
broke up with her boyfriend.

On Fri, Jan 30, 2009 at 9:46 PM, Analytics Training 
analyticstraining...@gmail.com wrote:

 Hi All,

 Now you can join for R course offered by G  K Analytics Training Institute
 Pvt Ltd.

 We also provide online training Program for those who are willing to take
 up
 this course.

 To know more about the courses offered visit www.analyticstraining.in

 You can also mail us your queries at i...@analyticstraining.in.

 Regards
 ATI Team

[[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-contained, reproducible code.


[[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-contained, reproducible code.


[R] OT :Interview with the CEO , REvolution Computing : Commercial R launched

2009-01-30 Thread Ajay ohri
Dear List,
Please find an interview with Richard Schultz, CEO REvolution Computing.
REvolution Computing just launched their latest product, commercial as well
as enterprise versions of R which include service contracts and tech
support.

The interview is viewable at
http://www.decisionstats.com/2009/01/interviewrichard-schultz-ceo-revolution-computing/(
and if site is slow..it is :) also at
www.smartdatacollective.com

Best Wishes,

Ajay
Delhi,India
www.decisionstats.com

[[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-contained, reproducible code.


[R] Corrected Links: OT :Interview with the CEO , REvolution Computing : Commercial R launched

2009-01-30 Thread Ajay ohri
Corrected Links

 Dear List,
 Please find an interview with Richard Schultz, CEO REvolution Computing.
 REvolution Computing just launched their latest product, commercial as well
 as enterprise versions of R which include service contracts and tech
 support.

 The interview is viewable at
 http://www.decisionstats.com/2009/01/interviewrichard-schultz-ceo-revolution-computing/



 Best Wishes,

 Ajay
 Delhi,India
 www.decisionstats.com


[[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-contained, reproducible code.


Re: [R] U R ready for R! Now deploy your R models via cloud computing!

2009-01-22 Thread Ajay ohri
Hi Michael,
Can you also build the PMML model on the cloud with R, paying for the
processor ,memory usage. Any plans to extend the abilty to model, or is it
just deploy PMML models on the cloud servers.

Regards,

Ajay

http://www.decisionstats.com

On Thu, Jan 22, 2009 at 4:29 AM, MZ zeller.mich...@gmail.com wrote:

 Following the recent NYT article about R, I thought this group is not
 only ready for R but ready to take it one step further.

 Got models in R? Deploy and score them in ADAPA in minutes on the
 Amazon EC2 cloud computing infrastructure!

 Zementis ( http://www.zementis.com ) has been working with the R
 community, specifically to extend the support for the Predictive Model
 Markup Language (PMML) standard which allows model exchange among
 various statistical software tools (

 http://adapasupport.zementis.com/2008/02/how-can-i-export-pmml-code-from-r.html
 ).

 If you develop your models in R, you can easily deploy and execute
 these models in the Zementis ADAPA scoring engine (
 http://www.zementis.com/products.htm
 ) using the PMML standard. This not only eliminates potential memory
 constraints in R but also speeds execution and allows SOA-based
 integration. For the IT department, ADAPA delivers reliability and
 scalability needed for production-ready deployment and real-time
 predictive analytics.

 __
 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.


[[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-contained, reproducible code.


Re: [R] The R Inferno

2009-01-10 Thread Ajay ohri
Hi ,
I have been trying to convince Pat to come up with a book on this.

He can add in the chapters on *Purgatorio*
(Purgatoryhttp://en.wikipedia.org/wiki/Purgatory),
and *Paradiso* (Paradise http://en.wikipedia.org/wiki/Heaven)


Regards,

Ajay

On Sat, Jan 10, 2009 at 9:33 PM, Jason Morgan jwm-r-h...@skepsi.net wrote:

 Excellent read, Patrick. A very useful and clear guide.

 On 2009.01.09 16:14:49, Patrick Burns wrote:
  The R Inferno is now on the Burns Statistics website at
 
  http://www.burns-stat.com/pages/Tutor/R_inferno.pdf
 
  Abstract: If you are using R and you think you're in hell,
  this is a map for you.
 
  Also, I've expanded the outline concerning R on the
  Burns Statistics 'Links' page. Suggestions (off-list) for
  additional items are encouraged.
 
 
  Patrick Burns
  patr...@burns-stat.com
  +44 (0)20 8525 0696
  http://www.burns-stat.com
  (home of The R Inferno and A Guide for the Unwilling S User)
 
  __
  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.

 --
 ~ Jason Morgan

 __
 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.


[[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-contained, reproducible code.


Re: [R] R in the NY Times

2009-01-10 Thread Ajay ohri
more on the reasons R is bad for you
http://www.decisionstats.com/2009/01/top-ten-rrreasons-r-is-bad-for-you/


On Sun, Jan 11, 2009 at 12:01 AM, Barry Rowlingson 
b.rowling...@lancaster.ac.uk wrote:

 2009/1/10 Tony Breyal tony.bre...@googlemail.com:

  [SAS marketroid quote]
  In fact, SAS values open-source software.

  But clearly not enough to open-source SAS itself. It would seem that
 SAS values _other_people's_ open source.

  If SAS was open source and free, then SAS would collect on all the
 other things Customers value SAS for - support, testing, training,
 docs, etc etc. And there would be a lot more people using it.

  Another quote: We advocate approaches based on science - closed
 source is closed knowledge and is nearer alchemy than science. I may
 use proprietary software for video editing or music production, but
 when it comes to science, it's got to be open.

 Barru

 __
 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.


[[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-contained, reproducible code.


Re: [R] ATT Researchers and the New York Times

2009-01-09 Thread Ajay ohri
R would have truly arrived if the Wall Street Journal mentions it as an
alternative to SAS or Excel...but that is some years away...
Ajay

www.decisionstats.com

On Fri, Jan 9, 2009 at 7:28 AM, Robert Wilkins irishhac...@gmail.comwrote:

 Is anyone in the leadership of the R-project going to contact the New
 York Times and clarify that the article gave remarkably short shrift
 to the people who designed the user interface for R, to a large extent
 ATT researchers from an earlier generation? It would be the
 appropriate thing to do.

 The R team did not develop the user interface for R, the designers of
 the S programming language did. The layman reader of Vance's article
 will get the impression that R is a brand new invention, which is
 misleading and unfair. Gentleman and Ihaka should try harder to give
 credit where credit is due.


 And by the way, ARE YOU GUYS EVER GOING TO FIX your mailing list
 platform? It is extremely user-unfriendly and a technological clunk.
 The mailing lists for SAS, Python , and others (UseNet) may not be a
 user-interface-work-of-genius, but they are far superior to the R
 mailing list. What a clunk.

 __
 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.


[[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-contained, reproducible code.


Re: [R] The R Inferno

2009-01-09 Thread Ajay ohri
excellent adaptation of Dante and R with real common sense tips to help
beginners especially ..goes to the blogroll..
now if only i could get tips to sort a 5 column * 1 million rows  dataset in
less than ..eternity

Ajay
www.decisionstats.com

On Fri, Jan 9, 2009 at 9:44 PM, Patrick Burns pbu...@pburns.seanet.comwrote:

 The R Inferno is now on the Burns Statistics website at

 http://www.burns-stat.com/pages/Tutor/R_inferno.pdf

 Abstract: If you are using R and you think you're in hell,
 this is a map for you.

 Also, I've expanded the outline concerning R on the
 Burns Statistics 'Links' page. Suggestions (off-list) for
 additional items are encouraged.


 Patrick Burns
 patr...@burns-stat.com
 +44 (0)20 8525 0696
 http://www.burns-stat.com
 (home of The R Inferno and A Guide for the Unwilling S User)

 __
 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.


[[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-contained, reproducible code.


Re: [R] R and Excel

2009-01-08 Thread Ajay ohri
Hi Erich,
I saw that it uses a remote server ( which can be the same machine ) to
compute.


Here is the question-

What is the remote server is Amazon EC2 which has upscalaing and downscaling
facillity for RAM and CPU...

Will it work ?

is there a SaaS version of this?

Regards,

Ajay
On Thu, Jan 8, 2009 at 11:56 PM, Erich Neuwirth erich.neuwi...@univie.ac.at
 wrote:

 There is RExcel (available by downloading the CRAN package
 RExcelInstaller. It allows to transfer data between R and Excel,
 and run R code from within Excel. So you can start with your data in
 Excel, let R do an analysis, and transfer the results back to Excel.
 You can write VBA macros which do this, but hidden from exposure,
 so the Excel user does not even notice that R is doing the hatd work.
 It also has an Excel worksheet function RApply which allows
 to call an R function from an Excel cell formula.
 =RApply(rfun,A1)
 would apply the R function rfun to the value in cell A1.
 If the value in A1 changes, Excel will force R to recalculate the formula.

 There is a (half hour long) video demo about RExcel
 at http://rcom.univie.ac.at/RExcelDemo/

 http://rcom.univie.ac.at/ has more information about the project.
 For recent information, visit the Wiki on this site.

 This site also has the alpha version of an OpenOffice add-in
 giving roughly the same functionality.
 It is available at
 http://rcom.univie.ac.at/download/ROOo/


 The main source of information about this project is
 the mailing list. You can subscribe also via the project server,
 http://rcom.univie.ac.at



 ohri2...@gmail.com wrote:
  Even using the VBA back of Excel to create interfaces with R would
  make a lot of sense. Suppose I could have access to VBA macros that
  import and export data into R , it would be great.
 
  The R GUI series like Rattle come even closer to Excel...so a VBA
  _R_ExCel package might  be useful to ordinary folks .
 
  Besides Excel costs money, so adding R functions to Open Office would
  help both of them ( if not attempted already)
 
  Regards,
 
  Ajay
 
  www.decisionstats.com
 
  On 1/8/09, Stavros Macrakis macra...@alum.mit.edu wrote:
  Some people familiar with R describe it as a supercharged version of
  Microsoft's Excel spreadsheet software...
 
  It is easy to ridicule this line from the NYT article.  But this is not
 only
  a very sensible comment by a smart reporter, but also one that is good
 for
  R:
 
  It is good for R because it explains the new (R) in terms of the
 familiar
  (Excel).  Of course R can do far more than Excel ever could, but most
  readers will not be familiar with boxplots, let alone studentized
 bootstrap
  confidence intervals, yet R is useful even for elementary analyses.
 
  It is good for R because it will bring us new users.  I have often
 looked
  over the shoulders of Excel users struggling to do analyses or construct
  graphics that are just slightly beyond what Excel makes easy. Perhaps
 the
  dataset is too large, or the analysis doesn't fit into the spreadsheet
  model, or the analysis isn't built-in (and so requires either many
 manual
  steps, or Visual Basic programming, or an expensive add-on package), or
 it
  requires data sources that Excel doesn't handle well, or it has gotten
 so
  complicated that it is unmaintainable in spreadsheet form.  R scales
 better
  in every way: in size of problem, in complexity of analysis, in data
  sources.
 
  It is good for R because it makes it sound unthreatening and easy, both
 for
  the person who might consider using R rather than Excel, and for his/her
  management.  Of course, R is not trivial to learn, but you don't have to
  master everything about it to get useful results (just like Excel, I
 might
  add).
 
  It is good for R because it reminds us that there are other useful
 computing
  paradigms that we can learn from. The spreadsheet model, including
 instant
  update, is compelling for a wide range of problems.  I have not used any
 of
  the R/Excel interface packages, but presumably they combine the
 advantages
  of the approaches. Perhaps there is room for not just integrating R with
  Excel, but for incorporating the core ideas of Excel into R in some
  intelligent way.
 
  It is good for R because it shows areas where R can be improved.  Excel
  makes it very easy to present tabular data and format it.  It makes it
 very
  easy to work with summary/contingency tables (pivot tables)
 interactively
  and only a little more difficult to do drill-down.  In all cases, its
  functionality is limited, but what it can do, it does well.
 
  It is good for R because it reminds us that there are many people using
  other tools who could benefit from outreach from the R community, both
  through tools (smoother interoperability) and through education.
 
  All in all, characterizing R as a supercharged version of Excel makes a
 lot
  of sense.
 
   -s
 
   [[alternative HTML version deleted]]
 
  

Re: [R] R and Excel

2009-01-08 Thread Ajay ohri
Hi Erich,
I would like to share and embed the RExcel Training video (just like youtube
allows me to) . How can I do that ?

Regards,

Ajay

www.decisionstats.com


On Fri, Jan 9, 2009 at 12:20 AM, Ajay ohri ohri2...@gmail.com wrote:

 Hi Erich,
 I saw that it uses a remote server ( which can be the same machine ) to
 compute.


 Here is the question-

 What is the remote server is Amazon EC2 which has upscalaing and
 downscaling facillity for RAM and CPU...

 Will it work ?

 is there a SaaS version of this?

 Regards,

 Ajay
 On Thu, Jan 8, 2009 at 11:56 PM, Erich Neuwirth 
 erich.neuwi...@univie.ac.at wrote:

 There is RExcel (available by downloading the CRAN package
 RExcelInstaller. It allows to transfer data between R and Excel,
 and run R code from within Excel. So you can start with your data in
 Excel, let R do an analysis, and transfer the results back to Excel.
 You can write VBA macros which do this, but hidden from exposure,
 so the Excel user does not even notice that R is doing the hatd work.
 It also has an Excel worksheet function RApply which allows
 to call an R function from an Excel cell formula.
 =RApply(rfun,A1)
 would apply the R function rfun to the value in cell A1.
 If the value in A1 changes, Excel will force R to recalculate the formula.

 There is a (half hour long) video demo about RExcel
 at http://rcom.univie.ac.at/RExcelDemo/

 http://rcom.univie.ac.at/ has more information about the project.
 For recent information, visit the Wiki on this site.

 This site also has the alpha version of an OpenOffice add-in
 giving roughly the same functionality.
 It is available at
 http://rcom.univie.ac.at/download/ROOo/


 The main source of information about this project is
 the mailing list. You can subscribe also via the project server,
 http://rcom.univie.ac.at



 ohri2...@gmail.com wrote:
  Even using the VBA back of Excel to create interfaces with R would
  make a lot of sense. Suppose I could have access to VBA macros that
  import and export data into R , it would be great.
 
  The R GUI series like Rattle come even closer to Excel...so a VBA
  _R_ExCel package might  be useful to ordinary folks .
 
  Besides Excel costs money, so adding R functions to Open Office would
  help both of them ( if not attempted already)
 
  Regards,
 
  Ajay
 
  www.decisionstats.com
 
  On 1/8/09, Stavros Macrakis macra...@alum.mit.edu wrote:
  Some people familiar with R describe it as a supercharged version of
  Microsoft's Excel spreadsheet software...
 
  It is easy to ridicule this line from the NYT article.  But this is not
 only
  a very sensible comment by a smart reporter, but also one that is good
 for
  R:
 
  It is good for R because it explains the new (R) in terms of the
 familiar
  (Excel).  Of course R can do far more than Excel ever could, but most
  readers will not be familiar with boxplots, let alone studentized
 bootstrap
  confidence intervals, yet R is useful even for elementary analyses.
 
  It is good for R because it will bring us new users.  I have often
 looked
  over the shoulders of Excel users struggling to do analyses or
 construct
  graphics that are just slightly beyond what Excel makes easy. Perhaps
 the
  dataset is too large, or the analysis doesn't fit into the spreadsheet
  model, or the analysis isn't built-in (and so requires either many
 manual
  steps, or Visual Basic programming, or an expensive add-on package), or
 it
  requires data sources that Excel doesn't handle well, or it has gotten
 so
  complicated that it is unmaintainable in spreadsheet form.  R scales
 better
  in every way: in size of problem, in complexity of analysis, in data
  sources.
 
  It is good for R because it makes it sound unthreatening and easy, both
 for
  the person who might consider using R rather than Excel, and for
 his/her
  management.  Of course, R is not trivial to learn, but you don't have
 to
  master everything about it to get useful results (just like Excel, I
 might
  add).
 
  It is good for R because it reminds us that there are other useful
 computing
  paradigms that we can learn from. The spreadsheet model, including
 instant
  update, is compelling for a wide range of problems.  I have not used
 any of
  the R/Excel interface packages, but presumably they combine the
 advantages
  of the approaches. Perhaps there is room for not just integrating R
 with
  Excel, but for incorporating the core ideas of Excel into R in some
  intelligent way.
 
  It is good for R because it shows areas where R can be improved.  Excel
  makes it very easy to present tabular data and format it.  It makes it
 very
  easy to work with summary/contingency tables (pivot tables)
 interactively
  and only a little more difficult to do drill-down.  In all cases, its
  functionality is limited, but what it can do, it does well.
 
  It is good for R because it reminds us that there are many people using
  other tools who could benefit from outreach from the R community, both
  through

[R] R in the NY Times-IAsians perspective

2009-01-07 Thread Ajay ohri
R and its GUI Rattle helped me establish a data mining consulting startup on
my own, without taking bank credit .
People I met on the forum and especially books like
rforsasandspssusers.com/  http://rforsasandspssusers.com/

helped me ease the transition to the new Object Oriented method from the
earlier -

even a monkey can create shakespeare if he types enough kind of analytics
software.

.Since I am in India , the cost differences can cause almost a digital
divide in who can and who cant use sophisticated software.
Thanks to the Angels hereYes we Can R...


Regards,

Ajay

www.decisionstats.com



On Wed, Jan 7, 2009 at 8:03 PM, Simon Pickett simon.pick...@bto.org wrote:

 I would like to add that I would have spent many more years doing my PhD if
 it wasnt for R! all data management, statistics and graphics were conducted
 using it. This was the direction my university and many more research
 institutes appear to be heading.

 It probably doesnt get said enough and I am sure I speak for all young
 researchers I am very much in debt for all the kind souls who have helped me
 and other newbies on this forum over the years,

 Thanks very much R team.


 - Original Message - From: Frank E Harrell Jr 
 f.harr...@vanderbilt.edu
 To: Bill Pikounis billpikou...@gmail.com
 Cc: r-help@r-project.org
 Sent: Wednesday, January 07, 2009 2:25 PM
 Subject: Re: [R] R in the NY Times



  Bill Pikounis wrote:

 Pardon my exuberance, but this is simply awesome. What a treat to find
 on the front web page of the NY Times this morning under Technology. I
 think the article is very well written by the author, and I think it
 captures top highlights of why the software and community are so
 special.

 Continued high gratitude to all of R-core and the R community for its
 unique accomplishments. Every bit of praise is well-earned and
 deserved.

 I have continuously claimed to colleagues (primarily pharma industry)
 for the past 8 years or so that R is the most exciting going on in the
 area of statistics.

 Thanks,
 Bill


 Amen to that, and in addition, R is now the top tool for everyday
 analysis, not just a research statistician's tool.

 Frank


 

 Bill Pikounis
 Statistician



 On Wed, Jan 7, 2009 at 08:10, Zaslavsky, Alan M.
 zasla...@hcp.med.harvard.edu wrote:

 This article is accompanied by nice pictures of Robert and Ross.

 Data Analysts Captivated by Power of R


 http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html

 January 7, 2009
 Data Analysts Captivated by R's Power
 By ASHLEE VANCE


 __
 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.



 --
 Frank E Harrell Jr   Professor and Chair   School of Medicine
 Department of Biostatistics   Vanderbilt University

 __
 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-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.


[[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-contained, reproducible code.


Re: [R] R in the NY Times

2009-01-07 Thread Ajay ohri
you can use google alerts to track media coverage of R using some keywords

regards,

ajay



On Wed, Jan 7, 2009 at 9:52 PM, David M Smith 
da...@revolution-computing.com wrote:

 On Wed, Jan 7, 2009 at 6:39 AM, Tony Breyal tony.bre...@googlemail.com
 wrote:
  Thank you for posting this, I found it a very enjoyable read!
 
  I am curious, is there an archive of 'R in the Media' or 'R in the
  Press' articles somewhere? It would be interesting to see how the
  perception of R has changed/evolved over time relative to other
  packages.

 That's a great idea, and I just created an Rmedia category on the
 REvolutions R blog to track exactly such articles.  You can find it
 here:

 http://blog.revolution-computing.com/rmedia/

 If anyone knows of any other mainstream articles about R available
 online please let me know, and I'll do a round-up post in that section
 to make sure they're captured.

 By the way, we're writing about R and issues related to R daily at:

 http://blog.revolution-computing.com

 # David Smith

 --
 David M Smith da...@revolution-computing.com
 Director of Community, REvolution Computing www.revolution-computing.com
 Tel: +1 (206) 577-4778 x3203 (Seattle, USA)

 __
 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.


[[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-contained, reproducible code.


[R] R ,SAS,New Tork Times etc

2009-01-07 Thread Ajay ohri
As someone who fwded initial story to both SAS and R lists, I find the
messages on this forum and on SAS-L forum (which are publicly available) a
contrast  ( One list is partying like they won the World Series -the other
one talks of either self denial.or of self appraisal and anguish)
http://www.listserv.uga.edu/cgi-bin/wa?S2=sas-lq=s=New+York+Times+f=a=Dec+2008b=

Having said that, can we get back to coding.

Ajay

The best things in life are free.

On Thu, Jan 8, 2009 at 9:17 AM, Gabor Grothendieck
ggrothendi...@gmail.comwrote:

 On Wed, Jan 7, 2009 at 10:26 PM, Dirk Eddelbuettel e...@debian.org wrote:
 
  On 7 January 2009 at 18:24, Gabor Grothendieck wrote:
  | By running the code below we see that the:
  | - sum of the three seems to be rising at a constant rate
  | - S is declining
  | - SAS and R are rising
  | - R is rising the fastest through its completed its phase
  | of highest growth which ended around 2004
 
  I wonder whether we need to account for traffic on all the additional
 r-sig-*
  mailing lists ?
 
  Of the handful that I follow, some seem to have taken traffic from
 r-help.
  This could account for (at least parts of) the apparent traffic growth
  slowdown since 2004 as many of these added lists appeared only in the
 last
  few years.
 

 Good observation.  It would be interesting to combine the data from all
 the lists to see what the effect is.

 __
 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.


[[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-contained, reproducible code.


Re: [R] Regarding Books on R

2009-01-07 Thread Ajay ohri
see www.rforsasandspssusers.com, excellent book which i have used
 also try r for beginners.


regards,

ajay ohri

www.decisionstats.com
On Thu, Jan 8, 2009 at 10:39 AM, Kishore gladikish...@gmail.com wrote:

 Hi,
 I have good understanding on Econometrics and statistical techniques.
  However, I am new to R.  What would be the best way to learn R as I would
 be one of the few in my team started exploring R in your team.  I have got
 a
 few downloads on R introduction, but I am not a FAN of online reading.  Can
 some one guide me with some books on R and statistical models using R.
  Sincere thanks And Apologies if this thread was already available...
 Couldn't get in search


 Best,

 Kishore/..

[[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-contained, reproducible code.


[[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-contained, reproducible code.


[R] R Threatens SAS According to The NYT

2009-01-06 Thread ajay ohri
 On Wed, Jan 7, 2009 at 11:05 AM, ajay ohri ajayo...@yahoo.com wrote:

 FYI..not a R -Help Topic, buy I dont know which list to post discussions like 
 this.
 Regards,
 Ajay

 -- Forwarded message --
 From: ajay ohri ajayo...@yahoo.com
 Date: Wed, Jan 7, 2009 at 10:46 AM
 Subject: Re: R Threatens SAS, According to The New York Times
 To: sa...@listserv.uga.edu


 For people who have also wanted to try R , there is new version of R GUI , 
 called Rattle downloadable from www.togaware.com

 Also check out Interview of Roger Hadaad , Founder of KXEN on his views on 
 analytics at www.decisionstats.com as well as how SPSS is responding to R at 
 http://www.decisionstats.com/2008/11/review-r-for-sas-and-spss-users/

 Ajay



 --- On Wed, 1/7/09, Virtual SUG sfbay0...@aol.com wrote:

   From: Virtual SUG sfbay0...@aol.com
   Subject: R Threatens SAS, According to The New York Times
   To: sa...@listserv.uga.edu
   Date: Wednesday, January 7, 2009, 10:11 AM
  Hello everyone...

   Thought you might be interested in reading this article,
  which appears
  in the 1/6/9 online edition of The New York Times:

   
 http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html

  The headline is Data Analysts Captivated by R's
  Power, and towards
  the end of the story is the following paragraph:

  While it is difficult to calculate exactly how many
   people use R,
   those most familiar with the software estimate that close
  to 250,000
   people work with it regularly. The popularity of R at
  universities
  could threaten SAS Institute, the privately held business
  software
  company that specializes in data analysis software. SAS,
  with more
  than $2 billion in annual revenue, has been the preferred
   tool of
  scholars and corporate managers. 

  Andrew Karp
   Sierra Information Services
   www.SierraInfomation.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/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] I need course in R

2008-12-19 Thread Ajay ohri
You can also try the R for SAS and SPSS users at
http://rforsasandspssusers.com/

in case you are an existing user of analytics software...its quite user
friendly.

Regards,

Ajay

www.decisionstats.com

Douglas MacArthur  - We are not retreating - we are advancing in another
direction.

On Fri, Dec 19, 2008 at 4:20 PM, Simon Pickett simon.pick...@bto.orgwrote:

 R is not as daunting as it first seems and you might get by without having
 to get formal training.

 Speaking as someone who taught themselves to use R for statistics, graphics
 and data manipulation, I found that the Introduction to R book (the small
 yellow one) and the numerous pdfs available online are fantastic and walk
 you through the very basics (the one by Emanuel Paradis is excellent).

 So, as long as you can read and understand English there are alot of free
 resources out there (maybe there are some of these already translated to
 other languages, I dont know).

 It is a steep learning curve, but once you get to grips with the basics,
 I've found that I can find out everything else I need to know by searching
 these archives...

 Hope this helps,

 Simon Pickett.




 - Original Message - From: Uwe Ligges 
 lig...@statistik.tu-dortmund.de
 To: xavier ordoñez rlistxa...@gmail.com
 Cc: R help r-h...@stat.math.ethz.ch
 Sent: Friday, December 19, 2008 10:24 AM
 Subject: Re: [R] I need course in R





 xavier ordoñez wrote:

 I am interested to take a course in R. Someone know of some course in
 europe
 for the first semester of the next year?.


 Yes, some, but hard to suggest commercial companies or universities and
 certain courses, because it  depends on so many facts:

 - the languages you understand
 - the European regions that are fine for you to travel to
 - the level and kind of R stuff you expect in the course (basics,
 applications in a certain field, or just programming)
 - your a priori knowledge about statistics

 Best wishes,
 Uwe Ligges






  Happy Year

 Thank you,

 Xavier

 [[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-contained, reproducible code.


 __
 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-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.


[[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-contained, reproducible code.


Re: [R] Running R Script on a Sequence of Files

2008-12-05 Thread Ajay ohri
This is almost a macro problem. It could be done in SAS language using the
WPS product (660 USD) I think.
It is a familiar problem and I would be quite interested in the result.

Is there any concept of Macros in R or a package to do the same.

Regards,

Ajay

On Fri, Dec 5, 2008 at 11:31 PM, Chris Poliquin [EMAIL PROTECTED]wrote:

 Hi,

 I have about 900 files that I need to run the same R script on.  I looked
 over the R Data Import/Export Manual and  couldn't come up with a way to
 read in a sequence of files.

 The files all have unique names and are in the same directory.  What I want
 to do is:
 1) Create a list of the file names in the directory (this is really what I
 need help with)
 2) For each item in the list...
a) open the file with read.table
b) perform some analysis
c) append some results to an array or save them to another file
 3) Next File

 My initial instinct is to use Python to rename all the files with numbers
 1:900 and then read them all, but the file names contain some information
 that I would like to keep intact and having to keep a separate database of
 original names and numbers seems inefficient.  Is there a way to have R read
 all the files in a directory one at a time?

 - Chris

 __
 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.


[[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-contained, reproducible code.


Re: [R] Running R Script on a Sequence of Files

2008-12-05 Thread Ajay ohri
Thanks for the solution . I especially liked the analogy along with the code
of course.
Regards,

Ajay

www.decisionstats.com

On Sat, Dec 6, 2008 at 1:23 AM, [EMAIL PROTECTED] wrote:

 This is almost a macro problem. It could be done in SAS language using
 the WPS product (660 USD) I think. ...

 OUCH! Why do it the complicated way??? Check out ?dir, ?list.files, and
 then ?lapply for a simple start.

 Don't give up so soon! When it comes to R there is no need to punt - you
 can always keep possession of the ball ... :-)

 Cheers,
 Jagat

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of Ajay ohri
 Sent: Friday, December 05, 2008 12:59 PM
 To: Chris Poliquin
 Cc: r-help@r-project.org
 Subject: Re: [R] Running R Script on a Sequence of Files

 This is almost a macro problem. It could be done in SAS language using
 the
 WPS product (660 USD) I think.
 It is a familiar problem and I would be quite interested in the result.

 Is there any concept of Macros in R or a package to do the same.

 Regards,

 Ajay

 On Fri, Dec 5, 2008 at 11:31 PM, Chris Poliquin
 [EMAIL PROTECTED]wrote:

  Hi,
 
  I have about 900 files that I need to run the same R script on.  I
 looked
  over the R Data Import/Export Manual and  couldn't come up with a way
 to
  read in a sequence of files.
 
  The files all have unique names and are in the same directory.  What I
 want
  to do is:
  1) Create a list of the file names in the directory (this is really
 what I
  need help with)
  2) For each item in the list...
 a) open the file with read.table
 b) perform some analysis
 c) append some results to an array or save them to another file
  3) Next File
 
  My initial instinct is to use Python to rename all the files with
 numbers
  1:900 and then read them all, but the file names contain some
 information
  that I would like to keep intact and having to keep a separate
 database of
  original names and numbers seems inefficient.  Is there a way to have
 R read
  all the files in a directory one at a time?
 
  - Chris
 
  __
  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.
 

 [[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-contained, reproducible code.



[[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-contained, reproducible code.


  1   2   >