Learn R Programming

simex (version 1.0)

summary.MCSIMEX: 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

  • coefficientsa p x 4 matrix with columns for the estimated coefficient, its standard error, t-statistic and corresponding (two-sided) p-value.
  • residualsresiduals of the corrected model
  • callthe function call
  • Bnumber of iterations
  • naive.modelthe naive model
  • SIMEXvariablecharacter vector of the SIMEXvariable
  • mc.matrixThe misclassification matrices

See Also

mcsimex

Examples

Run this code
# continues example from mcsimex()
  # summary(simex.model)

Run the code above in your browser using DataLab