ipd: S4 class for inference on predicted data results
Slots
coefficientsNumeric vector of parameter estimates.
seNumeric vector of standard errors.
ciNumeric matrix of confidence intervals.
coefTableData frame summarizing
Estimate,Std. Error,z value, andPr(>|z|).fitThe raw list returned by the helper function.
formulaThe formula used (class "formula").
data_lThe labeled data (data.frame).
data_uThe unlabeled data (data.frame).
methodCharacter; which IPD method was used.
modelCharacter; which downstream model was fitted.
interceptLogical; was an intercept included?