NMreadInits {NMsim} | R Documentation |
Tabulate information from parameter sections in control streams
Description
Tabulate information from parameter sections in control streams
Usage
NMreadInits(file, lines, section, return = "pars", as.fun)
Arguments
file |
Path to a control stream. See 'lines' too. |
lines |
A control stream as text lines. Use this or 'file'. |
section |
The section to read. Typically, "theta", "omega", or "sigma". Default is those three. |
return |
By default (when |
as.fun |
See ?NMscanData |
Value
A 'data.frame' with parameter values. If 'return="all"', a list of three tables.
[Package NMsim version 0.2.4 Index]