Description Usage Arguments Value
View source: R/get_concentration.R
After calculating the model with get_model, it uses the measured values of absorbance (with background subtracted already) to get the concentration
1 2 | get_concentration(treatments, condition_column, measure_column,
plate_column, concentration_column, model, data)
|
treatments |
vector with strings for each condition/treatment in the study |
condition_column |
name of the column where the conditions are listed |
measure_column |
name of the column where the measures, corrected by removing the background, are recorded |
plate_column |
column in data that indicates from which plate each data comes from |
model |
named list of lm models (second object of the result of 'get_model'), the names of the list should be the same as the strings in |
data |
name of the dataframe with condition_column and measure_column |
a data frame equal to the one entered (as data), but with an additional column with the concentration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.