Displaying 19 results from an estimated 19 matches for "rforsasandspssus".
2009 Jul 11
3
Reading data entered within an R program
...(demo program below). I've Googled about and
looked in several books for comparisons of the two approaches but
haven't found anything. Are there any particular advantages or
disadvantages to these two approaches? If you were teaching R beginners,
which would you present?
Thanks,
Bob
http://RforSASandSPSSusers.com
# R Program to Read Data Within a Program.
# Very similar to SAS datalines or cards statements,
# and SPSS BEGIN DATA / END DATA commands.
# This stores the data as one long text string.
mystring <-
"workshop,gender,q1,q2,q3,q4
01,1,f,1,1,5,1
02,2,f,2,1,4,1
03,1,f,2,2,4,3
04,2,...
2008 Nov 02
0
R Textbook for SAS and SPSS Users
...s=books&qid=1217456813&sr=8-1>
R Book
The technical review-
The book is lucid, exhaustive and lists down all reasons for and against R
in an objective scientific manner. It goes in great detail, has ready
datasets and offers the earlier reference sheet from its websites (
http://RforSASandSPSSusers.com <http://rforsasandspssusers.com/>). At 50 $
it is not expensive considering the cost of other textbooks in this domain.
Having both SAS and SPSS can be a distraction as many SPSS users actually
use its click and point interface rather than write raw syntax- perhaps
those screenshots s...
2010 Jan 13
3
Updated comparison table for SAS-SPSS Add-ons and R Functions
...have substantially expanded the table that compares SAS and SPSS
add-on modules to somewhat equivalent R packages. This new version is
at:
http://r4stats.com/add-on-modules
and I would very much appreciate any feedback you might have on it.
The site http://r4stats.com is the replacement to
http://RforSASandSPSSusers.com and includes the support files for both
"R for SAS and SPSS Users" and the new "R for Stata Users", due out in
March from Springer. I'll phase the older site out eventually and change
the URL to point to the new one.
Thanks,
Bob
=====================================...
2009 Jan 07
0
R in the NY Times-IAsians perspective
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...
2009 Jun 09
2
Comparing R and SAs
Hi:
For those of you who are adept at both SAS and R, I have the following questions:
a) What are some reasons / tasks for which you would use R over SAS and vice versa?
b) What are some things for which R is a must have that SAS cannot fulfill the requirements?
I am on the ramp up on both of them. The general feeling that I am getting by following this group is that R updates to the product are
2008 Aug 18
0
R for SAS and SPSS Users
Hi,
Bob Muenchen's book is now out on release. Its terrific for a step by step
tutorial for doing stuff in R, even if all you know is SAS and SPSS. Check
this out here http://rforsasandspssusers.com/
and at
http://www.amazon.com/SAS-SPSS-Users-Statistics-Computing/dp/0387094172/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1217456813&sr=8-1
Regards,
Ajay
www.decisionstats.com
[[alternative HTML version deleted]]
2008 Sep 06
3
new to R
hi im starting with R.....have no idea to start...plz help
--
View this message in context: http://www.nabble.com/new-to-R-tp19342903p19342903.html
Sent from the R help mailing list archive at Nabble.com.
2009 Nov 24
2
R Packages Crack the 3,000 Mark!
...onths
ago & the number was still in the high 2,000s, so it must be fairly
recent. I think this represents about 50% growth in the last year. Not
bad!
Does anyone have a program that graphs the growth of R packages? I don't
know if that historical data is around.
Cheers,
Bob
http://RforSASandSPSSusers.com
Henrique's program:
> setRepositories()
> myPackageNames <- available.packages()
--- Please select a CRAN mirror for use in this session --- [I selected
them all]
> length(unique( rownames(myPackageNames) ))
[1] 3175
[[alternative HTML version deleted]]
2008 Sep 05
2
Articles about comparision between R and others softwares
Hi
Do you know some articles, papers, something than tell about comparision
between R and others softwares statisticals.
Thank You
Ricardo
--
View this message in context: http://www.nabble.com/Articles-about-comparision-between-R-and-others-softwares-tp19338210p19338210.html
Sent from the R help mailing list archive at Nabble.com.
2011 Feb 12
4
From SPSS Syntax to R code
There is a code from SPSS Syntax
do if sub(ATVK,2,2)="01".
comp strata=1.
else if sub(ATVK,2,2)>="05" and sub(ATVK,2,2)<="27".
comp strata=3.
else if sub(ATVK,4,2)>"20" or sub(ATVK,6,2)>"20".
comp strata=4.
else if sub(ATVK,4,2)>"00".
comp strata=2.
end if.
value labels strata 1 "R 2 "Li" 3 "M" 4
2009 Jan 08
3
Regarding Books on R
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
2009 Sep 08
3
SPSS Statistics-R Integration Plug-In
Dear All,
Has anyone tried to use this plug-in? Since I am running R-2.9.1 it will not even let me install it. Further, since I am running Windows I cannot use the R provided R-2.7.0 Linux installation file from the archive (tried to install it through cygwin and it was a mess). Suggestions? Ideas? Has anybody used this plug-in?
Michael
--
Michael Chajewski, M.A.
Department of Psychology
2009 Oct 28
3
variable labels to accompany data.frame
Often it is useful to keep a "codebook" to document the contents of a dataset. (By "dataset" I mean
a rectangular structure such as a dataframe.)
The codebook has as many rows as the dataset has columns (variables, fields). The columns (fields)
of the codebook may include:
? variable name
? type (character, factor, integer, etc)
? variable label
2010 Jan 04
2
MLE optimization
Folks,
I'm kind of newbie in R, but with some background in Matlab and VBA
programming. Last month I was implementing a Maximum Likelihood Estimation
in Matlab, but the algorithms didn't converge. So my academic advisor
suggested using R. My problem is: estimate a mean reverting jump diffusion
parameters. I've succeeded in deriving the likelihood function (which looks
like a gaussian
2009 Jun 09
3
SECOND MESSAGE: Re: Question about R an SPSS
Sent: Sunday, June 07, 2009 5:43 PM
Subject: Question about R an SPSS
Dears Sirs:
Venables, Smith and R-Development Core Team
I am reading about the functional features of R statistical software, because I want to compare these progarm with the basic module of SPSS software.
I would like to know if the R version 2.9.0 application is capable of read and procces entry files
2009 Jul 27
2
How should i change the SAS Codes into R Codes?
Dear R users,
I have a SAS codes with several loops in it, and i hope to use R to do the
same task. The SAS codes are as follows,
/*to generate the dataset*/
DATA Single_Simulation;
DO se=0 to 1 by 0.01;
DO sp=0 to 1 by 0.01;
DO DR=0 to 1 by 0.01;
TR=(DR+sp-1)/(se+sp-1+1.0e-12);
Adjust_Factor=TR/(DR+1.0e-12);
OUTPUT;
END;
END;
END;
RUN;
/*to select some data*/
DATA
2009 Jul 30
3
What is the best method to produce means by categorical factors?
I am attempting to replicate some of my experience from SAS in R and assume
there are best methods for using a combination of summary(), subset, and
which() to produce a subset of mean values by categorical or ordinal
factors.
within sas I would write
proc means mean data=dataset;
class factor1 factor2
var variable1 variable2;
RUN;
producing an output with means for each variable by factor
2008 Aug 27
4
Fw: How to learn R language?
--- On Wed, 27/8/08, saggak <saggak1908@yahoo.co.in> wrote:
From: saggak <saggak1908@yahoo.co.in>
Subject: How to learn R language?
To: r-help@r-project.org
Date: Wednesday, 27 August, 2008, 3:37 PM
Hi!
I am a post graduate in Statistics. I want to learn R language, but am very confused as to how to begin systematically. I need to learn R language from Statistics point of view
2010 May 20
3
R newbie | sapply and FUN error
Greetings -
While I've used R a fair bit for basic statistical machinations, I've
not used it for data manipulation - I've used SAS for 20+ years (and
SAS real shines in data handling). So, I've started the process of
trying to figure out 'how to do in R what I can do in my sleep in SAS'
- specifically wrt to data manipulating. So, these are decidely
'newbie' level