Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make edits to remove import lavaan and import ggplot2 #80

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
make edits to remove import lavaan and import ggplot2
jrosen48 committed Feb 20, 2024
commit 95df1c720b7f3ae3593177c17b77f0ceb92bf1fa
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -5,8 +5,6 @@ export(mkonfound)
export(pkonfound)
export(summary)
export(tkonfound)
import(ggplot2)
import(lavaan)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(broom.mixed,tidy)
2 changes: 0 additions & 2 deletions R/pkonfound.R
Original file line number Diff line number Diff line change
@@ -27,8 +27,6 @@
#' @param to_return whether to return a data.frame (by specifying this argument to equal "raw_output" for use in other analyses) or a plot ("plot"); default is to print ("print") the output to the console; can specify a vector of output to return
#' @importFrom stats fisher.test
#' @importFrom dplyr select
#' @import lavaan
#' @import ggplot2
#' @return prints the bias and the number of cases that would have to be replaced with cases for which there is no effect to invalidate the inference
#' @examples
#' # using pkonfound for linear models