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.

Syntax:

<modelfilename>.exe -i datafilename [-splus|-s filename-prefix]

Function:

  1. Call the subroutine nls2C which process the estimation.
  2. Call subroutines to access and print some of the results.
  3. When the option '-splus filename-prefix' is set on the command-line, call the subroutines splus2C and splusData to create a file named filename-prefix.splus for Splus or R interface.

Example:

1/ nas.mod.exe -i nas.input -splus nas
This command creates a file called nas.splus.

2/ To store data and results in Splus (or R) structures, type:

Splus (or R)
source("nas.splus")
An nls2.object called nas.nls2 and a data-frame called nas.data are created.

 


© INRA, 2001-