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
Current workflow:
fixed = bootParam %>% select(-ci_95) %>% #remove for make_pmtable function- cannot have 2 CI columns make_pmtable(.pmtype = "fixed") %>% st_span("Final model", value) %>% st_span("Non-parametric bootstrap", boot_value:`boot_95\\% CI`) %>% st_rename("Median" = "boot_value", "95\\% CI" = `boot_95\\% CI`)
Update make_pmtable to:
make_pmtable
boot_ci..
st_spans
st_rename
.pmtype
The text was updated successfully, but these errors were encountered:
graceannobrien
No branches or pull requests
Current workflow:
Update
make_pmtable
to:boot_ci..
column OR have user specify they want bootstrap tablest_spans
andst_rename
etc..pmtype
argument inmake_pmtable
The text was updated successfully, but these errors were encountered: