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
7baee0a
... +0 ...
2ef76ec
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
215 | 215 | catDigits = catDigits, contDigits = contDigits, pDigits = pDigits, minMax = minMax) |
|
216 | 216 | rownames(ptb1) <- gsub("(mean (SD))", "", rownames(ptb1), fixed=T) |
|
217 | 217 | if (showpm){ |
|
218 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
219 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
218 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
219 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
220 | 220 | } |
|
221 | 221 | cap.tb1 <- "Total" |
|
222 | 222 | #if (Labels & !is.null(labeldata)){ |
177 | 177 | rownames(ptb1) <- gsub("(mean (SD))", "", rownames(ptb1), fixed=T) |
|
178 | 178 | ||
179 | 179 | if (showpm){ |
|
180 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
181 | - | ptb1[!grepl("(%)", rownames(ptb1)), ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)), ] ) |
|
180 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\(", "\u00B1 ", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
181 | + | ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] <- gsub("\\)", "", ptb1[!grepl("(%)", rownames(ptb1)) & rownames(ptb1) != "", ] ) |
|
182 | 182 | } |
|
183 | 183 | ||
184 | 184 | cap.tb1 <- "Total - weighted data" |
Files | Coverage |
---|---|
CreateTableOneJS.R | 99.39% |
DToption.R | 100.00% |
cox2.R | 80.73% |
coxme.R | 74.24% |
forestcox.R | 76.29% |
gee.R | 90.91% |
glmshow.R | 95.89% |
label.R | 87.01% |
lmer.R | 89.19% |
svyCreateTableOneJS.R | 68.38% |
svycox.R | 83.67% |
svyglm.R | 92.65% |
Folder Totals (12 files) | 85.87% |
Project Totals (12 files) | 85.87% |
2ef76ec
7baee0a