rolypoly_perform_inference: Run inference.

View source: R/inference.R

rolypoly_perform_inferenceR Documentation

Run inference.

Description

Coordinates running inference.

Usage

rolypoly_perform_inference(rolypoly, bootstrap_iters = 50,
  outlier_threshold = -1, run_light = F, run_parallel = F)

Arguments

rolypoly

rolypoly object

bootstrap_iters

number of bootstrap iterations to perform

outlier_threshold

threshold for performing robust regression, still experimental.

run_light

if we throw out bootstrap data

run_parallel

if we collect bootstraps in parallel

Value

rolypoly object with inference information attached

Examples

## Not run: run_inference(rolypoly)

dcalderon/rolypoly documentation built on July 3, 2022, 1:59 p.m.