Skip to content

Commit

Permalink
Abandon itemize
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Jan 12, 2024
1 parent 8cac04f commit 7ffc802
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
11 changes: 7 additions & 4 deletions R/dpm.R
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,13 @@ dpm <- function(formula, data, error.inv = FALSE, const.inv = FALSE,
#'
#'
#' @return Returns a `summary.dpm` object, which is a list with three elements:
#' \itemize{model}{The `dpm` object.}
#' \itemize{coefficients}{A data frame containing coefficient estimates,
#' standard errors, p values, and so on.)}
#' \itemize{fitmeasures}{A numeric vector containing model fit information.}
#'
#' * `model`: The `dpm` object.
#'
#' * `coefficients`: A data frame containing coefficient estimates,
#' standard errors, p values, and so on.
#'
#' * `fitmeasures`: A numeric vector containing model fit information.
#'
#' The primary function of the object is to be printed to the console.
#'
Expand Down
10 changes: 6 additions & 4 deletions man/summary.dpm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ffc802

Please sign in to comment.