Learn R Programming

nonmemica (version 1.0.8)

read.model: Read model

Description

Read model.

Usage

read.model(con, parse = TRUE, ...)

Value

character

Arguments

con

model connection

parse

whether to convert thetas to inits objects

...

passed arguments

Details

Reads model from a connection.

See Also

Other as.model: [.model(), [[.model(), as.model.character(), as.model.numeric(), as.model(), write.model()