summary.SIMEX {simex}R Documentation

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

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
measurement.error vector of the variances of the knowen measurement error

Author(s)

Wolfgang Lederer

See Also

simex

Examples

  # continues example from simex()
  # summary(simex.model)

[Package simex version 1.2 Index]