Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Paul Hiemstra
Rakknar wrote: Hello everybody. I've been learning R for about a month to do a econometric study and now i'm stuck with some problems to make R do the things I want. Here I give the list of things I wanna do from the most simple to the more complex (for me of course): 1. Make a log. I've

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Jim Lemon
Rakknar wrote: Hello everybody. I've been learning R for about a month to do a econometric study and now i'm stuck with some problems to make R do the things I want. Here I give the list of things I wanna do from the most simple to the more complex (for me of course): 1. Make a log. I've

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Ottorino-Luca Pantani
Rakknar ha scritto: 1. Make a log. I've been using Stata and there i have a great tool to register what the program do: the log file, wich it's a simple .txt file where Stata writes every output it makes (not graphics of course). When I wanted to make the same thing with R I started to use the

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Steve Jaffe
. -- View this message in context: http://www.nabble.com/Several-simple-but-hard-tasks-to-do-with-R-tp25052563p25064007.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Rakknar
(yourfile.rdata)) Thanks. I was trying not to start making commands for R (after all making them after only a month seems a huge task for be but if there is no other option...). -- View this message in context: http://www.nabble.com/Several-simple-but-hard-tasks-to-do-with-R-tp25052563p25063630.html Sent

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Rakknar
-simple-but-hard-tasks-to-do-with-R-tp25052563p25063776.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

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread jim holtman
know I can do things that way but it doesn't work for me: I want to be able to store several objects in one .Rdata file in a flexible and fast way. Writing one for each object seems too messy for me. -- View this message in context: http://www.nabble.com/Several-simple-but-hard-tasks-to-do

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Thomas Lumley
On Thu, 20 Aug 2009, Ottorino-Luca Pantani wrote: Rakknar ha scritto: 1. Make a log. I've been using Stata and there i have a great tool to register what the program do: the log file, wich it's a simple .txt file where Stata writes every output it makes (not graphics of course). When I wanted

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Barry Rowlingson
On Thu, Aug 20, 2009 at 3:59 PM, Rakknaraliengene...@yahoo.com wrote: I already using script. I'm using Tinn-R to write them. Thanks for the recommendation of the R2HTML package I'll see how to use it right now. If you run your script using the command line: R CMD BATCH script.R script.Rout

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread David Winsemius
On Aug 20, 2009, at 10:59 AM, Rakknar wrote: To echo what others have said, it is often easier to write a script (in STATA terms, a do file) of commands and then source the script. When it runs to your satisfaction, usually not the first time for me, there are several ways to store the

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Rakknar
used that and it doesn't work. It only register the output, not the inputs. -- View this message in context: http://www.nabble.com/Several-simple-but-hard-tasks-to-do-with-R-tp25052563p25065630.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Greg Snow
Subject: Re: [R] Several simple but hard tasks to do with R To echo what others have said, it is often easier to write a script (in STATA terms, a do file) of commands and then source the script. When it runs to your satisfaction, usually not the first time for me, there are several ways

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Rakknar
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Rakknar Sent: Thursday, August 20, 2009 9:00 AM To: r-help@r-project.org Subject: Re: [R] Several simple but hard tasks to do with R To echo what others have said, it is often

Re: [R] Several simple but hard tasks to do with R

2009-08-20 Thread Stephan Kolassa
Hi Rakknar, I believe that the menu command File - Save to File (or some such, I use the German version) in the R GUI for Windows (I'm unclear on your OS) has not yet been suggested. This writes a file containing the entire R session. Does this create the kind of log you are looking for?

[R] Several simple but hard tasks to do with R

2009-08-19 Thread Rakknar
with X.Rdata data else run regression from the 0. I hope I can find help here. Thanks!! -- View this message in context: http://www.nabble.com/Several-simple-but-hard-tasks-to-do-with-R-tp25052563p25052563.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Several simple but hard tasks to do with R

2009-08-19 Thread Bert Gunter
regression with X.Rdata data else run regression from the 0. I hope I can find help here. Thanks!! -- View this message in context: http://www.nabble.com/Several-simple-but-hard-tasks-to-do-with-R-tp25052563p 25052563.html Sent from the R help mailing list archive at Nabble.com