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

Random cohort #386

Open
catalamarti opened this issue Nov 26, 2024 · 0 comments
Open

Random cohort #386

catalamarti opened this issue Nov 26, 2024 · 0 comments

Comments

@catalamarti
Copy link
Collaborator

To create a random cohort from a cdm.

Suggested arguments:

cdm$my_cohort <- randomCohort(
  cdm = cdm,
  name = "my_cohort", 
  proportion = 0.25, 
  multipleRecordsPerPerson = TRUE
)

something like that?

I guess we could have also numberCohorts but this would be calling the function n times and binding together

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

1 participant