table_predictions_per_method: Create table with predictions (per method)

View source: R/tables.R

table_predictions_per_methodR Documentation

Create table with predictions (per method)

Description

This function creates the table that shows the point predictions and their intervals, for the different methods and coefficient values used for the imputation.

Usage

table_predictions_per_method(
  list_results_LMM,
  list_results_RF,
  data,
  density = FALSE
)

Arguments

list_results_LMM

a list of objects produced by run_LMM_workflow()

list_results_RF

a list of objects produced by run_RF_workflow()

data

a dataset with info on continents if breakdown by continent is required (optional)

density

a logical indicating whether to return densities instead of raw numbers (default = FALSE)

Value

a tibble

Examples

# see see ?rangeRinPA


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.