aboutsummaryrefslogtreecommitdiff
path: root/R/mkinds.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-05-03 19:14:15 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-05-03 19:14:15 +0200
commit1ef7008be2a72a0847064ad9c2ddcfa16b055482 (patch)
treeecc3f90e5d18c75aea14ad774aad9214039c0674 /R/mkinds.R
parentde7b6acdd75a0f95f2a9522c22625810f4aa329a (diff)
Improve error model fitting
Now we have a three stage fitting process for nonconstant error models: - Unweighted least squares - Only optimize the error model - Optimize both Static documentation rebuilt by pkgdown
Diffstat (limited to 'R/mkinds.R')
-rw-r--r--R/mkinds.R1
1 files changed, 0 insertions, 1 deletions
diff --git a/R/mkinds.R b/R/mkinds.R
index 257a17c4..5333ca26 100644
--- a/R/mkinds.R
+++ b/R/mkinds.R
@@ -42,7 +42,6 @@ mkinds <- R6Class("mkinds",
)
)
-#' @export
print.mkinds <- function(x, ...) {
cat("<mkinds> with $title: ", x$title, "\n")
cat("Observed compounds $observed: ", paste(x$observed, collapse = ", "), "\n")

Contact - Imprint