sfunctionModel-class {momentfit} | R Documentation |
Class "sfunctionModel"
Description
A class for systems of nonlinear equations.
Objects from the Class
Objects can be created by calls of the form new("sfunctionModel", ...)
.
It is created by momentModel
.
Slots
X
:Object of class
"ANY"
~~fct
:Object of class
"list"
~~dfct
:Object of class
"list"
~~vcov
:Object of class
"character"
~~theta0
:Object of class
"list"
~~n
:Object of class
"integer"
~~q
:Object of class
"integer"
~~k
:Object of class
"integer"
~~parNames
:Object of class
"list"
~~momNames
:Object of class
"list"
~~eqnNames
:Object of class
"character"
~~vcovOptions
:Object of class
"list"
~~centeredVcov
:Object of class
"logical"
~~sameMom
:Object of class
"logical"
~~SUR
:Object of class
"logical"
~~varNames
:Object of class
"list"
~~omit
:Object of class
"integer"
~~survOptions
:Object of class
"list"
~~sSpec
:Object of class
"sSpec"
~~smooth
:Object of class
"logical"
~~
Extends
Class "sysModel"
, directly.
Examples
showClass("sfunctionModel")
[Package momentfit version 0.5 Index]