Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-da committed Dec 20, 2018
1 parent 1c65c89 commit de5a711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/sdcApp/controllers/ui_results_numerical.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ output$ui_resnum_infoloss <- renderUI({
}
x <- print(curObj, type="numrisk", docat=FALSE)

txt1 <- "For the continuous variables in the dataset, the IL1s measure is defined as:"
txt1 <- paste("For the continuous variables in the dataset, the",strong("IL1s"),"measure is defined as:")

txt2 <- paste("where",tags$i("p"),"is the number of continuous variables;",tags$i("n"),"is the number of records in the dataset;")
txt2 <- paste(txt2,tags$i("x_ij"),"and",tags$i("z_ij"),", respectively, are the values before and after anonymization for variable",tags$i("j"))
Expand Down

0 comments on commit de5a711

Please sign in to comment.