Learn R Programming

idem (version 2.2)

imChkPars: Check parameter specification

Description

Check if the idem-parameters are correctly specified and consistent with the data

Usage

imChkPars(data.all, lst.var, html = FALSE)

Arguments

data.all

Original dataset

lst.var
html

logic indicator for the format of the error messages

Value

NULL if the specification is correct.

Text messages if html=TRUE.

Examples

Run this code
# 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