registerMthd | R Documentation |
registerMthd
registers a new analysis method to the gtox
databases.
registerMthd(lvl, mthd, desc, nddr = 0L, type)
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" |
'mthd' must match a corresponding function name in the functions that load
the methods, ie. mc2_mthds
. 'nddr' only applies to level 6
methods.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.