initial.model {nonmemica}R Documentation

Get Model Initial Estimates

Description

Gets model initial estimates.

Usage

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

Arguments

x

model

...

dots

See Also

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

Examples

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

[Package nonmemica version 1.0.8 Index]