summary.opsr | R Documentation |
Follows the convention that opsr
does the bare minimum model fitting and
inference is performed in summary
.
## S3 method for class 'opsr'
summary(object, rob = TRUE, ...)
object |
an object of class |
rob |
if |
... |
further arguments passed to or from other methods. |
An object of class "summary.opsr"
.
In particular the elements GOF
, GOFcomponents
and wald
require further
explanation:
GOF |
Contains the conventional goodness of fit indicators for the full
model. |
GOFcomponents |
Contains the goodness of fit for the model components.
|
wald |
Contains the results of two Wald-tests as conducted with help
of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.