From 4ca1c78f8eb86b738ce2aaa6b1be925c7aa194cf Mon Sep 17 00:00:00 2001 From: WANG Zhiwei <48282751+statwangz@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:01:30 +0800 Subject: [PATCH] Update parameters description --- R/mfairBackfitting.R | 2 +- R/mfairGreedy.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/mfairBackfitting.R b/R/mfairBackfitting.R index e7be5a1..af690f0 100644 --- a/R/mfairBackfitting.R +++ b/R/mfairBackfitting.R @@ -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 diff --git a/R/mfairGreedy.R b/R/mfairGreedy.R index 579ff13..a4e4d3d 100644 --- a/R/mfairGreedy.R +++ b/R/mfairGreedy.R @@ -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