block
or assignment
to a
set of .tex files using xtable
.outTeX(block.obj, namesCol = NULL, digits = 2, ...)
block
or assignment
.write.tex
.GroupXXX
.[object Object]
outCSV
, block
, assignment
## First, block out <- block(x100, groups = "g", n.tr = 2, id.vars = c("id"), block.vars = c("b1", "b2"), algorithm="optGreedy", distance = "mahalanobis", level.two = FALSE, valid.var = "b1", valid.range = c(0,500), verbose = TRUE) ## Second, assign assg <- assignment(out, seed = 123)
## create three .tex files of blocks
outTeX(out)
## create three .tex files of assigned blocks
## (note: overwrites blocked .tex files)
outTeX(assg)