From 6b8d999e7f8883c16a540b79b654e7de79a55c89 Mon Sep 17 00:00:00 2001 From: aliaksah Date: Thu, 25 Apr 2024 10:54:19 +0200 Subject: [PATCH] and one more correction of Zellners prior in docs --- R/estimate.glm.R | 2 +- man/estimate.glm.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/estimate.glm.R b/R/estimate.glm.R index fa48b0e..8e1d3eb 100644 --- a/R/estimate.glm.R +++ b/R/estimate.glm.R @@ -3,7 +3,7 @@ #' @param data a data frame object containing variables and observations #' corresponding to the formula used #' @param family distribution family for the responses -#' @param prior integers 1,2 or 3 corresponding to AIC, BIC or Gelman's g-prior +#' @param prior integers 1,2 or 3 corresponding to AIC, BIC or Zellner's g-prior #' @param n sample size #' @param g g parameter of Zellner's g prior #' @return a list of diff --git a/man/estimate.glm.Rd b/man/estimate.glm.Rd index 07683a6..93c1093 100644 --- a/man/estimate.glm.Rd +++ b/man/estimate.glm.Rd @@ -14,7 +14,7 @@ corresponding to the formula used} \item{family}{distribution family for the responses} -\item{prior}{integers 1,2 or 3 corresponding to AIC, BIC or Gelman's g-prior} +\item{prior}{integers 1,2 or 3 corresponding to AIC, BIC or Zellner's g-prior} \item{n}{sample size}