diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-13 19:30:51 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-13 19:30:51 +0200 |
commit | fcba8a833c5f920b12e1d7f17ef2d5236a81b354 (patch) | |
tree | 606231f6cadf82492921b4429833ac60618e826d /inst/GUI/gmkin.R | |
parent | 99a6582cd97c148686b06cf795a05a167b37645a (diff) |
Enable the two-component error modelv0.6.9
Diffstat (limited to 'inst/GUI/gmkin.R')
-rw-r--r-- | inst/GUI/gmkin.R | 2 |
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)
|