Skip to content

Commit

Permalink
Added \value to predict.MADMMplasso()
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jan 8, 2025
1 parent efc9e3f commit 65259ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/predict.MADMMplasso.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#' @param y N by D matrix of responses.
#' @param lambda values of lambda at which predictions are desired. If NULL (default), the path of lambda values from the fitted model. are used. If lambda is not NULL, the predictions are made at the closest values to lambda in the lambda path from the fitted model
#' @param ... additional arguments to the generic \code{predict()} method

#' @return predicted values
#' @return predicted values
#' @export
predict.MADMMplasso <- function(object, X, Z, y, lambda = NULL, ...) {
lambda.arg <- lambda
Expand Down
6 changes: 4 additions & 2 deletions man/predict.MADMMplasso.Rd

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

0 comments on commit 65259ab

Please sign in to comment.