powered by
Coerce an object to class ev
as.ev(x, ...)# S4 method for data.frame as.ev(x, keep_id = TRUE, clean = FALSE, ...)# S4 method for ev as.ev(x, ...)
# S4 method for data.frame as.ev(x, keep_id = TRUE, clean = FALSE, ...)
# S4 method for ev as.ev(x, ...)
An object to coerce.
Not used.
If TRUE, ID column is retained if it exists.
TRUE
ID
If TRUE, only dosing or ID information is retained in the result.
An object with class ev.
# NOT RUN { data <- data.frame(amt = 100) as.ev(data) # }
Run the code above in your browser using DataLab