Learn R Programming

simex (version 1.0)

summary.SIMEX: Summarizing Model Fits for the SIMEX method

Description

summary method for class SIMEX.

Usage

summary.SIMEX(object,...)

Arguments

object
Object of class SIMEX
...
forther 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
  • measurement.errorvector of the variances of the knowen measurement error

See Also

simex

Examples

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

Run the code above in your browser using DataLab