From d1e9f2d5207662d9c49f42470f561a89f8db05f5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Oct 2019 10:46:57 +0200 Subject: Go back to d_3 for errmod = "obs" in the hope that this makes plotting cross-platform also for this error model --- R/mkinfit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/mkinfit.R') 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", -- cgit v1.2.1