hard_impute: My version of hard imputation that begins at the ruv...

Description Usage Arguments Value Author(s)

View source: R/ruvimpute.R

Description

My version of hard imputation that begins at the ruv estimates

Usage

1
2
3
4
5
6
7
8
9
hard_impute(
  Y21,
  Y31,
  Y32,
  k,
  tol = 10^-5,
  maxit = 1000,
  init_type = c("ruv4", "ruv3")
)

Arguments

Y21

Top left of matrix.

Y31

Bottom left of matrix.

Y32

Top right of matrix.

k

The rank of the mean matrix.

tol

The tolerance for stopping.

maxit

The maximum number of iterations to run.

init_type

Which version of RUV should we start? "ruv3" or "ruv4"?

Value

The top right of the matrix.

Author(s)

David Gerard


dcgerard/vicar documentation built on July 7, 2021, 1:08 p.m.