welcome to nls2C | Site Plan |
Execution command for nls2C |
---|
This page describes the execution command created by cr2C when cr2C has been invoked without the -m option, i.e when the standard main programme is used.
<modelfilename>.exe -i datafilename [-splus|-s filename-prefix]
When set, a file is created named <filename-prefix>.splus. This file contains Splus (or R) commands. When you type
source("<filename-prefix>.splus")in a Splus or R session, a structure called <filename-prefix>.nls2 and a data-frame called <filename-prefix>.data are created; they contain the results and the data, respectly. They are compatible with nls2, so, if you have nls2 on your site, you can treat them by functions as plres, plfit, residuals, confidence, for example. (See help-files of nls2)
2/ To store data and results in Splus (or R) structures, type:
1/ nas.mod.exe -i nas.input -splus nas
This command creates a file called nas.splus.
Splus (or R)
source("nas.splus")
An nls2.object called nas.nls2
and a data-frame called nas.data are created.
©
INRA, 2001-