Learn R Programming

nonmemica (version 1.0.8)

updated.character: Create the Updated Version of Character

Description

Creates the updated version of character by treating as a modelname. Parses the associated control stream and ammends the initial estimates to reflect model results (as per xml file).

Usage

# S3 method for character
updated(x, initial = estimates(x, ...), parse = TRUE, verbose = FALSE, ...)

Value

model

Arguments

x

character

initial

values to use for initial estimates (numeric)

parse

whether to parse the initial estimates, etc.

verbose

extended messaging

...

passed arguements

See Also

Other updated: updated.numeric(), updated()