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