This function imputes missing, NA vaules based on defined linear model
1 2 3 4 5 6 | buck.im(
model.pred = as.vector(model.pred),
data = as.matrix(data),
m = as.integer(m),
n = as.integer(n)
)
|
model.pred |
a vector, model prediction output from function model |
data |
a matrix, datset from function miss.group |
m |
an integer, variable to impute - enter as column number |
n |
an integer, group number of interest |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.