rxEvid: EVID formatting for tibble and other places.

View source: R/et.R

rxEvidR Documentation

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 class 'rxEvid'
c(x, ...)

## S3 method for class 'rxEvid'
x[...]

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

## S3 method for class 'rxEvid'
x[[...]]

## S3 replacement method for class 'rxEvid'
units(x) <- value

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

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

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

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

Arguments

x

Item to be converted to a rxode2 EVID specification.

...

Other parameters

value

It will be an error to set units for evid

Value

rxEvid specification

Examples


rxEvid(1:7)

nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.