upper.model {nonmemica} | R 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
[Package nonmemica version 1.0.8 Index]