print.IDEMERROR {idem} | R Documentation |
Print error messages
Description
Print error messages in the parameter specifications generated by
imData
Usage
## S3 method for class 'IDEMERROR'
print(x, html = FALSE, ...)
Arguments
x |
A class |
html |
Logical indicator for the format of the error messages. When |
... |
Additional arguments |
See Also
Examples
## Not run:
rst.data <- imData(abc, trt="TRT", outcome=c("Y1","Y2"), y0=NULL,
endfml="Y3", bounds=c(10,20), duration=365,
err.terminate=FALSE);
print(rst.data);
## End(Not run)
[Package idem version 5.2 Index]