Learn R Programming

nonmemica (version 1.0.8)

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

Run the code above in your browser using DataLab