Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

simputation_capabilities

Capabilities depending on suggested packages.


Description

Simputation relies on a number of packages for model estimation and/or imputation. Not all of these packages are installed when simputation is installed.

Usage

simputation_capabilities()

simputation_suggests(lib.loc = NULL)

Arguments

lib.loc

Where to check whether a package is installed (passed to installed.packages)

Value

For simputation_capabilities A named character vector of class simputation.capabilities. The class attribute allows pretty-printing of the output.

For simputation_suggests a logical vector, stating which suggested packages are currently installed (TRUE) or not (FALSE).

details

simputation_capabilities Calls every impute_ function and grabs the warning message (if any) stating that a package is missing.

simputation_suggests checks which of the suggested packages implementing statistical models are available.


simputation

Simple Imputation

v0.2.6
GPL-3
Authors
Mark van der Loo [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.