simputation_capabilities | R Documentation |
This function has bevome unnecessary as of simputation
0.2.8 and higher.
It will be removed from future versions.
simputation_capabilities() simputation_suggests(lib.loc = NULL)
lib.loc |
Where to check whether a package is installed (passed to
|
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
).
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.