Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

harmonization of the trust variables for the Eurobarometer #27

Open
eborbath opened this issue Mar 22, 2022 · 1 comment
Open

harmonization of the trust variables for the Eurobarometer #27

eborbath opened this issue Mar 22, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@eborbath
Copy link

I am trying to replicate the harmonization of the trust variables for the Eurobarometer waves as presented here :
https://retroharmonize.dataobservatory.eu/articles/eurobarometer.html#harmonize-waves

However, I ran into some difficulties along the way.

The function “harmonize_surveys” cannot be found. We used “harmonize_survey_variables” instead (Is it the right replacement?).

Then we get this error :
Error in harmonize_survey_variables(survey_list = eb_waves_selected, .f = harmonize_eb_trust) : unused argument (.f = harmonize_eb_trust)

It suggests that the created harmonization function has an issue, I suppose?

@antaldaniel antaldaniel self-assigned this Jun 2, 2022
@antaldaniel antaldaniel added the documentation Improvements or additions to documentation label Jun 2, 2022
@antaldaniel
Copy link
Collaborator

@eborbath The problem is that there has been a major (unfinshed) upgrade in the functions that are not yet reflected in all documentation. The deprecation note is correct, the harmonize_survey_variables() should be used instead of harmonize_surveys”, but that function works rather differently.

The new CAP vignette is a better point of reference as it uses the new functions. I am not sure that the Eurobarometer vignette will be held at all, as the new vignette is another Eurobarometer example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants