rxUdfUi | R Documentation |
This function is called when processing rxode2 user functions from the models
rxUdfUi(fun)
fun |
this is the function that needs to be parsed and changed. This is a R language expression |
This needs to return a list with the following elements:
iniDf
– the modified initial estimate data.frame
before
– any model code that needs to be added before the current line
after
– any model code that needs to be added after the current line
replace
– replacement code for this user function
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.