lower.model: Get Lower Bounds for Model Initial Estimates

View source: R/getset.R

lower.modelR Documentation

Get Lower Bounds for Model Initial Estimates

Description

Gets lower bounds for model initial estimates.

Usage

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

Arguments

x

model

...

dots

See Also

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

Examples

library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.model %>% lower

nonmemica documentation built on Sept. 21, 2023, 1:06 a.m.