powered by
Function takes one or multiple objects and converts them to a single error-message. Objects can be output of functions try or checkData.
try
checkData
errorMessage(...)
(characer) string combining information from input-objects
one or multiple objects separated by comma
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
if (FALSE) { data(dataEP05A2_1) dat2 <- dataEP05A2_1[1:16,] dat2$y <- dat2$y[rep(seq(1,7,2), rep(2,4))] errorMessage(try(1/"a"), checkData(y~day/run, dat2)) }
Run the code above in your browser using DataLab