get_MIBench_results: Get the results from the output of repeat_MIBench_experiment

View source: R/get_MIBench_results.R

get_MIBench_resultsR Documentation

Get the results from the output of repeat_MIBench_experiment

Description

Get the results from the output of repeat_MIBench_experiment

Usage

get_MIBench_results(obj)

Arguments

obj

The output of a run of repeat_MIBench_experiment

Value

A list of class "MIbench_imputations"

Examples

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)))


mneunhoe/MIBench documentation built on May 22, 2023, 11:07 p.m.