Learn R Programming

idem (version 5.2)

print.IDEMERROR: Print error messages

Description

Print error messages in the parameter specifications generated by imData

Usage

# S3 method for IDEMERROR
print(x, html = FALSE, ...)

Arguments

x

A class IDEMERROR object returned by imData when there are misspecifications

html

Logical indicator for the format of the error messages. When TRUE, the error messages are formatted in HTML format

...

Additional arguments

See Also

imData

Examples

Run this code
if (FALSE) {
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);}

Run the code above in your browser using DataLab