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

Missing Bounded Structure id's (BSIntID) #3

Open
aakullian opened this issue Apr 3, 2020 · 1 comment
Open

Missing Bounded Structure id's (BSIntID) #3

aakullian opened this issue Apr 3, 2020 · 1 comment

Comments

@aakullian
Copy link

getHIV() produces a dataset that has NA values for BSIntID. Are there any defaults that exclude these individuals in other functions?

@vando026
Copy link
Owner

vando026 commented Apr 4, 2020

getHIV reads in the Rda dataset that you created from readHIVData. By default, readHIVData will drop BSIntIDs from TasP areas. The motivation for dropping TasP areas as the default behavior is now detailed in https://github.com/vando026/ahri/wiki/2-Read-functions. If you want, you can keep BSIntIDs from TasP areas by setting dropTasP=FALSE in readHIVData. The readHIVData and getHIV functions do not drop NA BSIntIDs.

There is no default setting in setArgs that drops NA BSIntID either. Most functions, as far as I remember, do not drop NA BSIntID. If there is an exception to this behavior, I will list those functions in this post and in the documentation.

@vando026 vando026 transferred this issue from another repository May 10, 2020
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