Learn R Programming

pharmr (version 2.2.0)

create_basic_pd_model: create_basic_pd_model

Description

Create a basic pd model.

The model will be very simple describing only a constant baseline effect with an additive error.

Usage

create_basic_pd_model(dataset_path = NULL)

Value

(Model) Pharmpy model

Arguments

dataset_path

(str (optional)) Optional path to a dataset

Examples

Run this code
if (FALSE) {
model <- create_basic_pd_model()
}

Run the code above in your browser using DataLab