Skip to content

Commit

Permalink
arg order change
Browse files Browse the repository at this point in the history
  • Loading branch information
martin3141 committed Jul 9, 2024
1 parent 2da6e42 commit 26e7f30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/fmrs.R
Original file line number Diff line number Diff line change
Expand Up @@ -1670,11 +1670,11 @@ glm_spec_fmrs_group <- function(regressor_df, analysis_dir = "spant_analysis",
}

#' Test a group-level spectral GLM linear hypothesis.
#' @param hmat linear hypothesis matrix.
#' @param analysis_dir directory containing preprocessed data generated by
#' the preproc_svs_dataset function.
#' @param hmat linear hypothesis matrix.
#' @export
glm_spec_group_linhyp <- function(analysis_dir = "spant_analysis", hmat) {
glm_spec_group_linhyp <- function(hmat, analysis_dir = "spant_analysis") {

group_dir <- file.path(analysis_dir, "spec_glm", "group_level")
group_fit_f <- file.path(group_dir, "group_fit.rds")
Expand Down
6 changes: 3 additions & 3 deletions man/glm_spec_group_linhyp.Rd

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

0 comments on commit 26e7f30

Please sign in to comment.