From f76ca079a7bef2cd8052c2af54bd886067dc3991 Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt <max.schmidt@fz-juelich.de> Date: Fri, 25 May 2018 18:33:21 +0900 Subject: [PATCH] Add proper doc to SLN R-Script --- multiarea_model/data_multiarea/bbAlt.R | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/multiarea_model/data_multiarea/bbAlt.R b/multiarea_model/data_multiarea/bbAlt.R index 5faa0d0..6aa3d5e 100644 --- a/multiarea_model/data_multiarea/bbAlt.R +++ b/multiarea_model/data_multiarea/bbAlt.R @@ -1,4 +1,10 @@ # Script provided by Kenneth Knoblauch +# This code is based on functions from the aod package of R written by +# Matthieu Lesnoff and Renaud Lancelot +# (https://cran.r-project.org/web/packages/aod/index.html), published +# under the GPL-3 license +# (https://cran.r-project.org/web/licenses/GPL-3). + betabin <- function (formula, random, data = NULL, link = c("logit", "probit", "cloglog"), phi.ini = NULL, warnings = FALSE, na.action = na.omit, fixpar = list(), hessian = TRUE, control = list(maxit = 2000), ...) -- GitLab