Learn R Programming

bayesCT (version 0.99.3)

impute: Imputation wrapper

Description

Wrapper function for no_of_impute.

Usage

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

Arguments

no_of_impute

integer. Number of Monte Carlo imputation for missing data.

number_mcmc

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

.data

NULL. This should not be changed by the user.

Value

a list with number of imputation

Examples

Run this code
# NOT RUN {
impute(no_of_impute = 100, number_mcmc = 1000)
# }

Run the code above in your browser using DataLab