Skip to content

Commit

Permalink
Update parameters description
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Sep 26, 2023
1 parent f86c6be commit 4ca1c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/mfairBackfitting.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @param tol_bf Numeric. The convergence criterion.
#' @param verbose_bf_inner Logical. Whether to display the detailed information during the inner loop.
#' @param verbose_bf_outer Logical. Whether to display the detailed information during the outer loop.
#' @param sf_para A list containing parameters for fitting the single factor MFAI model. See fitSFFully() or fitSFMissing() for details.
#' @param sf_para A list containing parameters for fitting the single factor MFAI model. See fitSFFully(), fitSFMissing(), or fitSFSparse() for details.
#'
#' @return An MFAIR object containing the information about the fitted MFAI model using backfitting algorithm.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/mfairGreedy.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @param tol_snr Numeric. The convergence criterion which determine the inferred rank of data.
#' @param verbose_greedy Logical. Whether to display the detailed information when fitting the model.
#' @param save_init Logical. Whether to save the initialization of the model.
#' @param sf_para A list containing parameters for fitting the single factor MFAI model. See fitSFFully() or fitSFMissing() for details.
#' @param sf_para A list containing parameters for fitting the single factor MFAI model. See fitSFFully(), fitSFMissing(), or fitSFSparse() for details.
#'
#' @return An MFAIR object containing the information about the fitted MFAI model using greedy algorithm.
#' @export
Expand Down

0 comments on commit 4ca1c78

Please sign in to comment.