bootstrap_metaregression: Perform Bootstrap Metaregression

Description Usage Arguments Details Value Examples

View source: R/pod_analysis.R

Description

Performs bootstrap metaregression on a concentration-response dataset.

Usage

1
bootstrap_metaregression(x, dataset_size, iterations = 1000)

Arguments

x

an object of class data.frame.

dataset_size

a numeric object with the size of an individual dataset in x.

iterations

the number of iterations to run; default is 1,000.

Details

This function performs bootstrap metaregression on a concentration-response dataset. The dataset must be a data.frame with two columns: 1) Activity and 2) Concentration.

Value

bmr_obj a bmr object that holds all of the bootstrap metaregression models produced.

Examples

1
bmr_obj <- bootstrap_metaregression(oxybenzone, 15, 100)

Example output



aop documentation built on May 30, 2017, 2:55 a.m.