impute_cm: Impute Comix matrix based on Polymod

Description Usage Arguments

View source: R/imputation_functions.R

Description

Impute Comix matrix based on Polymod

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
impute_cm(
  comix,
  polymod,
  i = 0,
  impute_rows = 1:3,
  impute_cols = 1:3,
  observed_rows = 4:9,
  observed_cols = 1:9,
  reciprocol = TRUE,
  ...
)

Arguments

comix

comix matrix which might need to be split

polymod

polymod matrix

i

default as 0 for when single matrices

impute_rows

rows to impute

impute_cols

cols to impute

observed_rows

rows that are observed

observed_cols

cols that are observed

reciprocol

whether to impute based on the reciprocal nature of the matrix

...

passed to impute values probably need split2 = TRUE


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