Learn R Programming

nonmemica (version 0.9.1)

lower.model: Get Lower Bounds for Model Initial Estimates

Description

Gets lower bounds for model initial estimates.

Usage

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

Arguments

x

model

...

dots

See Also

Other lower: lower<-.model, lower<-, lower

Examples

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

Run the code above in your browser using DataLab