Rdocumentation
powered by
Learn R Programming
tcpl (version 1.2.2)
registerMthd: Add a new analysis method
Description
registerMthd
registers a new analysis method to the tcpl databases.
Usage
registerMthd(lvl, mthd, desc, nddr = 0L, type)
Arguments
lvl
Integer of length 1, the level for the analysis method
mthd
Character, the name of the method
desc
Character, same length as mthd, the method description
nddr
Integer, 0 or 1, 1 if the method requires loading the dose- response data
type
Character of length 1, the data type, "sc" or "mc"
Details
'mthd' must match a corresponding function name in the functions that load the methods, ie.
mc2_mthds
. 'nddr' only applies to level 6 methods.