Skip to content

Commit

Permalink
Update multivariateAnalysisR.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ccahsh authored Nov 8, 2023
1 parent f5f3be6 commit 3479b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/multivariateAnalysisR.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @param CIheight height of CI png
#' @param CIspacing spacing between each CI in CI graph
#'
#' @return boolean if run is successful; ANOVA and Confidence Intervals are visualized and exported in both PNG and CSV
#' @return none; ANOVA and Confidence Intervals are visualized and exported in both PNG and CSV
#' @export
#'

Expand Down Expand Up @@ -388,4 +388,4 @@ multivariateAnalysisR <- function(
CI_export_path <- file.path(getwd(), exportFolder, "multivariateAnalysisR_CI.csv")
write.csv(CI_CSV_df, CI_export_path, row.names = FALSE)

}
}

0 comments on commit 3479b9c

Please sign in to comment.