misclassGLM
FitsObtain bootstrapped standard errors.
boot.misclassGLM(ret, Y, X, Pmodel, PX, boot.fraction = 1, repetitions = 1000)
a fitted object of class inheriting from 'misclassGLM'.
a vector of integers or numerics. This is the dependent variable.
a matrix containing the independent variables.
a fitted model (e.g. of class 'GLM' or 'mlogit') to implicitly produce variations of the predicted true values probabilities. (Usually conditional on the observed misclassified values and additional covariates.)
covariates matrix suitable for predicting probabilities from Pmodel
,
usually including the mismeasured covariate.
fraction of sample to be used for estimating the bootstrapped standard errors, for speedup.
number of bootstrap samples to be drown.
misclassGLM