as.ev: Coerce an object to class ev

as.evR Documentation

Coerce an object to class ev

Description

Coerce an object to class ev

Usage

as.ev(x, ...)

## S4 method for signature 'data.frame'
as.ev(x, keep_id = TRUE, clean = FALSE, ...)

## S4 method for signature 'ev'
as.ev(x, ...)

Arguments

x

An object to coerce.

...

Not used.

keep_id

If TRUE, ID column is retained if it exists.

clean

If TRUE, only dosing or ID information is retained in the result.

Value

An object with class ev.

Examples

data <- data.frame(amt = 100) 

as.ev(data)


mrgsolve documentation built on Aug. 16, 2023, 5:07 p.m.

Related to as.ev in mrgsolve...