imputeINLAfit: impute missing data using the predicted values

Description Usage Arguments Value Note

Description

impute missing data using the predicted values

Usage

1
2
imputeINLAfit(data, formula = Observed ~ Year + Month + f(Site, model =
  "iid"))

Arguments

data

a data.frame containing the variables Year, Month, Site and Observed. The missing values of Observed are imputed by the algorithm.

formula

A formula defining the model to use for the imputation

Value

A matrix with one row for each missing value. Each column is on imputation.

Note

Deprecated function. Only relevant to run the code in the folder hpc and paper_simulation.


ThierryO/multimput documentation built on May 9, 2019, 4:42 p.m.