rxParseErr {rxode2} | R Documentation |
Prepare Error function for inclusion in rxode2
Description
Prepare Error function for inclusion in rxode2
Usage
rxParseErr(
x,
baseTheta,
ret = "rx_r_",
init = NULL,
addProp = c("combined2", "combined1")
)
Arguments
x |
error function |
baseTheta |
Base theta to start numbering add(.) and prop(.) from. |
ret |
Internal return type. Should not be changed by the user... |
init |
Initialization vector |
Value
rxode2 transformed text
Author(s)
Matthew L. Fidler
[Package rxode2 version 3.0.0 Index]