Learn R Programming

nonmemica (version 0.7.4)

initial.model: Get Model Initial Estimates

Description

Gets model initial estimates.

Usage

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

Arguments

x

model

...

dots

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