-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80d6e7b
commit 20bc454
Showing
3 changed files
with
46 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#' Rescale two indices to have the same geometric mean | ||
#' | ||
#' @param idx1 An object of class \code{brmsfit}. | ||
#' @param idx2 The variable to obtain. | ||
#' @return A \code{data.frame}. | ||
#' | ||
#' @import dplyr | ||
#' @export | ||
#' | ||
rescale_index <- function(idx1, idx2) { | ||
|
||
|
||
return(coefs) | ||
} |