diff --git a/R/estimate.bas.lm.R b/R/estimate.bas.lm.R index 5d504e8..4c6b865 100644 --- a/R/estimate.bas.lm.R +++ b/R/estimate.bas.lm.R @@ -1,7 +1,7 @@ #' @title Obtaining Bayesian estimators of interest from a LM model #' @param formula a formula object for the model to be addressed #' @param data a data frame object containing variables and observations corresponding to the formula used -#' @param prior integers 1, 2 or 3 are allowed corresponding to AIC, BIC or Gelman's g-prior +#' @param prior integers 1, 2 or 3 are allowed corresponding to AIC, BIC or Zellner's g-prior #' @param n sample size #' @param g g #' @return a list of diff --git a/man/estimate.bas.lm.Rd b/man/estimate.bas.lm.Rd index 8fbf3b1..a1c3065 100644 --- a/man/estimate.bas.lm.Rd +++ b/man/estimate.bas.lm.Rd @@ -11,7 +11,7 @@ estimate.bas.lm(formula, data, prior, n, g = 0) \item{data}{a data frame object containing variables and observations corresponding to the formula used} -\item{prior}{integers 1, 2 or 3 are allowed corresponding to AIC, BIC or Gelman's g-prior} +\item{prior}{integers 1, 2 or 3 are allowed corresponding to AIC, BIC or Zellner's g-prior} \item{n}{sample size}