Description Usage Arguments Value
Predictions and confidence intervals from a racirfit
object
1 2 | predict_braycir(racirfit, .width = 0.95, .point = stats::median,
.interval = tidybayes::qi)
|
racirfit |
An object of class |
.width |
A probability to use that determine the width of the confidence intervals for plotting predicted A. Passed to |
.point |
Point summary function for plotting predicted A from the posterior distribution. Function takes a vector and returns a single value, e.g. |
.interval |
Interval function, which takes a vector and a probability ( |
A tibble
with columns:
Ci: Corrected Ci value (umol / mol)
A: Corrected A value (umol / m^2 / s)
lower Lower confidence interval on A
upper Upper confidence interval on A
To make plotting easier, values are not assigned units
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.