Displaying 3 results from an estimated 3 matches for "rakknar".
2009 Aug 19
4
Several simple but hard tasks to do with R
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 been using Stata and there i have a great tool to
register what the program do: the log file, wich it's a
2009 Sep 22
2
Creating loops with strings
Hello. I'm trying to run a series of commands in two different datasets. For
make it efficient I want to make a loop for it. Until now the only command
for loops i found it's the for() command it's only for series of numbers and
not a series of strings, witch it's what i'm needing. It would be something
like this
for(i in dataset1 dataset2) {
i <-
2009 Aug 20
0
[Fwd: Re: Several simple but hard tasks to do with R]
Rakknar ha scritto:
> 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):
&...