Learn R Programming

aop (version 1.0.0)

bootstrap_metaregression: Perform Bootstrap Metaregression

Description

Performs bootstrap metaregression on a concentration-response dataset.

Usage

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.

Value

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

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.

Examples

Run this code
bmr_obj <- bootstrap_metaregression(oxybenzone, 15, 100)

Run the code above in your browser using DataLab