Learn R Programming

PatientLevelPrediction (version 6.4.0)

pmmFit: Predictive mean matching using lasso

Description

Predictive mean matching using lasso

Usage

pmmFit(data, k = 5)

Arguments

data

An andromeda object with the following fields: xObs: covariates table for observed data xMiss: covariates table for missing data yObs: outcome variable that we want to impute

k

The number of donors to use for matching (default 5)