print.IDEMERROR: Print error messages

View source: R/idem_data.R

print.IDEMERRORR 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 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

## 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)


idem documentation built on Aug. 9, 2023, 5:08 p.m.