-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add sbr_est()
to get estimate (95% CI lower - upper)
#14
Comments
use |
if missing table return SBR_ERR MISSING TABLE or SBR_ERR MISSING VALUE if no term SBR_ERR MULTIPLE VALUES if multiple terms |
should also have type argument where by default |
add argument to signif figures |
joethorley
changed the title
Add
Add May 6, 2022
sbr_est()
to get estimate (lower - upper 95%)
sbr_est()
to get estimate (95% lower - upper)
joethorley
changed the title
Add
Add May 6, 2022
sbr_est()
to get estimate (95% lower - upper)
sbr_est()
to get estimate (95% CI lower - upper)
standard should be (95% CI lower - upper) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sbr_est(term, x_name, sub, ci = TRUE)
look in tables
ensure
term
, estimate, lower and upper.and term should match 1 term only
```sbr_est("bDensity[2]", "coef", "condition")``
The text was updated successfully, but these errors were encountered: