upper.model: Get Upper Bounds for Model Initial Estimates

View source: R/getset.R

upper.modelR Documentation

Get Upper Bounds for Model Initial Estimates

Description

Gets upper bounds for model initial estimates.

Usage

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

Arguments

x

model

...

dots

See Also

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

Examples

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

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