We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
meta_add_total.R
Test plan of meta_add_total
meta_add_total
meta_add_total(meta = meta_dummy(), total = c("Total", "Sum"))
x <- meta_add_total(meta = meta_dummy(), total = "Total") x$data_population$TRTA x$data_observation$TRTA
has a "Total" there in both data_population and data_observation.
USUBJID TRTA 1 treatment 2 control 1 Total 2 Total
group by TRTA summarize n(USUBJID)
treatment 1 control 1 Total 2
The text was updated successfully, but these errors were encountered:
ginnaram13
Successfully merging a pull request may close this issue.
Test plan of
meta_add_total
meta_add_total(meta = meta_dummy(), total = c("Total", "Sum"))
has a "Total" there in both data_population and data_observation.
USUBJID TRTA
1 treatment
2 control
1 Total
2 Total
group by TRTA
summarize n(USUBJID)
treatment 1
control 1
Total 2
The text was updated successfully, but these errors were encountered: