model_type: chainable method to specify the model type

Description Usage Arguments Examples

View source: R/funcs.R

Description

chainable method to specify the model type

Usage

1

Arguments

bp

blueprint object

model_type

type of model

Examples

1
2
3
bp <- Blueprint$new("nonmem")
models <- available_models("nonmem")
bp %>% model_type(models$one_cmt_iv)

dpastoor/blueprint documentation built on May 24, 2019, 4:01 a.m.