Skip to content

Commit

Permalink
add title argument
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSchuberth committed Feb 2, 2025
1 parent 0e7083f commit 516b123
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/zz_arguments.R
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
#' @param .testtype Character string. One of "*twosided*" (H1: The models do not
#' perform equally in predicting indicators belonging to endogenous constructs)"
#' and *onesided*" (H1: Model 1 performs better in predicting indicators belonging
#' @param .title Character string. Title of an object. Defaults to *NULL*.
#' @param .title Character string. Title of an object. Defaults to *NULL*.
#' @param .tolerance Double. The tolerance criterion for convergence.
#' Defaults to `1e-05`.
#' @param .treat_as_continuous Logical. Should the indicators for the benchmark predictions
Expand Down
2 changes: 2 additions & 0 deletions man/buildDotCode.Rd

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

5 changes: 3 additions & 2 deletions man/csem_arguments.Rd

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

2 changes: 2 additions & 0 deletions man/plotModel.Rd

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

0 comments on commit 516b123

Please sign in to comment.