calculateCathodeResMean | R Documentation |
Calculates the average of groups of cathode resistance values
based on a + b.log(age) model for each group with lme4::lmer
calculateCathodeResMean(.d, .group, .age, .res, .ageRange = 1:2000)
.d |
data.frame with data |
.group |
char with group names |
.age |
cell age |
.res |
cathode resistance values |
.ageRange |
range of age for the calculation of the mean |
dataframe with 2 columns, name of group and average resistance for each group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.