dot-glm.mipred.cmb1: Generalized linear model prediction using multiple imputation...

Description Usage Arguments Value Note

Description

Generalized linear model prediction using multiple imputation - prediction-averaging method

Usage

1
.glm.mipred.cmb1(formula, family, dataset, newdata, nimp, folds, miop)

Arguments

formula

Formula used by fitting and prediction method

family

Error distribution also determining the link function used

dataset

A data frame containing calibration data

newdata

A dataframe containing observations to be predicted

nimp

Number of imputations for each observation

folds

Number of folds defined in newdata

miop

Mice options

Value

A list containing predictions.

pred

Matrix of predictions on the scale of the response variable of dimension m by nimp.

linpred

Matrix of predictions on the scale of the linear predictor of dimension m by nimp.

Note

This is an internal 'mipred' function and not intended to be called directly


mipred documentation built on July 12, 2019, 5:04 p.m.