Skip to content
Snippets Groups Projects
Commit f76ca079 authored by Maximilian Schmidt's avatar Maximilian Schmidt
Browse files

Add proper doc to SLN R-Script

parent 22a6acde
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
# 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), ...)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment