Learn R Programming

nonmemica (version 0.9.1)

upper.model: Get Upper Bounds for Model Initial Estimates

Description

Gets upper bounds for model initial estimates.

Usage

# S3 method for model
upper(x, ...)

Arguments

x

model

...

dots

See Also

Other upper: upper<-.model, upper<-, upper

Examples

Run this code
# NOT RUN {
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.model %>% upper
# }

Run the code above in your browser using DataLab