aboutsummaryrefslogtreecommitdiff
path: root/R/endpoints.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/endpoints.R')
-rw-r--r--R/endpoints.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/endpoints.R b/R/endpoints.R
index 18d8159b..5150b4bd 100644
--- a/R/endpoints.R
+++ b/R/endpoints.R
@@ -117,8 +117,8 @@ endpoints <- function(fit) {
ep$SFORB[[paste(obs_var, "b1", sep="_")]] = b1
ep$SFORB[[paste(obs_var, "b2", sep="_")]] = b2
- ep$distimes[obs_var, c("DT50_b1")] = DT50_b1
- ep$distimes[obs_var, c("DT50_b2")] = DT50_b2
+ ep$distimes[obs_var, c(paste("DT50", obs_var, "b1", sep = "_"))] = DT50_b1
+ ep$distimes[obs_var, c(paste("DT50", obs_var, "b2", sep = "_"))] = DT50_b2
}
ep$distimes[obs_var, c("DT50", "DT90")] = c(DT50, DT90)
}

Contact - Imprint