aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-13 19:30:51 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-13 19:30:51 +0200
commitfcba8a833c5f920b12e1d7f17ef2d5236a81b354 (patch)
tree606231f6cadf82492921b4429833ac60618e826d /inst
parent99a6582cd97c148686b06cf795a05a167b37645a (diff)
Enable the two-component error modelv0.6.9
Diffstat (limited to 'inst')
-rw-r--r--inst/GUI/gmkin.R2
1 files changed, 1 insertions, 1 deletions
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)

Contact - Imprint