rxSumProdModel | R Documentation |
Recast model in terms of sum/prod
rxSumProdModel(model, expand = FALSE, sum = TRUE, prod = TRUE)
model |
RxODE model |
expand |
Boolean indicating if the expression is expanded. |
sum |
Use sum(...) |
prod |
Use prod(...) |
model string with prod(.) and sum(.) for all these operations.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.