summary.MCSIMEX {simex} | R Documentation |
Summarizing Model Fits, corrected by the MCSIMEX-method
Description
summary method for class MCSIMEX.
Usage
summary.MCSIMEX(object,...)
Arguments
object |
object of class MCSIMEX |
... |
further arguments |
Value
coefficients |
a p x 4 matrix with columns for the estimated coefficient, its standard error, t-statistic and corresponding (two-sided) p-value. |
residuals |
residuals of the corrected model |
call |
the function call |
B |
number of iterations |
naive.model |
the naive model |
SIMEXvariable |
character vector of the SIMEXvariable |
mc.matrix |
The misclassification matrices |
Author(s)
Wolfgang Lederer
See Also
mcsimex
Examples
# continues example from mcsimex()
# summary(simex.model)
[Package
simex version 1.2
Index]