Displaying 6 results from an estimated 6 matches for "hannahvanimp".
Did you mean:
hannahvanimpe
2020 Nov 02
0
Error: vector memory exhausted (limit reached?)
Re-looping R-help. My error.
Hannah, I can't tell you how much RAM your computer has, certainly not how
much is free for R's use. Just that you are probably not going to be able
to load a dataset that Large into a 2017 MacBook.
On Mon, Nov 2, 2020, 3:20 PM Hannah Van Impe <hannahvanimpe at outlook.com>
wrote:
> Thank you very much,
> would it be possible to merge multiple smaller datasets into this one
> dataset?
> How much RAM would be possible for one dataset on laptop scales?
> I need to work with this data for the university, so it would be best if I
> c...
2020 Nov 02
2
Error: vector memory exhausted (limit reached?)
Hello
I have a question about the error: vector memory exhausted (limit reached?). I have the R-studio version 4.0.3 (2020-10-10).
I have a MacBook Air (13-inch, 2017). I am trying to open a dataset file ?data_dta? through the import dataset ?file from stata? button.
I already did this with other datasets, and this works fine. Now, I want to work with a bigger dataset of 4.08 GB. When I try to
2020 Oct 30
0
Error: variable not found
...codes using "_" as a separator. You can do it
without the "_" and get a numeric variable, but I think you will generate
ambiguous "sprule" codes. Again, this will not work with between-household
relationships.
Jim
On Fri, Oct 30, 2020 at 11:16 PM Hannah Van Impe <hannahvanimpe at outlook.com>
wrote:
> Thank you very much for the answer.
>
> I also have another question. With this data, I made the variable union_id
> using paste0. (I am writing a thesis and this part is necessary, but I
> don?t have previous knowledge of R, so it is difficult for me)....
2020 Oct 29
0
Creating unique code
...ta$pernum == ind]<-hh
}
}
}
ipumsi_00008_dta
Note that this is a bad way to create a field in a database and it would be
better to create the information on the fly with a query.
It won't work with between household relationships
Jim
On Wed, Oct 28, 2020 at 10:08 PM Hannah Van Impe <hannahvanimpe at outlook.com>
wrote:
> Hello
> Again, thank you very much for the help!!
>
...
> In this foto, you can see that there is a polygamous union in household 6.
> The men always only shows 1 sploc variable, even when they have multiple
> women. So, only men have multiple women...
2020 Oct 27
2
Creating unique code
Hello,
I need some help in creating a new variable. I need to create a 'couple identifier', which gives a unique code for every couple/triple/... in a household. So, I can identify couples. To do this, I should use 4 variables:
* SERIAL = a unique numeric code for each household
* PERNUM = a unique numeric code for each person
* SPLOC = the numeric code of the spouse in the
2020 Oct 30
3
Error: variable not found
Hello
I have a question. I made an r-script and did a few commands needed to make some new variables. They all work out well, and when I run the commands, the new variables appear in the dataset. I can also work with these new variables to make other new variables from them. Also, when I use summary(dataset), those new variables appear in the summary of the dataset.
But, when I do summary(new