Learn R Programming

nonmemica (version 0.9.1)

initial.model: Get Model Initial Estimates

Description

Gets model initial estimates.

Usage

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

Arguments

x

model

...

dots

See Also

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

Examples

Run this code
# NOT RUN {
library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% as.model %>% initial
# }

Run the code above in your browser using DataLab