Learn R Programming

nonmemica (version 1.0.8)

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
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.model %>% lower

Run the code above in your browser using DataLab