rxUdfUi {rxode2}R Documentation

This function is called when processing rxode2 user functions from the models

Description

This function is called when processing rxode2 user functions from the models

Usage

rxUdfUi(fun)

## S3 method for class 'rinbinom'
rxUdfUi(fun)

Arguments

fun

this is the function that needs to be parsed and changed. This is a R language expression

Value

This needs to return a list with the following elements:

Author(s)

Matthew L. Fidler


[Package rxode2 version 4.0.0 Index]