No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
ee3d32d
... +0 ...
13756b6
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
81 | 81 | } |
|
82 | 82 | ||
83 | 83 | ||
84 | - | Point.Estimate <- round(coef(model), decimal.estimate)[-1] |
|
85 | - | CI <- round(confint(model)[-1, ], decimal.estimate) |
|
84 | + | Point.Estimate <- round(coef(model), decimal.estimate)[2] |
|
85 | + | CI <- round(confint(model)[2, ], decimal.estimate) |
|
86 | 86 | if(family == "binomial"){ |
|
87 | - | Point.Estimate <- round(exp(coef(model)), decimal.estimate)[-1] |
|
88 | - | CI <- round(exp(confint(model)[-1, ]), decimal.estimate) |
|
87 | + | Point.Estimate <- round(exp(coef(model)), decimal.estimate)[2] |
|
88 | + | CI <- round(exp(confint(model)[2, ]), decimal.estimate) |
|
89 | 89 | } |
|
90 | 90 | ||
91 | 91 |
Files | Coverage |
---|---|
R | 84.89% |
Project Totals (13 files) | 84.89% |
13756b6
ee3d32d