Learn R Programming

pharmr (version 0.96.0)

get_observations: get_observations

Description

Get observations from dataset

Usage

get_observations(model)

Value

(data.frame) Observations indexed over ID and TIME

Arguments

model

(Model) Pharmpy model

See Also

get_number_of_observations : get the number of observations

get_number_of_observations_per_individual : get the number of observations per individual

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
get_observations(model)
}

Run the code above in your browser using DataLab