Sebastian Jeworutzki

Results 25 comments of Sebastian Jeworutzki

Hi @spiry34 ! Thanks for your contribution and pull request! I'm just back from holidays and quite busy at the moment, but I'll try to take a look into your...

Hey @spiry34, thanks for the update! I'll start to add some tests for the current implementation, so I can test your code thoroughly :)

First draft in branch 'dataprep', see commit 4969de225c72b45904bfd73a34f764dd6c783038

Additionally there is a issue while reading factor labels (e.g. ESS9e03_1.dta).

Could you give a small usage example? I have no experience with the labelled package.

It might be a good idea to add some code for labelled columns. I want to add some functions for working with labels anyway. In the meantime you could just...

I think it is also possible to keep the numeric codes. I’ll take a look into that.

I did a rough implementation of labelled vectors in d8af2077bd8ba74c05795d2b53fb2be7bf9657bf . The code will probably change in the future, but you might give it a try: ```r # install from...

I did a quick test with `ttf2afm` from pdftex and on first sight it might work out. At the moment pdf export seems to function properly on linux systems (I...

Try this code with R 4.0 to install the archived package: ``` install.packages(c("gWidgets", "gWidgetsRGtk2", "RGtk2", "RSQLite", "igraph")) install.packages("https://cran.r-project.org/src/contrib/Archive/RQDA/RQDA_0.3-1.tar.gz", type = "source") ```