Skip to content

Commit

Permalink
fix doi in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Oct 14, 2023
1 parent c79b134 commit fb64860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/nice_fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#'
#' @details Note that `nice_fit` reports the unbiased SRMR through
#' [lavaan::lavResiduals()] because the standard SRMR is upwardly
#' biased (<https://doi.org/10.1007/s11336-016-9552-7>) in a noticeable
#' biased (\doi{10.1007/s11336-016-9552-7}) in a noticeable
#' way for smaller samples (thanks to James Uanhoro for this change).
#'
#' If using `guidelines = TRUE`, please carefully consider the following 2023
Expand Down Expand Up @@ -42,7 +42,7 @@
#' @export
#' @references Schreiber, J. B. (2017). Update to core reporting practices in
#' structural equation modeling. *Research in social and administrative pharmacy*,
#' *13*(3), 634-643. <https://doi.org/10.1016/j.sapharm.2016.06.006>
#' *13*(3), 634-643. \doi{10.1016/j.sapharm.2016.06.006}
#' @examplesIf requireNamespace("lavaan", quietly = TRUE)
#' x <- paste0("x", 1:9)
#' (latent <- list(
Expand Down
4 changes: 2 additions & 2 deletions man/nice_fit.Rd

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

0 comments on commit fb64860

Please sign in to comment.