NMreplaceInits {NMsim}R Documentation

Replace initial values in Nonmem control stream

Description

Replace initial values in Nonmem control stream

Usage

NMreplaceInits(inits, fix = FALSE, ...)

Arguments

inits

A data.frame with new initial estimates, same style as returned by NMdata::NMreadExt. Column' par.type' can contain elements THETA, OMEGA, SIGMA.

fix

Fix the initial values? Default is not to.

...

Passed to NMdata::NMwriteSection. This is important for NMreplaceInits to run at all.

Value

The modified control stream


[Package NMsim version 0.1.3 Index]