From fcba8a833c5f920b12e1d7f17ef2d5236a81b354 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Sep 2018 19:30:51 +0200 Subject: Enable the two-component error model --- inst/GUI/gmkin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inst') diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index 7e6e273..3692509 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -1173,7 +1173,7 @@ f.gg.opts.transform_fractions <- gcheckbox("transform_fractions", weights <- c("manual", "none", "std", "mean") f.gg.opts.weight <- gcombobox(weights, selected = 1, label = "weight", width = 180, cont = f.gg.opts.2) -f.gg.opts.reweight.method <- gcombobox(c("none", "obs"), selected = 1, +f.gg.opts.reweight.method <- gcombobox(c("none", "obs", "tc"), selected = 1, label = "IRLS", width = 180, cont = f.gg.opts.2) -- cgit v1.2.1