Learn R Programming

pharmr (version 1.4.0)

get_ids: get_ids

Description

Retrieve a vector of all subject ids of the dataset

Usage

get_ids(model)

Value

(vector) All subject ids

Arguments

model

(Model) Pharmpy model

Examples

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

Run the code above in your browser using DataLab