Learn R Programming

RxODE (version 1.1.5)

rxEvid: EVID formatting for tibble and other places.

Description

This is to make an EVID more readable by non pharmacometricians. It displays what each means and allows it to be displayed in a tibble.

Usage

rxEvid(x)

as.rxEvid(x)

# S3 method for rxEvid c(x, ...)

# S3 method for rxEvid [(x, ...)

# S3 method for rxEvid as.character(x, ...)

# S3 method for rxEvid [[(x, ...)

# S3 method for rxRateDur c(x, ...)

# S3 method for rxEvid format(x, ...)

# S3 method for rxRateDur format(x, ...)

# S3 method for rxEvid print(x, ...)

Arguments

x

Item to be converted to a RxODE EVID specification.

...

Other parameters

Value

rxEvid specification

Examples

Run this code
# NOT RUN {
rxEvid(1:7)
# }

Run the code above in your browser using DataLab