Skip to content

Commit

Permalink
Fixes #382
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Oct 25, 2024
1 parent 53dcdaf commit 2ecb8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/errorStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ errorStats <- function(eList) {

eListR <- makeAugmentedSample(eList)
Sample <- eListR$Sample
# n <- length(Sample$Date)

Sample$Pred <- log(Sample$rObserved) - Sample$rResid
Sample$trueFlux <- Sample$rObserved * Sample$Q * 86.4
Sample$trueLogF <- log(Sample$trueFlux)
Expand Down

0 comments on commit 2ecb8ee

Please sign in to comment.