search for: var_recod

Displaying 1 result from an estimated 1 matches for "var_recod".

Did you mean: var_recode
2011 Aug 11
3
improve formatting of HTML table
...tructure(c(26L, 0L, 40L, 0L, 10L, 0L, 0L, 188L, 0L, 281L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L), .Dim = c(6L, 3L), .Dimnames = structure(list( myvar = c("Don't know", "Somewhat likely", "Somewhat unlikely", "Very likely", "Very unlikely", NA), var_recode = c("0", "1", NA)), .Names = c("myvar", "var_recode")), class = "table") library("R2HTML") .HTML.file = paste(getwd(), "/example.html", sep = "") HTML(table2) In the output, I would like to improve the justific...