Skip to content

Commit

Permalink
type: <misc> message: <minor changes>
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmoy28 committed Apr 25, 2024
1 parent 8bc383b commit 5e7b19a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/cfa_groupwise.R
@@ -1,6 +1,6 @@
#' Confirmatory Factor Analysis (groupwise)
#'
#' `r lifecycle::badge("experimental")` \cr
#' `r lifecycle::badge("superseded")` \cr
#' This function will run N number of CFA where N = `length(group)`, and report the fit measures of CFA in each group.
#' The function is intended to help you get a better understanding of which group has abnormal fit indicator
#'
Expand Down
2 changes: 1 addition & 1 deletion man/cfa_groupwise.Rd

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

3 changes: 3 additions & 0 deletions tests/testthat/test-cor-test.R
@@ -0,0 +1,3 @@
testthat::expect_no_error(cor_test(iris, where(is.numeric)))

testthat::expect_no_error(cor_test(iris, where(is.numeric),show_p = T))

0 comments on commit 5e7b19a

Please sign in to comment.