ibrv2_bdi | R Documentation |
This function calculates de standardized values for IBRv2 index proposed by Sanchez et al. 2013.
ibrv2_bdi(df)
df |
A data frame containing values the enzymes activities with a reference value on the first rows. |
Gives a dataframe with the standardized values for each area/treatment in your input data to be used to create the radarchart with the function ibrv2_chart from this same package.
Returns a dataframe with standardized IBRv2 values for each biomarker in comparison to reference treatment
You must have at least 3 biomarkers and a maximum of 15 biomarkers to perform this index correctly.
If you have more than one independent variable, it is necessary to separate the data.frame in subsets so there's only one reference value for each level.
Sanchez, W., Burgeot, T., & Porcher, J.-M. (2013). A novel “Integrated Biomarker Response” calculation based on reference deviation concept. Environmental Science and Pollution Research, 20(5), 2721–2725. https://doi.org/10.1007/s11356-012-1359-1
data(enzact2)
ibrv2_bdi(enzact2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.