fluxBiasStat | R Documentation |
Computes three versions of the flux bias: The first where all censored values are set to their miniumum. The second where all censored values are set to their maximum. The third which is the average of the other two. In practice there is rarely a noticable difference among them.
fluxBiasStat(localSample)
localSample |
data frame that contains the concentration data, default name is Sample |
fluxBias a vector of three numerical values, a lower bound, upper bound and an average estimate of the ratio of (mean estimated flux - mean observed flux) / mean estimated flux. Typically one should use fluxBias[3]
eList <- Choptank_eList
Sample <- getSample(eList)
fluxBias <- fluxBiasStat(Sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.