sigma.msel | R Documentation |
Extract standard deviations of random errors of continuous
equations of msel
function.
## S3 method for class 'msel'
sigma(object, use.fallback = TRUE, ..., regime = NULL, eq2 = NULL)
object |
object of class "msel". |
use.fallback |
logical, passed to |
... |
further arguments (currently ignored). |
regime |
regime of continuous equation |
eq2 |
index of continuous equation |
Available only if estimator = "ml"
or all degrees
values are equal to 1
.
Returns estimates of the standard deviations
of \varepsilon_{i}
.
If eq2 = k
then estimates only for k
-th continuous equation are
returned. If in addition regime = r
then estimate of
\sqrt{Var(\varepsilon_{ri})}
is returned.
Herewith if regime
is not NULL
and eq2
is NULL
it is assumed that eq2 = 1
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.