R/lexical.R

#' lexical Bayesian Network
#'
#' Accounting for the relationship between lexical prevalence and acquisition with Bayesian networks and population dynamics.
#' @usage NULL
#'
#' @format
#' A Gaussian Bayesian network to analyze various measures of lexical dispersion and assess the extent to which they are linked to age of acquisition. Probabilities were given within the referenced paper. The vertices are:
#' \describe{
#'   \item{aoa}{Age of aquisition;}
#'   \item{area}{Area in which the word is known;}
#'   \item{genre_disp}{Dispersion across genres;}
#'   \item{log_freq}{Logarithm of word frequency;}
#'   \item{log_range}{Logarithm of dispersion across texts;}
#'   \item{prev_heard}{Fraction of speakers that have already heard a word;}
#'   \item{prev_used}{Fraction of speakers that have already used a word;}
#'   \item{social_disp}{Entropy of educational status per word;}
#' }
#'
#' @return An object of class \code{bn.fit}. Refer to the documentation of \code{bnlearn} for details.
#' @keywords GBN
#' @importClassesFrom bnlearn bn.fit
#' @references Baumann, A., & Sekanina, K. (2022). Accounting for the relationship between lexical prevalence and acquisition with Bayesian networks and population dynamics. Linguistics Vanguard, 8(1), 209-224.
"lexical"

Try the bnRep package in your browser

Any scripts or data that you put into this service are public.

bnRep documentation built on April 12, 2025, 1:13 a.m.