impute_values: Impute values of comix based on POLYMOD

Description Usage Arguments

View source: R/imputation_functions.R

Description

Tale comix contacts matrix and impute the values based on the scale of the dominant eigenvalues between comix and polymod

Usage

1
2
3
4
5
6
7
8
impute_values(
  i = 0,
  home = TRUE,
  work = TRUE,
  other = TRUE,
  school = FALSE,
  ...
)

Arguments

i

number of bootstraps, if zero then represent a single matrix

home

logical default TRUE to include home for imputation

work

logical default TRUE to include work for imputation

other

logical default TRUE to include other for imputation

school

ogical default FALSE to include school for imputation


jarvisc1/CoMix documentation built on April 24, 2020, 2:06 a.m.