View source: R/get_MIBench_results.R
get_MIBench_results | R Documentation |
Get the results from the output of repeat_MIBench_experiment
get_MIBench_results(obj)
obj |
The output of a run of |
A list of class "MIbench_imputations"
df <- cars
regression <- lm(log(dist)~speed, data = df)
# Specifiying no scenario to simulate at the mean of speed.
simloglm(regression)
# Explicitily specifying a scenario.
simloglm(regression, scenario = list(speed = c(5, 10, 20)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.