diff --git a/R/stat_likelihoods.R b/R/stat_likelihoods.R index 6d50cca7..6a1293a2 100644 --- a/R/stat_likelihoods.R +++ b/R/stat_likelihoods.R @@ -153,8 +153,8 @@ geom_length_ll <- function(x, prob) { #' @return log-likelihood values #' @author Sebastian Funk #' @export -#' @seealso [simulate_chain_stats()] for simulating a summary of the transmission -#' chains statistic (without the tree of infections) +#' @seealso [simulate_chain_stats()] for simulating a summary of the +#' transmission chains statistic (without the tree of infections) #' @examples #' set.seed(123) #' chain_size_ll <- offspring_ll( diff --git a/man/offspring_ll.Rd b/man/offspring_ll.Rd index 423b8cb0..2b5a9a4e 100644 --- a/man/offspring_ll.Rd +++ b/man/offspring_ll.Rd @@ -53,8 +53,8 @@ chain_size_ll <- offspring_ll( ) } \seealso{ -\code{\link[=simulate_chain_stats]{simulate_chain_stats()}} for simulating a summary of the transmission -chains statistic (without the tree of infections) +\code{\link[=simulate_chain_stats]{simulate_chain_stats()}} for simulating a summary of the +transmission chains statistic (without the tree of infections) } \author{ Sebastian Funk