inst/doc/eimpute.R

## ---- include = FALSE, eval=TRUE----------------------------------------------
knitr::opts_chunk$set(comment = "#>", warning = FALSE, eval = TRUE, message = FALSE, collapse = TRUE)
library(eimpute)

## ---- eval=FALSE--------------------------------------------------------------
#  install.packages("eimpute")

## ---- eval=FALSE--------------------------------------------------------------
#  library(devtools)
#  install_github("Mamba413/eimpute", build_vignettes = TRUE)

## -----------------------------------------------------------------------------
m <- 6
n <- 5
r <- 3
x_na <- incomplete.generator(m, n, r)
x_na

## -----------------------------------------------------------------------------
x_impute <- eimpute(x_na, r)
x_impute[["x.imp"]]

Try the eimpute package in your browser

Any scripts or data that you put into this service are public.

eimpute documentation built on Oct. 22, 2022, 9:05 a.m.