powered by
Check if the idem-parameters are correctly specified and consistent with the data
idem-parameters
imChkPars(data.all, lst.var, html = FALSE)
Original dataset
see idem-parameters
logic indicator for the format of the error messages
NULL if the specification is correct.
NULL
Text messages if html=TRUE.
html=TRUE
# NOT RUN { err.lst.var <- list(trt="TRT", outcome=c("Y1","Y2"), y0=NULL, endfml="Y3", bounds=c(10,20), duration=365); imChkPars(abc, err.lst.var); # }
Run the code above in your browser using DataLab