rolypoly_perform_inference: Run inference.

Description Usage Arguments Value Examples

View source: R/inference.R

Description

Coordinates running inference.

Usage

1
2
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

1
## Not run: run_inference(rolypoly)

rolypoly documentation built on May 2, 2019, 2:47 p.m.