Description Usage Arguments Details Value Examples
Performs bootstrap metaregression on a concentration-response dataset.
| 1 | bootstrap_metaregression(x, dataset_size, iterations = 1000)
 | 
| x | an object of class  | 
| dataset_size | a numeric object with the size of an individual dataset
in  | 
| iterations | the number of iterations to run; default is 1,000. | 
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.
bmr_obj a bmr object that holds all of the bootstrap
metaregression models produced.
| 1 | bmr_obj <- bootstrap_metaregression(oxybenzone, 15, 100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.