rxSumProdModel: Recast model in terms of sum/prod

rxSumProdModelR Documentation

Recast model in terms of sum/prod

Description

Recast model in terms of sum/prod

Usage

rxSumProdModel(model, expand = FALSE, sum = TRUE, prod = TRUE)

Arguments

model

RxODE model

expand

Boolean indicating if the expression is expanded.

sum

Use sum(...)

prod

Use prod(...)

Value

model string with prod(.) and sum(.) for all these operations.

Author(s)

Matthew L. Fidler


RxODE documentation built on March 23, 2022, 9:06 a.m.