makeTreatKey: Make Treatment Key

Description Usage Arguments Details Examples

Description

Use treatment levels to generate treatment key in LaTeX.

Usage

1
  makeTreatKey(tlevels, paramFile, append = FALSE)

Arguments

tlevels

vector. unique treatment levels, expected to have length two

paramFile

character. params filename

append

logical. If ‘TRUE’ output will be appended to ‘file’, otherwise, contents will be overwritten

Details

Typically will be called with paramFile missing as the filename will be generated by package options.

Examples

1
makeTreatKey(c('A', 'B'), paramFile='') # prints to standard output

harrelfe/rreport documentation built on May 17, 2019, 2:48 p.m.