[R] New to R

2018-09-19 Thread Bill Poling
Hello Jim, as new use"R" myself, 1.5 years I HIGHLY recommend emersion. Subscribe to : https://www.r-bloggers.com/ https://stackoverflow.com http://blog.revolutionanalytics.com/ Anything Hadley Wickam, he has several free e-books. Depending on r-help (r-help@r-project.org<ma

Re: [R] New to R

2018-09-15 Thread Michael Dewey
Dear Jim Without knowing what l.out is this might be tricky. What does str(l.out) tell you it is. And is CVS a typo for csv? Michael On 14/09/2018 19:00, Jim Blackburn wrote: I am newly subscribed to r-project. I have recently plunged into R on a totally self-taught basis (may not have

Re: [R] New to R

2018-09-14 Thread David Winsemius
> On Sep 14, 2018, at 2:15 PM, MacQueen, Don via R-help > wrote: > > If l.out is not a data frame, what is it? A list? A matrix? Some other > structure? Try I thought it would be one of those variants of a zoo object. Matrix structure with specialized row.names that can handle time-date

Re: [R] New to R

2018-09-14 Thread MacQueen, Don via R-help
If l.out is not a data frame, what is it? A list? A matrix? Some other structure? Try str(l.out) class(l.out) and see what you get. Can't help you convert it to a data frame without knowing what it is. After you have a data frame, then write.table(), write.csv(), or write.csv2() will

Re: [R] New to R

2018-09-14 Thread Bert Gunter
Others may help, but I suggest first going through an R tutorial or two to learn about R's basic data structures, i/o, etc. This list can help, but cannot substitute for such homework. Some tutorial recommendations can be found here: https://www.rstudio.com/online-learning/#r-programming There

[R] New to R

2018-09-14 Thread Jim Blackburn
I am newly subscribed to r-project. I have recently plunged into R on a totally self-taught basis (may not have been the smartest decision!) I am attempting to download tickers as a time series. I can successfully create RDA files but I want to convert them to CVS. Following is the code I

Re: [R] New to R

2015-05-10 Thread rex
Boris Chow chow.bo...@gmail.com [2015-05-09 20:04]: I want to do a pricing of an American option as my first exercise. Can some experienced users give me some pointers to do so? https://stat.ethz.ch/mailman/listinfo/r-sig-finance

Re: [R] New to R

2015-05-10 Thread Luis Fernando García
Dear Boris, I am new too, but got a lot of help from this webpage. I hope it will work for you too, All the best! http://tryr.codeschool.com/ 2015-05-09 23:44 GMT-03:00 Boris Chow chow.bo...@gmail.com: Dear R users, I am new to R community and would like to dig into it. Would you advise

Re: [R] New to R

2015-05-10 Thread John Kane
to the problem. John Kane Kingston ON Canada -Original Message- From: chow.bo...@gmail.com Sent: Sun, 10 May 2015 10:44:31 +0800 To: r-help@r-project.org Subject: [R] New to R Dear R users, I am new to R community and would like to dig into it. Would you advise what are the appropriate

[R] New to R

2015-05-09 Thread Boris Chow
Dear R users, I am new to R community and would like to dig into it. Would you advise what are the appropriate steps to do so? I want to do a pricing of an American option as my first exercise. Can some experienced users give me some pointers to do so? Thanks a lot, Boris

Re: [R] New to R

2015-02-03 Thread Jim Lemon
Hi Lalitha, Your description is more like calculating a composite score from the values observed on ten attributes, which can then be ranked. Perhaps you want to standardize the observed values to insure that the result is not dominated by the attribute with the numerically highest variance. For

[R] New to R

2015-02-02 Thread Lalitha Kristipati
Hi, In our data we have 10 people with 10 different attributes , we want to rank the people based on the weightage of these attributes. Suggest the best statistical method to do this. Does Revolution R solves my problem?? Regards, Lalitha Kristipati Associate Software Engineer

Re: [R] New to R

2015-02-02 Thread Jeff Newmiller
Please don't cross-post to multiple lists. There is a Posting Guide mentioned in the footer that you probably won't see because you are using Nabble. It would have informed you that the R-devel mailing list was for people interested in modifying R, definitely not this topic. As to your

Re: [R] New to R

2015-01-21 Thread Lalitha Kristipati
Thanks Regards, Lalitha K. Associate Software Engineer 917411291011 From: Jeff Newmiller jdnew...@dcn.davis.ca.us Sent: 21 January 2015 21:34 To: Lalitha Kristipati; R-help@r-project.org Subject: Re: [R] New to R This is not really a question about R

[R] New to R

2015-01-20 Thread Lalitha Kristipati
Hi, I am trying to connect R to databases. I found two ways to connect. 1.By using specific package (eg RMySQL to connect to R) 2.By using connectors and RODBC package. can any one tell me the difference between those two methods. Regards, Lalitha K. Associate Software Engineer

Re: [R] New to R

2015-01-20 Thread Jeff Newmiller
This is not really a question about R... it is a question about databases because similar divisions occur in every imperative programming language that deals with databases. ODBC is a software layer that aims to create a uniform API for the programmer among different variations of SQL databases

Re: [R] New to R

2015-01-20 Thread Prof Brian Ripley
On 21/01/2015 05:51, Lalitha Kristipati wrote: Hi, I am trying to connect R to databases. I found two ways to connect. 1.By using specific package (eg RMySQL to connect to R) 2.By using connectors and RODBC package. can any one tell me the difference between those two methods. See the 'R

[R] New to R

2014-12-15 Thread Lalitha Kristipati
Hi I'm learning R language from past one month .As R is used highly for data analysis ,mining and modeling ,I want to know few real time examples in R in order to make my learning fun filled and practical .Any quick suggestions are appreciated . Regards, Lalitha Kristipati Associate

Re: [R] New to R

2014-12-15 Thread Mark Sharp
I would recommend finding some tutorials on line in areas that you enjoy, read http://r-bloggers.com every day, find introductory texts in the statistical areas of interest, and study some texts on R programming. I really enjoyed The Art of R Programming: A Tour of Statistical Software Design

Re: [R] New to R

2014-12-15 Thread billy am
Hi , As the OP was asking for examples , I would also recommend Modeling Techniques in Predictive Analytics by Thomas Miller. That book is full of examples + R scripts. Its on Amazon. Regards Billy -- |

Re: [R] New to R

2014-02-28 Thread Ista Zahn
Please give a reproducible example. When I run your code I get object 'stocks' not found. So what is stocks? On Thu, Feb 27, 2014 at 11:24 PM, George Katsuras geoka...@hotmail.com wrote: I successfully downloaded and loaded the stockPortfolio and quadprog packages, but when I entered the

Re: [R] New to R

2014-02-28 Thread Ista Zahn
: [R] New to R To: geoka...@hotmail.com CC: r-help@r-project.org Please give a reproducible example. When I run your code I get object 'stocks' not found. So what is stocks? On Thu, Feb 27, 2014 at 11:24 PM, George Katsuras geoka...@hotmail.com wrote: I successfully downloaded and loaded

[R] New to R

2014-02-27 Thread George Katsuras
I successfully downloaded and loaded the stockPortfolio and quadprog packages, but when I entered the following command I got an error: returns - getReturns(names(stocks), freq=week) Error in file(file, rt) : cannot open the connection In addition: Warning message: In file(file, rt) : cannot

Re: [R] New to R

2012-08-28 Thread Bert Gunter
and ?fisher.test, paying attention to the Value sections of the Help. This list cannot replace your expending time and effort to learn R's basics The tutorials and Help pages have the info you need.. -- Bert On Mon, Aug 27, 2012 at 5:45 PM, moulirc c.radhakrish...@uq.edu.au wrote: Hi, I am new to R

[R] New to R

2012-08-27 Thread moulirc
Hi, I am new to R and using Rcmdr and like to automate and get into scripting... I am using for evaluating two variables .Table - xtabs(~CurSWI+BckMo, data=swanalysis_run1) .Table fisher.test(.Table) remove(.Table) the output for this will be .Table BckMo CurSWI N/A No Yes N

[R] New to R

2012-05-14 Thread Ronald McDowell
I am new to R and starting to explore its functionality. I wondered if anyone could advise whether R supports non-linear canonical correlation and/or the specification of models using alternating least squares? Thanks Ron [[alternative HTML version deleted

Re: [R] New to R

2012-05-14 Thread David L Carlson
Of Ronald McDowell Sent: Monday, May 14, 2012 6:51 AM To: r-help@r-project.org Subject: [R] New to R I am new to R and starting to explore its functionality. I wondered if anyone could advise whether R supports non-linear canonical correlation and/or the specification of models using

Re: [R] New to R

2012-05-14 Thread Bert Gunter
77843-4352 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of Ronald McDowell Sent: Monday, May 14, 2012 6:51 AM To: r-help@r-project.org Subject: [R] New to R I am new to R and starting to explore its functionality. I wondered

Re: [R] New to R

2012-05-14 Thread Sarah Goslee
Hi, On Mon, May 14, 2012 at 12:44 PM, Bert Gunter gunter.ber...@gene.com wrote: I usually try google searches first. While not always successful, I am frequently surprised by how well it does. rseek.org is simply a custom Google search for R-related things. It does an even better job pulling

Re: [R] new to R - text command - background color

2012-02-06 Thread Henry
: http://r.789695.n4.nabble.com/new-to-R-text-command-background-color-tp4359778p4363401.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

Re: [R] New to R, Curious about Project Idea

2012-01-12 Thread Antonio Rodriges
Phil, You should look onto sp package which is the base for any other spatial packages in R http://cran.r-project.org/web/packages/sp/index.html Also notice Reverse depends section where you can find a lot of useful packages for spatial operations and analysis. For loading shape files,

[R] New to R, Curious about Project Idea

2012-01-11 Thread arbeaupg
.nabble.com/New-to-R-Curious-about-Project-Idea-tp4285576p4285576.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

Re: [R] New to R, Curious about Project Idea

2012-01-11 Thread R. Michael Weylandt
it for the 'company' I am performing this for as part of my project. Any insight you could provide me would be greatly, greatly appreciated. Thanks, Phil -- View this message in context: http://r.789695.n4.nabble.com/New-to-R-Curious-about-Project-Idea-tp4285576p4285576.html Sent from the R help

Re: [R] New to R, Curious about Project Idea

2012-01-11 Thread Daniel Nordlund
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of arbeaupg Sent: Wednesday, January 11, 2012 6:36 AM To: r-help@r-project.org Subject: [R] New to R, Curious about Project Idea Good morning, I am a student whom is currently

Re: [R] new to R coding.

2011-10-25 Thread Robert Baer
in 2:n) { dx[i]=(d[i])/(d[i-1]) # delta doesn't really do anything so I commented out # delta=dx[i] } # this is what I have tried to do. -Original Message- From: tynashy Sent: Monday, October 24, 2011 11:29 AM To: r-help@r-project.org Subject: Re: [R] new to R coding. I am new to R coding

[R] new to R coding.

2011-10-24 Thread tynashy
of the quotient of the two days. any help is most appreciated. d is a vector of the closing values of the stock market index of length 5000. -- View this message in context: http://r.789695.n4.nabble.com/new-to-R-coding-tp3933588p3933588.html Sent from the R help mailing list archive

Re: [R] new to R coding.

2011-10-24 Thread R. Michael Weylandt
consecutive days, i want to use the log of the quotient of the two days. any help is most appreciated. d is a vector of the closing values of the stock market index of length 5000. -- View this message in context: http://r.789695.n4.nabble.com/new-to-R-coding-tp3933588p3933588.html Sent from the R

Re: [R] new to R coding.

2011-10-24 Thread R. Michael Weylandt
of the two days. any help is most appreciated. d is a vector of the closing values of the stock market index of length 5000. -- View this message in context: http://r.789695.n4.nabble.com/new-to-R-coding-tp3933588p3933588.html Sent from the R help mailing list archive at Nabble.com

Re: [R] new to R coding.

2011-10-24 Thread tynashy
I am new to R coding and I am trying to model the returns on the ftse100 since 1990. I have got a vector with all the closing values on each trading day. however, instead of using the difference in the closing values of two consecutive days, (ie dx=diff(x) where x is the vector containing

Re: [R] new to R coding.

2011-10-24 Thread R. Michael Weylandt
(P)]) 1.0021775 0.9920074 1.0046151 0.9991435 1.0033510 1.0043495 which I believe is what you are after. Michael On Mon, Oct 24, 2011 at 12:29 PM, tynashy tyna...@yahoo.co.uk wrote: I am new to R coding and I am trying to model the returns on the ftse100 since 1990. I have got a vector with all

[R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Karen R. Khar
Hi, I'm mighty new to R. I'm using it on Windows. I'm trying to cluster using a distance matrix I created from the data on my own and called it D10.dist. I loaded the cluster package. Then tried the following command... agnes(E:D10.dist, diss = TRUE, metric = euclidean, stand = FALSE, method

Re: [R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Karen R. Khar
0.68969 0.485988 0.7027380.42819 0.442598 D10 0.3765120.6006070.5178570.673515 0.5304210.667736 0.5370250.48062 0.240559 -- View this message in context: http://r.789695.n4.nabble.com/New-to-R-trying-to-use-agnes

Re: [R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Sarah Goslee
On Mon, Jun 27, 2011 at 3:43 AM, Karen R. Khar karen.k...@gmail.com wrote: Hi, I'm mighty new to R. I'm using it on Windows. I'm trying to cluster using a distance matrix I created from the data on my own and called it D10.dist. I loaded the cluster package. Then tried the following command

Re: [R] New to R, trying to use agnes, but can't load my ditance matrix

2011-06-27 Thread Bill.Venables
. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Karen R. Khar Sent: Monday, 27 June 2011 5:44 PM To: r-help@r-project.org Subject: [R] New to R, trying to use agnes, but can't load my ditance matrix Hi, I'm mighty new to R. I'm

Re: [R] new to R need urgent help!

2011-06-24 Thread StellathePug
this message in context: http://r.789695.n4.nabble.com/new-to-R-need-urgent-help-tp3621329p3622632.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

[R] new to R need urgent help!

2011-06-23 Thread elisheva corn
hi all- I am doing some research, have never used R before until today and need to understand the following program for a project. if some one could PLEASE help me understand this program ASAP i would GREATLY appreciate it (any syntax/ statistic comments would be great) PLEASE PLEASE HELP!!

Re: [R] new to R need urgent help!

2011-06-23 Thread Abhijit Dasgupta
On Jun 23, 2011, at 4:42 PM, elisheva corn elishevac...@gmail.com wrote: hi all- I am doing some research, have never used R before until today and need to understand the following program for a project. if some one could PLEASE help me understand this program ASAP i would GREATLY

[R] NEW ONLINE R COURSE: Fundamentals of Using R

2011-04-17 Thread Geoffrey Hubona
at their convenience. This course is designed for people who are curious about R, new to R, and who would like to obtain a basic knowledge of R capabilities that apply to any ultimate intended use of R. This course instructs about the R environment: using workspaces; importing and exporting data; R data types, data

Re: [R] new to R: don't understand errors

2011-02-15 Thread apc3n
between the number of file that were named and the number that actually have any usable text in them if you have blank files. Peace, Andrew Cassidy -- View this message in context: http://r.789695.n4.nabble.com/R-new-to-R-don-t-understand-errors-tp809147p3308111.html Sent from the R help mailing

[R] New to R

2010-08-30 Thread Josh HIll
I'm relatively new to R, and not particularly adept yet, but I was wondering if there was a simply way to simulate missing data that are MAR, MNAR and MCAR. I've got a good work-around for the MCAR data, but it's sort of hard to work with. Josh [[alternative HTML version deleted

Re: [R] New to R

2010-08-30 Thread Dennis Murphy
~et~al.pdf HTH, Dennis On Mon, Aug 30, 2010 at 1:15 PM, Josh HIll jh...@isvg.org wrote: I'm relatively new to R, and not particularly adept yet, but I was wondering if there was a simply way to simulate missing data that are MAR, MNAR and MCAR. I've got a good work-around for the MCAR data

[R] new to R, analysis of latency data

2010-04-05 Thread jeff d
, created some simple plots, could someone get me going in the right direction? tia, jd -- View this message in context: http://n4.nabble.com/new-to-R-analysis-of-latency-data-tp1752096p1752096.html Sent from the R help mailing list archive at Nabble.com

Re: [R] new to R, analysis of latency data

2010-04-05 Thread Dennis Murphy
: - Y axis = 95 pecentile latency of transaction type data (order, ack, fill) - X axis = transaction rate I've read the basic doc, created some simple plots, could someone get me going in the right direction? tia, jd -- View this message in context: http://n4.nabble.com/new-to-R-analysis

Re: [R] new to R Project

2010-02-22 Thread Dr. David Kirkby
chinna wrote: hi everyone, i am new to R project can anyone please help me by providing documents my goal is using R i have to connect to the database and i have to generate reports. Thanks in advance chinna. R is a complex program. If you can't work out how to find the documentation, I

Re: [R] new to R Project

2010-02-22 Thread Ivan Calandra
14:07, Dr. David Kirkby a écrit : chinna wrote: hi everyone, i am new to R project can anyone please help me by providing documents my goal is using R i have to connect to the database and i have to generate reports. Thanks in advance chinna. R is a complex program. If you can't work

Re: [R] new to R Project

2010-02-22 Thread spencerg
questions. I don't think you'll get answers if you have such imprecise questions. Ivan Le 2/22/2010 14:07, Dr. David Kirkby a écrit : chinna wrote: hi everyone, i am new to R project can anyone please help me by providing documents my goal is using R i have to connect to the database and i have

Re: [R] new to R Project

2010-02-22 Thread spencerg
the manuals available there (and there are a lot). When you'll understand how R works, read the posting guide and ask specific questions. I don't think you'll get answers if you have such imprecise questions. Ivan Le 2/22/2010 14:07, Dr. David Kirkby a écrit : chinna wrote: hi everyone, i am new to R

[R] new to R Project

2010-02-21 Thread chinna
hi everyone, i am new to R project can anyone please help me by providing documents my goal is using R i have to connect to the database and i have to generate reports. Thanks in advance chinna. -- View this message in context: http://n4.nabble.com/new-to-R-Project-tp1564104p1564104.html

[R] New York R Meetup

2009-03-12 Thread Joshua Reich
Hi, After hearing good things about the R community over on the west coast, I have started a New York based R meetup group. We intend to have our first get together on Thursday April 2nd, at 7pm. For more details pop on over to http://meetup.com/nyhackr Regards, Josh -- Joshua Reich 646 256

[R] New to R

2009-02-02 Thread Joe Hughes
Hello All, A colleague of mine started working with R and out of curiosity I did some research on the language. Very nice. In my opinion this is one of the best languages I've found for getting tasks I'm interested in done. I wrote this simple die roller and was curious to know if it

Re: [R] New to R

2009-02-02 Thread Gabor Grothendieck
Try this: matrix(sample(dsize, nrolls * ndice, replace = FALSE), nrolls, ndice) On Mon, Feb 2, 2009 at 12:39 PM, Joe Hughes joe.hug...@earthlink.net wrote: Hello All, A colleague of mine started working with R and out of curiosity I did some research on the language. Very nice. In

Re: [R] New to R

2009-02-02 Thread Joe Hughes
Gabor, Shouldn't the replace be TRUE instead of FALSE? I get this error Error in sample(6, 28, replace = FALSE) : cannot take a sample larger than the population when 'replace = FALSE' when I use FALSE. I don't get the error when it is TRUE. Examining my mental model of what

Re: [R] New to R

2009-02-02 Thread Gabor Grothendieck
Yes, it should be TRUE. On Mon, Feb 2, 2009 at 1:16 PM, Joe Hughes joe.hug...@earthlink.net wrote: Gabor, Shouldn't the replace be TRUE instead of FALSE? I get this error Error in sample(6, 28, replace = FALSE) : cannot take a sample larger than the population when 'replace =

Re: [R] New to R

2009-02-02 Thread Greg Snow
-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Joe Hughes Sent: Monday, February 02, 2009 10:40 AM To: R-help@r-project.org Subject: [R] New to R Hello All, A colleague of mine started working with R and out of curiosity I did some research

Re: [R] New to R

2009-02-02 Thread Wacek Kusnierczyk
Joe Hughes wrote: # function(die_size, number_of_dice, number_of_rolls) { you may want to replace rolls - array(0, dim=c(number_of_rolls, number_of_dice)) for (i in 1:number_of_rolls) { rolls[i,] - sample(die_size, number_of_dice, replace=TRUE) } with,

Re: [R] New to R

2009-02-02 Thread Joe Hughes
All, Thanks for taking the time to reply. I understand a bit more about R and the R way then I did before.The final function looks like this: ## # # Input: # die_size - 4, 6, 8, 10, 20 # number_of_dice -

Re: [R] New to R

2009-02-02 Thread Greg Snow
: Monday, February 02, 2009 1:09 PM To: R help Subject: Re: [R] New to R All, Thanks for taking the time to reply. I understand a bit more about R and the R way then I did before.The final function looks like

Re: [R] New to R

2009-02-02 Thread Gabor Grothendieck
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 Joe Hughes Sent: Monday, February 02, 2009 1:09 PM To: R help Subject: Re: [R] New to R All

[R] New to R - Errors in plotting

2008-11-06 Thread BKMooney
I am new to R and am running into trouble with the function plot. When I enter in the simple code: x-1:4 y-5:8 plot(x,y) I get a scatter plot with 4 points as expected. However, with my own data, A and B are both vectors of length ~85, each entry a decimal in [0,1]. Using the same plot

Re: [R] New to R - Errors in plotting

2008-11-06 Thread jim holtman
, 2008 at 11:18 AM, BKMooney [EMAIL PROTECTED] wrote: I am new to R and am running into trouble with the function plot. When I enter in the simple code: x-1:4 y-5:8 plot(x,y) I get a scatter plot with 4 points as expected. However, with my own data, A and B are both vectors of length ~85

Re: [R] New to R - Errors in plotting

2008-11-06 Thread Erik Iverson
them, and it should do what you'd like. Since you're new to R, one of my tips would be to learn the class() and str() functions. Many functions, such as plot, operate differently depending on the class of data given to them, therefore it's very important to know the classes of your data objects

Re: [R] New to R - Errors in plotting

2008-11-06 Thread Duncan Murdoch
On 06/11/2008 11:18 AM, BKMooney wrote: I am new to R and am running into trouble with the function plot. When I enter in the simple code: x-1:4 y-5:8 plot(x,y) I get a scatter plot with 4 points as expected. However, with my own data, A and B are both vectors of length ~85, each entry

[R] new to R

2008-09-06 Thread sudeshna
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. __ R-help@r-project.org mailing list https

Re: [R] new to R

2008-09-06 Thread Paul Smith
On Sat, Sep 6, 2008 at 5:10 AM, sudeshna [EMAIL PROTECTED] wrote: hi im starting with R.have no idea to start...plz help Search the Internet for online tutorials and/or read an introductory book (search for them, e.g., on Amazon.Com). Good luck, Paul

Re: [R] new to R

2008-09-06 Thread Jim Lemon
sudeshna wrote: hi im starting with R.have no idea to start...plz help Hi sudeshna, There are several beginner's guides on the CRAN website. Go to: http://cran.r-project.org and select Contributed (second last option on the left). Jim __

Re: [R] new to R

2008-09-06 Thread Liviu Andronic
On 9/6/08, sudeshna [EMAIL PROTECTED] wrote: hi im starting with R.have no idea to start...plz help -- http://www.math.ilstu.edu/dhkim/Rstuff/Rtutor.html http://www.statmethods.net/index.html http://rforsasandspssusers.com/ Rcmdr rattle http://www.sciviews.org/_rgui/

[R] New to R. Question about very large files

2008-08-14 Thread Richard Palmer
.. I am new to R but experienced in SAS. SAS has the capability to let me develop a model from a sample and use the results to score the records of another file which won't fit in memory. Is this straightforward in R or does it require coding to do the scoring in segments? Can someone point me

Re: [R] New to R. Question about very large files

2008-08-14 Thread Mark Lyman
Richard Palmer rhpalmer at gmail.com writes: .. I am new to R but experienced in SAS. SAS has the capability to let me develop a model from a sample and use the results to score the records of another file which won't fit in memory. Is this straightforward in R or does it require coding

Re: [R] New to R. Question about very large files

2008-08-14 Thread paulandpen
(just kidding). Sorry if I am wrong here about what you need. Welcome . Paul - Original Message - From: Richard Palmer [EMAIL PROTECTED] To: r-help@r-project.org Sent: Thursday, August 14, 2008 10:40 PM Subject: [R] New to R. Question about very large files .. I am new to R