impute: Imputation wrapper

Description Usage Arguments Value Examples

View source: R/wrapper.R

Description

Wrapper function for no_of_impute.

Usage

1
impute(no_of_impute = 10000, number_mcmc = 10000, .data = NULL)

Arguments

no_of_impute

integer. Number of Monte Carlo imputations for missing data.

number_mcmc

scalar. Number of Markov Chain Monte Carlo (MCMC) draws from posterior distribution.

.data

NULL. This should not be changed by the user.

Value

A list with number of imputation.

Examples

1
impute(no_of_impute = 100, number_mcmc = 1000)

thevaachandereng/bayesCT documentation built on July 25, 2020, 9:20 p.m.