print.IDEMERROR | R Documentation |
Print error messages in the parameter specifications generated by
imData
## S3 method for class 'IDEMERROR'
print(x, html = FALSE, ...)
x |
A class |
html |
Logical indicator for the format of the error messages. When |
... |
Additional arguments |
imData
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.