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.

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 rxEvid
type_sum(x)

pillar_shaft.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


rxEvid(1:7)
#> 1:Dose (Add)                
#> 2:Other                     
#> 3:Reset                     
#> 4:Reset&Dose
#> 5:Replace                   
#> 6:Multiply                  
#> 7:Invalid