parameter: create a parameter

Description Usage Arguments Value Examples

View source: R/parameter_details.R

Description

create a parameter

Usage

1
2
3

Arguments

value

value of parameter

name

name of parameter, Default: NULL

comment

comments about the parameter, Default: NULL

lower_bound

lower bound, Default: -Inf

upper_bound

upper bound, Default: Inf

fixed

whether parameter should be fixed, Default: FALSE

covariate_relationships

covariate relationships, Default: NULL

link

name to link to a hierarchy, Default: name

Value

object with class parameter

Examples

1
2
cl <- parameter(1.5, "CL")
V <- parameter(10.5, "TVV", lower_bound = 0, link = "V")

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