aboutsummaryrefslogtreecommitdiff
path: root/R/mkinfit.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-22 10:46:57 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-22 10:46:57 +0200
commitd1e9f2d5207662d9c49f42470f561a89f8db05f5 (patch)
tree81ab989a4dcdbd91f184e653b318afbfa48798d0 /R/mkinfit.R
parentf8d45402477a588f773f6fd300f3d4e914648773 (diff)
Go back to d_3 for errmod = "obs"
in the hope that this makes plotting cross-platform also for this error model
Diffstat (limited to 'R/mkinfit.R')
-rw-r--r--R/mkinfit.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinfit.R b/R/mkinfit.R
index 7e2b8cac..d182f5d0 100644
--- a/R/mkinfit.R
+++ b/R/mkinfit.R
@@ -252,7 +252,7 @@ mkinfit <- function(mkinmod, observed,
}
if (error_model_algorithm == "auto") {
error_model_algorithm = switch(err_mod,
- const = "OLS", obs = "IRLS", tc = "d_3")
+ const = "OLS", obs = "d_3", tc = "d_3")
}
errparm_names <- switch(err_mod,
"const" = "sigma",

Contact - Imprint