-
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.
Fixed another parameter conflict for S3 method. Updated manuals
- Loading branch information
Showing
7 changed files
with
19 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -338,7 +338,7 @@ squared_diff <- function(x, ...) { | |
|
||
# Mean of largest half of values | ||
mean_of_large <- function(x, ...) { | ||
z <- unlist(s[["estimate"]]) | ||
z <- unlist(x[["estimate"]]) | ||
mean(z[z >= median(z)]) | ||
} | ||
|
||
|
@@ -481,7 +481,7 @@ ma.perf <- function(object, method = "REML", test = "knha", ...) { | |
#' | ||
#' @author Valentijn de Jong <[email protected]> | ||
#' | ||
#' @param object A \code{metapred} fit object. | ||
#' @param x A \code{metapred} fit object | ||
#' @param step Which step should be plotted? Defaults to the best step. numeric is converted to name of the step: 0 for | ||
#' an unchanged model, 1 for the first change... | ||
#' @param model Which model change should be plotted? NULL (default, best change) or character name of variable or (integer) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
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