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

get started guide? #3

Open
ran-codes opened this issue Jan 26, 2023 · 1 comment
Open

get started guide? #3

ran-codes opened this issue Jan 26, 2023 · 1 comment

Comments

@ran-codes
Copy link

Hi is there a get started guide for this package or do you recommend just using the StatConverter package?

(we want to generate a DDI codebook from our data for submission to ICPSR)

Thanks!

@dusadrian
Copy link
Owner

Hello @ran-codes, I am working on a proper documentation webpage for this package but it will take a little while.
StatConverter is just a simple GUI on top of DDIwR, so its use is not mandatory.

Conversion to DDI can be done directly from R, using the function convert().

Be aware, however, that the resulting DDI Codebook file covers the data description part extensively, with very little information about the other components of the Codebook (for instance the Study description). You need to manually edit those sections to add the relevant information, for a complete submission codebook.

One more important thing is the DDIwR codebook embeds the CSV data by default (something useful for conversion but not a standard recognized by ICPSR), and you can deactivate that by using the argument embed = FALSE in the same function convert().

Please take a look on that function's help page, there should be enough information to get you started.

I hope this helps,
Adrian

@pitkant pitkant mentioned this issue Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants