Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
edsandorf committed Jun 6, 2023
1 parent 8d2d72e commit 9c06bd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ extract_values <- function(string, simplify = FALSE) {

#' Extract unparsed named values of the utilitiy function
#'
#' If the utility function contains parameters that are dummy coded, the
#' dummy coding is handled here. By expanding the dummy coding prior to parsing
#' we can directly consider Bayesian priors for each level.
#'
#' @inheritParams extract_all_names
#'
#' @return A named list of parameter and attribute values. Each list element is
Expand Down Expand Up @@ -116,9 +120,6 @@ extract_unparsed_values <- function(string) {
#'
#' The function extracts the named values of the supplied utility function.
#'
#' If the utility function contains parameters that are dummy coded, the
#' dummy coding is handled here. By expanding the dummy coding prior to parsing
#' we can directly consider Bayesian priors for each level.
#'
#' @inheritParams extract_all_names
#'
Expand Down

0 comments on commit 9c06bd7

Please sign in to comment.