Learn R Programming

nonmemica (version 1.0.8)

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

Run the code above in your browser using DataLab